public final class SubscriberExecStatus
extends AbstractEnumerator
ContextPackage.getSubscriberExecStatus()
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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.
|
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
public static SubscriberExecStatus get(java.lang.String name)
public static SubscriberExecStatus get(int value)