public static enum CmsListInfoBean.StateIcon extends java.lang.Enum<CmsListInfoBean.StateIcon>
| Enum Constant and Description |
|---|
copy
copy page icon.
|
export
export page icon.
|
secure
secure page icon.
|
standard
standard page icon.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsListInfoBean.StateIcon |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsListInfoBean.StateIcon[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsListInfoBean.StateIcon copy
public static final CmsListInfoBean.StateIcon export
public static final CmsListInfoBean.StateIcon secure
public static final CmsListInfoBean.StateIcon standard
public static CmsListInfoBean.StateIcon[] values()
for (CmsListInfoBean.StateIcon c : CmsListInfoBean.StateIcon.values()) System.out.println(c);
public static CmsListInfoBean.StateIcon 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