|
||||||||||
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.websphere.wim.pluginmanager.context.SubscriberExecStatus
public final class SubscriberExecStatus
A representation of the literals of the enumeration 'Subscriber Exec Status', and utility methods for working with them.
ContextPackage.getSubscriberExecStatus()
Field Summary | |
---|---|
static int |
FAILURE
The 'FAILURE' literal value. |
static SubscriberExecStatus |
FAILURE_LITERAL
The 'FAILURE' literal object. |
static int |
OTHER
The 'OTHER' literal value. |
static SubscriberExecStatus |
OTHER_LITERAL
The 'OTHER' literal object. |
static int |
SUCCESS
The 'SUCCESS' literal value. |
static SubscriberExecStatus |
SUCCESS_LITERAL
The 'SUCCESS' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Subscriber Exec Status' enumerators. |
static int |
WARNING
The 'WARNING' literal value. |
static SubscriberExecStatus |
WARNING_LITERAL
The 'WARNING' literal object. |
Method Summary | |
---|---|
static SubscriberExecStatus |
get(int value)
Returns the 'Subscriber Exec Status' literal with the specified value. |
static SubscriberExecStatus |
get(java.lang.String name)
Returns the 'Subscriber Exec Status' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
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 SUCCESS
SUCCESS_LITERAL
,
Constant Field Valuespublic static final int WARNING
WARNING_LITERAL
,
Constant Field Valuespublic static final int FAILURE
FAILURE_LITERAL
,
Constant Field Valuespublic static final int OTHER
OTHER_LITERAL
,
Constant Field Valuespublic static final SubscriberExecStatus SUCCESS_LITERAL
If the meaning of 'SUCCESS' literal object isn't clear, there really should be more of a description here...
SUCCESS
public static final SubscriberExecStatus WARNING_LITERAL
If the meaning of 'WARNING' literal object isn't clear, there really should be more of a description here...
WARNING
public static final SubscriberExecStatus FAILURE_LITERAL
If the meaning of 'FAILURE' literal object isn't clear, there really should be more of a description here...
FAILURE
public static final SubscriberExecStatus OTHER_LITERAL
If the meaning of 'OTHER' literal object isn't clear, there really should be more of a description here...
OTHER
public static final java.util.List VALUES
Method Detail |
---|
public static SubscriberExecStatus get(java.lang.String name)
public static SubscriberExecStatus get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |