|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
com.ibm.wsspi.wim.pluginmanager.SubscriberType
public final class SubscriberType
A representation of the literals of the enumeration 'Subscriber Type', and utility methods for working with them.
com.ibm.ws.wim.configmodel.ConfigmodelPackage#getSubscriberType()
Field Summary | |
---|---|
static int |
MODIFICATION_SUBSCRIBER
The 'Modification Subscriber' literal value. |
static SubscriberType |
MODIFICATION_SUBSCRIBER_LITERAL
The 'Modification Subscriber' literal object. |
static int |
NOTIFICATION_SUBSCRIBER
The 'Notification Subscriber' literal value. |
static SubscriberType |
NOTIFICATION_SUBSCRIBER_LITERAL
The 'Notification Subscriber' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Subscriber Type' enumerators. |
Method Summary | |
---|---|
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 org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int NOTIFICATION_SUBSCRIBER
NOTIFICATION_SUBSCRIBER_LITERAL
,
Constant Field Valuespublic static final int MODIFICATION_SUBSCRIBER
MODIFICATION_SUBSCRIBER_LITERAL
,
Constant Field Valuespublic static final SubscriberType NOTIFICATION_SUBSCRIBER_LITERAL
If the meaning of 'Notification Subscriber' literal object isn't clear, there really should be more of a description here...
NOTIFICATION_SUBSCRIBER
public static final SubscriberType MODIFICATION_SUBSCRIBER_LITERAL
If the meaning of 'Modification Subscriber' literal object isn't clear, there really should be more of a description here...
MODIFICATION_SUBSCRIBER
public static final java.util.List VALUES
Method Detail |
---|
public static SubscriberType get(java.lang.String name)
public static SubscriberType get(int value)
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |