public static enum AVMLockingService.LockState extends Enum<AVMLockingService.LockState>
| Enum Constant and Description |
|---|
LOCK_NOT_OWNER
Another user holds the lock
|
LOCK_OWNER
The user holds the lock
|
NO_LOCK
There is currently no lock
|
| Modifier and Type | Method and Description |
|---|---|
static AVMLockingService.LockState |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static AVMLockingService.LockState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AVMLockingService.LockState LOCK_OWNER
public static final AVMLockingService.LockState LOCK_NOT_OWNER
public static final AVMLockingService.LockState NO_LOCK
public static AVMLockingService.LockState[] values()
for (AVMLockingService.LockState c : AVMLockingService.LockState.values()) System.out.println(c);
public static AVMLockingService.LockState 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 © 2005–2014 Alfresco Software. All rights reserved.