Enum LoggingComponentType

  • All Implemented Interfaces:
    Serializable, Comparable<LoggingComponentType>

    public enum LoggingComponentType
    extends Enum<LoggingComponentType>

    Java class for LoggingComponentType.

    The following schema fragment specifies the expected content contained within this class.

     <simpleType name="LoggingComponentType">
       <restriction base="{http://www.w3.org/2001/XMLSchema}string">
         <enumeration value="ALL"/>
         <enumeration value="MODEL"/>
         <enumeration value="PROVISIONING"/>
         <enumeration value="REPOSITORY"/>
         <enumeration value="WEB"/>
         <enumeration value="GUI"/>
         <enumeration value="TASKMANAGER"/>
         <enumeration value="RESOURCEOBJECTCHANGELISTENER"/>
         <enumeration value="WORKFLOWS"/>
         <enumeration value="NOTIFICATIONS"/>
         <enumeration value="ACCESS_CERTIFICATION"/>
         <enumeration value="SECURITY"/>
       </restriction>
     </simpleType>