protected static enum BaseLockingAction.InternalState extends Enum<BaseLockingAction.InternalState>
Enum Constant and Description |
---|
CANCELED |
CHECKING |
INIT |
MAKE_READY |
READY |
Modifier and Type | Method and Description |
---|---|
static BaseLockingAction.InternalState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BaseLockingAction.InternalState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BaseLockingAction.InternalState INIT
public static final BaseLockingAction.InternalState CHECKING
public static final BaseLockingAction.InternalState CANCELED
public static final BaseLockingAction.InternalState MAKE_READY
public static final BaseLockingAction.InternalState READY
public static BaseLockingAction.InternalState[] values()
for (BaseLockingAction.InternalState c : BaseLockingAction.InternalState.values()) System.out.println(c);
public static BaseLockingAction.InternalState 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 © 2016 JBoss, a division of Red Hat. All rights reserved.