public enum TIDState extends Enum<TIDState> implements org.eclipse.emf.common.util.Enumerator
RfcPackage.getTIDState()
Enum Constant and Description |
---|
COMMITTED
The 'COMMITTED' literal object.
|
CONFIRMED
The 'CONFIRMED' literal object.
|
CREATED
The 'CREATED' literal object.
|
EXECUTED
The 'EXECUTED' literal object.
|
ROLLED_BACK
The 'ROLLED BACK' literal object.
|
Modifier and Type | Field and Description |
---|---|
static int |
COMMITTED_VALUE
The 'COMMITTED' literal value.
|
static int |
CONFIRMED_VALUE
The 'CONFIRMED' literal value.
|
static int |
CREATED_VALUE
The 'CREATED' literal value.
|
static int |
EXECUTED_VALUE
The 'EXECUTED' literal value.
|
static int |
ROLLED_BACK_VALUE
The 'ROLLED BACK' literal value.
|
static List<TIDState> |
VALUES
A public read-only list of all the 'TID State' enumerators.
|
Modifier and Type | Method and Description |
---|---|
static TIDState |
get(int value)
Returns the 'TID State' literal with the specified integer value.
|
static TIDState |
get(String literal)
Returns the 'TID State' literal with the specified literal value.
|
static TIDState |
getByName(String name)
Returns the 'TID State' literal with the specified name.
|
String |
getLiteral() |
String |
getName() |
int |
getValue() |
String |
toString()
Returns the literal value of the enumerator, which is its string representation.
|
static TIDState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TIDState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TIDState CREATED
CREATED_VALUE
public static final TIDState EXECUTED
EXECUTED_VALUE
public static final TIDState COMMITTED
COMMITTED_VALUE
public static final TIDState ROLLED_BACK
ROLLED_BACK_VALUE
public static final TIDState CONFIRMED
CONFIRMED_VALUE
public static final int CREATED_VALUE
If the meaning of 'CREATED' literal object isn't clear, there really should be more of a description here...
CREATED
,
Constant Field Valuespublic static final int EXECUTED_VALUE
If the meaning of 'EXECUTED' literal object isn't clear, there really should be more of a description here...
EXECUTED
,
Constant Field Valuespublic static final int COMMITTED_VALUE
If the meaning of 'COMMITTED' literal object isn't clear, there really should be more of a description here...
COMMITTED
,
Constant Field Valuespublic static final int ROLLED_BACK_VALUE
If the meaning of 'ROLLED BACK' literal object isn't clear, there really should be more of a description here...
ROLLED_BACK
,
Constant Field Valuespublic static final int CONFIRMED_VALUE
If the meaning of 'CONFIRMED' literal object isn't clear, there really should be more of a description here...
CONFIRMED
,
Constant Field Valuespublic static TIDState[] values()
for (TIDState c : TIDState.values()) System.out.println(c);
public static TIDState valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static TIDState get(String literal)
public static TIDState getByName(String name)
public static TIDState get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
Apache Camel