com.ibm.websphere.wim.pluginmanager.context

Class SubscriberExecStatus

  • java.lang.Object
    • AbstractEnumerator
      • com.ibm.websphere.wim.pluginmanager.context.SubscriberExecStatus


  • public final class SubscriberExecStatus
    extends AbstractEnumerator
    A representation of the literals of the enumeration 'Subscriber Exec Status', and utility methods for working with them.
    See Also:
    ContextPackage.getSubscriberExecStatus()
    Model:
    Generated:
    • Field Detail

      • SUCCESS_LITERAL

        public static final SubscriberExecStatus SUCCESS_LITERAL
        The 'SUCCESS' literal object.

        If the meaning of 'SUCCESS' literal object isn't clear, there really should be more of a description here...

        See Also:
        SUCCESS
        Generated:
        Ordered:
      • WARNING_LITERAL

        public static final SubscriberExecStatus WARNING_LITERAL
        The 'WARNING' literal object.

        If the meaning of 'WARNING' literal object isn't clear, there really should be more of a description here...

        See Also:
        WARNING
        Generated:
        Ordered:
      • FAILURE_LITERAL

        public static final SubscriberExecStatus FAILURE_LITERAL
        The 'FAILURE' literal object.

        If the meaning of 'FAILURE' literal object isn't clear, there really should be more of a description here...

        See Also:
        FAILURE
        Generated:
        Ordered:
      • OTHER_LITERAL

        public static final SubscriberExecStatus OTHER_LITERAL
        The 'OTHER' literal object.

        If the meaning of 'OTHER' literal object isn't clear, there really should be more of a description here...

        See Also:
        OTHER
        Generated:
        Ordered:
      • VALUES

        public static final java.util.List VALUES
        A public read-only list of all the 'Subscriber Exec Status' enumerators.
        Generated:
    • Method Detail

      • get

        public static SubscriberExecStatus get(java.lang.String name)
        Returns the 'Subscriber Exec Status' literal with the specified name.
        Generated:
      • get

        public static SubscriberExecStatus get(int value)
        Returns the 'Subscriber Exec Status' literal with the specified value.
        Generated: