public static enum ILockProvider.LockStatus extends java.lang.Enum<ILockProvider.LockStatus>
Enum Constant and Description |
---|
ACQUIRED_IN_DIFFERENT_REQUESTOR |
NOT_RELEASED |
RELEASED |
Modifier and Type | Method and Description |
---|---|
static ILockProvider.LockStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ILockProvider.LockStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ILockProvider.LockStatus RELEASED
public static final ILockProvider.LockStatus NOT_RELEASED
public static final ILockProvider.LockStatus ACQUIRED_IN_DIFFERENT_REQUESTOR
public static ILockProvider.LockStatus[] values()
for (ILockProvider.LockStatus c : ILockProvider.LockStatus.values()) System.out.println(c);
public static ILockProvider.LockStatus valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullCopyright © 2018 Pegasystems Inc. All Rights Reserved.