public static enum CmsResourceTypeConfig.AddMenuVisibility extends java.lang.Enum<CmsResourceTypeConfig.AddMenuVisibility>
| Enum Constant and Description |
|---|
createDisabled
Type should not be creatable.
|
disabled
Type not visible.
|
fromOtherView
Type does not belong to current view, but has been configured to be still visible in it.
|
visible
Type is normally visible.
|
| Modifier and Type | Method and Description |
|---|---|
static CmsResourceTypeConfig.AddMenuVisibility |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CmsResourceTypeConfig.AddMenuVisibility[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CmsResourceTypeConfig.AddMenuVisibility createDisabled
public static final CmsResourceTypeConfig.AddMenuVisibility disabled
public static final CmsResourceTypeConfig.AddMenuVisibility fromOtherView
public static final CmsResourceTypeConfig.AddMenuVisibility visible
public static CmsResourceTypeConfig.AddMenuVisibility[] values()
for (CmsResourceTypeConfig.AddMenuVisibility c : CmsResourceTypeConfig.AddMenuVisibility.values()) System.out.println(c);
public static CmsResourceTypeConfig.AddMenuVisibility 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