|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.eclipse.emf.common.util.AbstractEnumerator
org.eclipse.jst.j2ee.jca.TransactionSupportKind
public final class TransactionSupportKind
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 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 NO_TRANSACTION
public static final int LOCAL_TRANSACTION
public static final int XA_TRANSACTION
public static final TransactionSupportKind NO_TRANSACTION_LITERAL
If the meaning of 'No Transaction' literal object isn't clear, there really should be more of a description here...
NO_TRANSACTION
public static final TransactionSupportKind LOCAL_TRANSACTION_LITERAL
If the meaning of 'Local Transaction' literal object isn't clear, there really should be more of a description here...
LOCAL_TRANSACTION
public static final TransactionSupportKind XA_TRANSACTION_LITERAL
If the meaning of 'XA Transaction' literal object isn't clear, there really should be more of a description here...
XA_TRANSACTION
public static final java.util.List VALUES
Method Detail |
---|
public static TransactionSupportKind get(java.lang.String literal)
name
- passes literal name
public static TransactionSupportKind getByName(java.lang.String name)
public static TransactionSupportKind get(int value)
value
- passes literal value
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |