|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |
java.lang.Objectjava.lang.Enum<TransactionMethod>
com.ibm.xtools.bpmn2.TransactionMethod
public enum TransactionMethod
A representation of the literals of the enumeration 'Transaction Method', and utility methods for working with them.
Bpmn2Package.getTransactionMethod()
Enum Constant Summary | |
---|---|
COMPENSATE
The 'Compensate' literal object. |
|
IMAGE
The 'Image' literal object. |
|
STORE
The 'Store' literal object. |
Field Summary | |
---|---|
static int |
COMPENSATE_VALUE
The 'Compensate' literal value. |
static int |
IMAGE_VALUE
The 'Image' literal value. |
static int |
STORE_VALUE
The 'Store' literal value. |
static java.util.List<TransactionMethod> |
VALUES
A public read-only list of all the 'Transaction Method' enumerators. |
Method Summary | |
---|---|
static TransactionMethod |
get(int value)
Returns the 'Transaction Method' literal with the specified integer value. |
static TransactionMethod |
get(java.lang.String literal)
Returns the 'Transaction Method' literal with the specified literal value. |
static TransactionMethod |
getByName(java.lang.String name)
Returns the 'Transaction Method' literal with the specified name. |
java.lang.String |
getLiteral()
|
java.lang.String |
getName()
|
int |
getValue()
|
java.lang.String |
toString()
Returns the literal value of the enumerator, which is its string representation. |
static TransactionMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionMethod[] |
values()
Returns an array containing the constants of this enum type, in the order they are declared. |
Methods inherited from class java.lang.Enum |
---|
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Enum Constant Detail |
---|
public static final TransactionMethod COMPENSATE
COMPENSATE_VALUE
public static final TransactionMethod IMAGE
IMAGE_VALUE
public static final TransactionMethod STORE
STORE_VALUE
Field Detail |
---|
public static final int COMPENSATE_VALUE
If the meaning of 'Compensate' literal object isn't clear, there really should be more of a description here...
COMPENSATE
,
Constant Field Valuespublic static final int IMAGE_VALUE
If the meaning of 'Image' literal object isn't clear, there really should be more of a description here...
IMAGE
,
Constant Field Valuespublic static final int STORE_VALUE
If the meaning of 'Store' literal object isn't clear, there really should be more of a description here...
STORE
,
Constant Field Valuespublic static final java.util.List<TransactionMethod> VALUES
Method Detail |
---|
public static TransactionMethod[] values()
for (TransactionMethod c : TransactionMethod.values()) System.out.println(c);
public static TransactionMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.
java.lang.IllegalArgumentException
- if this enum type has no constant
with the specified name
java.lang.NullPointerException
- if the argument is nullpublic static TransactionMethod get(java.lang.String literal)
public static TransactionMethod getByName(java.lang.String name)
public static TransactionMethod get(int value)
public int getValue()
getValue
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getName()
getName
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String getLiteral()
getLiteral
in interface org.eclipse.emf.common.util.Enumerator
public java.lang.String toString()
toString
in class java.lang.Enum<TransactionMethod>
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD |