public static enum CmsResourceTypeBean.TypeVisibility extends java.lang.Enum<CmsResourceTypeBean.TypeVisibility>
| Enum Constant and Description |
|---|
hidden
Never displayed.
|
showAlways
Always show the type.
|
showOptional
The user may choose to display the type, but it's not shown by default.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceTypeBean.TypeVisibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeBean.TypeVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsResourceTypeBean.TypeVisibility hidden
public static final CmsResourceTypeBean.TypeVisibility showAlways
public static final CmsResourceTypeBean.TypeVisibility showOptional
public static CmsResourceTypeBean.TypeVisibility[] values()
for (CmsResourceTypeBean.TypeVisibility c : CmsResourceTypeBean.TypeVisibility.values()) System.out.println(c);
public static CmsResourceTypeBean.TypeVisibility 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