public static enum IsLocked.ELockType extends Enum<IsLocked.ELockType>
| Modifier and Type | Method and Description |
|---|---|
static IsLocked.ELockType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static IsLocked.ELockType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final IsLocked.ELockType READ
public static final IsLocked.ELockType WRITE
public static IsLocked.ELockType[] values()
for (IsLocked.ELockType c : IsLocked.ELockType.values()) System.out.println(c);
public static IsLocked.ELockType 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 © 2006–2014 phloc systems. All rights reserved.