public static enum CmsLockActionRecord.LockChange extends java.lang.Enum<CmsLockActionRecord.LockChange>
Enum Constant and Description |
---|
changed
The lock was changed.
|
locked
The resource was locked.
|
unchanged
The lock state was not modified.
|
Modifier and Type | Method and Description |
---|---|
static CmsLockActionRecord.LockChange |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsLockActionRecord.LockChange[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsLockActionRecord.LockChange changed
public static final CmsLockActionRecord.LockChange locked
public static final CmsLockActionRecord.LockChange unchanged
public static CmsLockActionRecord.LockChange[] values()
for (CmsLockActionRecord.LockChange c : CmsLockActionRecord.LockChange.values()) System.out.println(c);
public static CmsLockActionRecord.LockChange 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 null