public static enum LocalTransaction.BoundaryEnum extends java.lang.Enum<LocalTransaction.BoundaryEnum>
Enum Constant and Description |
---|
ACTIVITY_SESSION |
BEAN_METHOD |
Modifier and Type | Method and Description |
---|---|
static LocalTransaction.BoundaryEnum |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LocalTransaction.BoundaryEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LocalTransaction.BoundaryEnum ACTIVITY_SESSION
public static final LocalTransaction.BoundaryEnum BEAN_METHOD
public static LocalTransaction.BoundaryEnum[] values()
for (LocalTransaction.BoundaryEnum c : LocalTransaction.BoundaryEnum.values()) System.out.println(c);
public static LocalTransaction.BoundaryEnum 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 namejava.lang.NullPointerException
- if the argument is null