uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd
Class TransactionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by uk.ac.ucl.sse.omii.bpel.model._2006._08.pdd.TransactionType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

public final class TransactionType
extends org.eclipse.emf.common.util.AbstractEnumerator

A representation of the literals of the enumeration 'Transaction Type', and utility methods for working with them.

See Also:
PddPackage.getTransactionType(), Serialized Form

Field 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

BEAN

public static final int BEAN
The 'Bean' literal value.

If the meaning of 'Bean' literal object isn't clear, there really should be more of a description here...

See Also:
BEAN_LITERAL, Constant Field Values

CONTAINER

public static final int CONTAINER
The 'Container' literal value.

If the meaning of 'Container' literal object isn't clear, there really should be more of a description here...

See Also:
CONTAINER_LITERAL, Constant Field Values

BEAN_LITERAL

public static final TransactionType BEAN_LITERAL
The 'Bean' literal object.

See Also:
BEAN

CONTAINER_LITERAL

public static final TransactionType CONTAINER_LITERAL
The 'Container' literal object.

See Also:
CONTAINER

VALUES

public static final java.util.List VALUES
A public read-only list of all the 'Transaction Type' enumerators.

Method Detail

get

public static TransactionType get(java.lang.String literal)
Returns the 'Transaction Type' literal with the specified literal value.


getByName

public static TransactionType getByName(java.lang.String name)
Returns the 'Transaction Type' literal with the specified name.


get

public static TransactionType get(int value)
Returns the 'Transaction Type' literal with the specified integer value.