com.ibm.websphere.wim.pluginmanager.context
Class SubscriberExecStatus

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by com.ibm.websphere.wim.pluginmanager.context.SubscriberExecStatus
All Implemented Interfaces:
org.eclipse.emf.common.util.Enumerator

public final class SubscriberExecStatus
extends org.eclipse.emf.common.util.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 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

SUCCESS

public static final int SUCCESS
The 'SUCCESS' literal value.

See Also:
SUCCESS_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

WARNING

public static final int WARNING
The 'WARNING' literal value.

See Also:
WARNING_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

FAILURE

public static final int FAILURE
The 'FAILURE' literal value.

See Also:
FAILURE_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

OTHER

public static final int OTHER
The 'OTHER' literal value.

See Also:
OTHER_LITERAL, Constant Field Values
Model:
Generated:
Ordered:

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: