org.eclipse.jst.j2ee.jca
Class TransactionSupportKind

java.lang.Object
  extended byAbstractEnumerator
      extended byorg.eclipse.jst.j2ee.jca.TransactionSupportKind

public final class TransactionSupportKind
extends AbstractEnumerator

Since:
1.0
See Also:
Serialized Form

Field Summary
static int LOCAL_TRANSACTION
           
static TransactionSupportKind LOCAL_TRANSACTION_LITERAL
          The 'Local Transaction' literal object
static int NO_TRANSACTION
           
static TransactionSupportKind NO_TRANSACTION_LITERAL
          The 'No Transaction' literal object
static java.util.List VALUES
          A public read-only list of all the 'Transaction Support Kind' enumerators
static int XA_TRANSACTION
           
static TransactionSupportKind XA_TRANSACTION_LITERAL
          The 'XA Transaction' literal object
 
Method Summary
static TransactionSupportKind get(int value)
          Returns the 'Transaction Support Kind' literal with the specified integer value
static TransactionSupportKind get(java.lang.String literal)
          Returns the 'Transaction Support Kind' literal with the specified literal value
static TransactionSupportKind getByName(java.lang.String name)
          Returns the 'Transaction Support Kind' literal with the specified name
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

NO_TRANSACTION

public static final int NO_TRANSACTION
See Also:
Constant Field Values

LOCAL_TRANSACTION

public static final int LOCAL_TRANSACTION
See Also:
Constant Field Values

XA_TRANSACTION

public static final int XA_TRANSACTION
See Also:
Constant Field Values

NO_TRANSACTION_LITERAL

public static final TransactionSupportKind NO_TRANSACTION_LITERAL
The 'No Transaction' literal object.

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

See Also:
NO_TRANSACTION

LOCAL_TRANSACTION_LITERAL

public static final TransactionSupportKind LOCAL_TRANSACTION_LITERAL
The 'Local Transaction' literal object.

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

See Also:
LOCAL_TRANSACTION

XA_TRANSACTION_LITERAL

public static final TransactionSupportKind XA_TRANSACTION_LITERAL
The 'XA Transaction' literal object.

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

See Also:
XA_TRANSACTION

VALUES

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

Method Detail

get

public static TransactionSupportKind get(java.lang.String literal)
Returns the 'Transaction Support Kind' literal with the specified literal value.

Returns:
literal instance

getByName

public static TransactionSupportKind getByName(java.lang.String name)
Returns the 'Transaction Support Kind' literal with the specified name.


get

public static TransactionSupportKind get(int value)
Returns the 'Transaction Support Kind' literal with the specified integer value.

Parameters:
value - passes literal value
Returns:
literal instance