Serializable
, Comparable<LockFactory.ImplType>
public static enum LockFactory.ImplType extends Enum<LockFactory.ImplType>
Enum Constant | Description |
---|---|
Int01 |
|
Int02ThreadGroup |
|
Java5 |
Modifier and Type | Field | Description |
---|---|---|
int |
id |
Modifier and Type | Method | Description |
---|---|---|
static LockFactory.ImplType |
valueOf(String name) |
Returns the enum constant of this type with the specified name.
|
static LockFactory.ImplType[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LockFactory.ImplType Int01
public static final LockFactory.ImplType Java5
public static final LockFactory.ImplType Int02ThreadGroup
public static LockFactory.ImplType[] values()
for (LockFactory.ImplType c : LockFactory.ImplType.values()) System.out.println(c);
public static LockFactory.ImplType 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 null