Enum LoggingComponentType

  • All Implemented Interfaces:
    Serializable, Comparable<LoggingComponentType>

    public enum LoggingComponentType
    extends Enum<LoggingComponentType>
    <p>Java class for LoggingComponentType. <p>The following schema fragment specifies the expected content contained within this class. <p> <pre> &lt;simpleType name="LoggingComponentType"&gt; &lt;restriction base="{http://www.w3.org/2001/XMLSchema}string"&gt; &lt;enumeration value="ALL"/&gt; &lt;enumeration value="MODEL"/&gt; &lt;enumeration value="PROVISIONING"/&gt; &lt;enumeration value="REPOSITORY"/&gt; &lt;enumeration value="WEB"/&gt; &lt;enumeration value="GUI"/&gt; &lt;enumeration value="TASKMANAGER"/&gt; &lt;enumeration value="RESOURCEOBJECTCHANGELISTENER"/&gt; &lt;enumeration value="WORKFLOWS"/&gt; &lt;enumeration value="NOTIFICATIONS"/&gt; &lt;enumeration value="ACCESS_CERTIFICATION"/&gt; &lt;enumeration value="SECURITY"/&gt; &lt;/restriction&gt; &lt;/simpleType&gt; </pre>