|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.ObjectAbstractEnumerator
org.eclipse.jst.j2ee.ejb.TransactionAttributeType
Field Summary | |
---|---|
static int |
MANDATORY
|
static TransactionAttributeType |
MANDATORY_LITERAL
The 'Mandatory' literal object |
static int |
NEVER
|
static TransactionAttributeType |
NEVER_LITERAL
The 'Never' literal object |
static int |
NOT_SUPPORTED
|
static TransactionAttributeType |
NOT_SUPPORTED_LITERAL
The 'Not Supported' literal object |
static int |
REQUIRED
|
static TransactionAttributeType |
REQUIRED_LITERAL
The 'Required' literal object |
static int |
REQUIRES_NEW
|
static TransactionAttributeType |
REQUIRES_NEW_LITERAL
The 'Requires New' literal object |
static int |
SUPPORTS
|
static TransactionAttributeType |
SUPPORTS_LITERAL
The 'Supports' literal object |
static java.util.List |
VALUES
A public read-only list of all the 'Transaction Attribute Type' enumerators |
Method Summary | |
---|---|
static TransactionAttributeType |
get(int value)
Returns the 'Transaction Attribute Type' literal with the specified integer value |
static TransactionAttributeType |
get(java.lang.String literal)
Returns the 'Transaction Attribute Type' literal with the specified literal value |
static TransactionAttributeType |
getByName(java.lang.String name)
Returns the 'Transaction Attribute Type' literal with the specified name |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
public static final int NOT_SUPPORTED
public static final int SUPPORTS
public static final int REQUIRED
public static final int REQUIRES_NEW
public static final int MANDATORY
public static final int NEVER
public static final TransactionAttributeType NOT_SUPPORTED_LITERAL
If the meaning of 'Not Supported' literal object isn't clear, there really should be more of a description here...
NOT_SUPPORTED
public static final TransactionAttributeType SUPPORTS_LITERAL
If the meaning of 'Supports' literal object isn't clear, there really should be more of a description here...
SUPPORTS
public static final TransactionAttributeType REQUIRED_LITERAL
If the meaning of 'Required' literal object isn't clear, there really should be more of a description here...
REQUIRED
public static final TransactionAttributeType REQUIRES_NEW_LITERAL
If the meaning of 'Requires New' literal object isn't clear, there really should be more of a description here...
REQUIRES_NEW
public static final TransactionAttributeType MANDATORY_LITERAL
If the meaning of 'Mandatory' literal object isn't clear, there really should be more of a description here...
MANDATORY
public static final TransactionAttributeType NEVER_LITERAL
If the meaning of 'Never' literal object isn't clear, there really should be more of a description here...
NEVER
public static final java.util.List VALUES
Method Detail |
public static TransactionAttributeType get(java.lang.String literal)
public static TransactionAttributeType getByName(java.lang.String name)
public static TransactionAttributeType get(int value)
value
- passes literal value
|
||||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |