public enum NavigationRoot extends Enum<NavigationRoot>
Enum Constant and Description |
---|
GHOST_ROOT |
INHERIT |
ROOT |
Modifier and Type | Method and Description |
---|---|
static NavigationRoot |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NavigationRoot[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final NavigationRoot INHERIT
public static final NavigationRoot ROOT
public static final NavigationRoot GHOST_ROOT
public static final String copyright
public static NavigationRoot[] values()
for (NavigationRoot c : NavigationRoot.values()) System.out.println(c);
public static NavigationRoot valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is null