|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<TransactionAttributeLevel>
org.ow2.util.ee.metadata.ejbjar.api.TransactionAttributeLevel
public enum TransactionAttributeLevel
Different type of level available to set the transaction attribute.
| Enum Constant Summary | |
|---|---|
ANNOTATION
First level is annotation / default value. |
|
XML_METHOD_NAME
Style 2 with method name. |
|
XML_METHOD_PARAMS
And then style 3 with method name with parameters. |
|
XML_WILDCARD
Then style 1 with wildcard. |
|
| Method Summary | |
|---|---|
static TransactionAttributeLevel |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static TransactionAttributeLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final TransactionAttributeLevel ANNOTATION
public static final TransactionAttributeLevel XML_WILDCARD
public static final TransactionAttributeLevel XML_METHOD_NAME
public static final TransactionAttributeLevel XML_METHOD_PARAMS
| Method Detail |
|---|
public static final TransactionAttributeLevel[] values()
for(TransactionAttributeLevel c : TransactionAttributeLevel.values())
System.out.println(c);
public static TransactionAttributeLevel valueOf(java.lang.String name)
name - the name of the enum constant to be returned.
java.lang.IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||