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