
public static enum CDOLockChangeInfo.Operation extends Enum<CDOLockChangeInfo.Operation>
| Modifier and Type | Method and Description |
|---|---|
static CDOLockChangeInfo.Operation |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static CDOLockChangeInfo.Operation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CDOLockChangeInfo.Operation LOCK
public static final CDOLockChangeInfo.Operation UNLOCK
public static CDOLockChangeInfo.Operation[] values()
for (CDOLockChangeInfo.Operation c : CDOLockChangeInfo.Operation.values()) System.out.println(c);
public static CDOLockChangeInfo.Operation 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 (c) 2011, 2012 Eike Stepper (Berlin, Germany) and others.