org.eclipse.jst.j2ee.ejb
Class TransactionType

java.lang.Object
  extended by org.eclipse.emf.common.util.AbstractEnumerator
      extended by org.eclipse.jst.j2ee.ejb.TransactionType
All Implemented Interfaces:
java.io.Serializable, org.eclipse.emf.common.util.Enumerator

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

Since:
1.0
See Also:
Serialized Form

Field Summary
static int BEAN
           
static TransactionType BEAN_LITERAL
          The 'Bean' literal object
static int CONTAINER
           
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
See Also:
Constant Field Values

CONTAINER

public static final int CONTAINER
See Also:
Constant Field Values

BEAN_LITERAL

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

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

See Also:
BEAN

CONTAINER_LITERAL

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

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

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.

Parameters:
name - passes literal name
Returns:
literal instance

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.

Parameters:
value - passes literal value
Returns:
literal instance