public static enum UnableToReleaseLockException.CAUSE extends Enum<UnableToReleaseLockException.CAUSE>
Enum Constant and Description |
---|
CHECKED_OUT |
INSUFFICIENT |
Modifier and Type | Method and Description |
---|---|
static UnableToReleaseLockException.CAUSE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static UnableToReleaseLockException.CAUSE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UnableToReleaseLockException.CAUSE INSUFFICIENT
public static final UnableToReleaseLockException.CAUSE CHECKED_OUT
public static UnableToReleaseLockException.CAUSE[] values()
for (UnableToReleaseLockException.CAUSE c : UnableToReleaseLockException.CAUSE.values()) System.out.println(c);
public static UnableToReleaseLockException.CAUSE 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–2017 Alfresco Software. All rights reserved.