public static enum CmsListInfoBean.LockIcon extends java.lang.Enum<CmsListInfoBean.LockIcon>
| Enum Constant and Description |
|---|
CLOSED
Closed lock.
|
NONE
No lock.
|
OPEN
Open lock.
|
SHARED_CLOSED
Shared closed lock.
|
SHARED_OPEN
Shared open lock.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsListInfoBean.LockIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsListInfoBean.LockIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsListInfoBean.LockIcon CLOSED
public static final CmsListInfoBean.LockIcon NONE
public static final CmsListInfoBean.LockIcon OPEN
public static final CmsListInfoBean.LockIcon SHARED_CLOSED
public static final CmsListInfoBean.LockIcon SHARED_OPEN
public static CmsListInfoBean.LockIcon[] values()
for (CmsListInfoBean.LockIcon c : CmsListInfoBean.LockIcon.values()) System.out.println(c);
public static CmsListInfoBean.LockIcon 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