public static enum LifeCycleHookBinding.TransactionPhase extends Enum<LifeCycleHookBinding.TransactionPhase>
Enum Constant and Description |
---|
POSTCOMMIT |
PRECOMMIT |
PRESECURITY |
Modifier and Type | Method and Description |
---|---|
static LifeCycleHookBinding.TransactionPhase |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LifeCycleHookBinding.TransactionPhase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LifeCycleHookBinding.TransactionPhase PRESECURITY
public static final LifeCycleHookBinding.TransactionPhase PRECOMMIT
public static final LifeCycleHookBinding.TransactionPhase POSTCOMMIT
public static LifeCycleHookBinding.TransactionPhase[] values()
for (LifeCycleHookBinding.TransactionPhase c : LifeCycleHookBinding.TransactionPhase.values()) System.out.println(c);
public static LifeCycleHookBinding.TransactionPhase valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2015–2021 Yahoo! Inc.. All rights reserved.