|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd.TransactionType
public final class TransactionType
A representation of the literals of the enumeration 'Transaction Type', and utility methods for working with them.
PddPackage.getTransactionType()
,
Serialized FormField Summary | |
---|---|
static int |
BEAN
The 'Bean' literal value. |
static TransactionType |
BEAN_LITERAL
The 'Bean' literal object. |
static int |
CONTAINER
The 'Container' literal value. |
static TransactionType |
CONTAINER_LITERAL
The 'Container' literal object. |
static java.util.List |
VALUES
A public read-only list of all the 'Transaction Type' enumerators. |
Method Summary | |
---|---|
static TransactionType |
get(int value)
Returns the 'Transaction Type' literal with the specified integer value. |
static TransactionType |
get(java.lang.String literal)
Returns the 'Transaction Type' literal with the specified literal value. |
static TransactionType |
getByName(java.lang.String name)
Returns the 'Transaction Type' literal with the specified name. |
Methods inherited from class org.eclipse.emf.common.util.AbstractEnumerator |
---|
getLiteral, getName, getValue, toString |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int BEAN
If the meaning of 'Bean' literal object isn't clear, there really should be more of a description here...
BEAN_LITERAL
,
Constant Field Valuespublic static final int CONTAINER
If the meaning of 'Container' literal object isn't clear, there really should be more of a description here...
CONTAINER_LITERAL
,
Constant Field Valuespublic static final TransactionType BEAN_LITERAL
BEAN
public static final TransactionType CONTAINER_LITERAL
CONTAINER
public static final java.util.List VALUES
Method Detail |
---|
public static TransactionType get(java.lang.String literal)
public static TransactionType getByName(java.lang.String name)
public static TransactionType get(int value)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |