com.ibm.wsspi.wim.pluginmanager

Class SubscriberType

  • java.lang.Object
    • AbstractEnumerator
      • com.ibm.wsspi.wim.pluginmanager.SubscriberType


  • public final class SubscriberType
    extends AbstractEnumerator
    A representation of the literals of the enumeration 'Subscriber Type', and utility methods for working with them.
    See Also:
    ConfigmodelPackage.getSubscriberType()
    Model:
    Generated:
    • Method Summary

      Methods 
      Modifier and Type Method and Description
      static SubscriberType get(int value)
      Returns the 'Subscriber Type' literal with the specified value.
      static SubscriberType get(java.lang.String name)
      Returns the 'Subscriber Type' literal with the specified name.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • NOTIFICATION_SUBSCRIBER_LITERAL

        public static final SubscriberType NOTIFICATION_SUBSCRIBER_LITERAL
        The 'Notification Subscriber' literal object.

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

        See Also:
        NOTIFICATION_SUBSCRIBER
        Generated:
        Ordered:
      • MODIFICATION_SUBSCRIBER_LITERAL

        public static final SubscriberType MODIFICATION_SUBSCRIBER_LITERAL
        The 'Modification Subscriber' literal object.

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

        See Also:
        MODIFICATION_SUBSCRIBER
        Generated:
        Ordered:
      • VALUES

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

      • get

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

        public static SubscriberType get(int value)
        Returns the 'Subscriber Type' literal with the specified value.
        Generated: