public static enum TextGridProjectRoot.LEVELS extends Enum<TextGridProjectRoot.LEVELS>
Enum Constant and Description |
---|
EDITOR |
NONE |
OBSERVER |
OBSERVER_OR_PUBLIC_RESOURCES |
PROJECT_LEADER |
Modifier and Type | Method and Description |
---|---|
static TextGridProjectRoot.LEVELS |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static TextGridProjectRoot.LEVELS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final TextGridProjectRoot.LEVELS NONE
public static final TextGridProjectRoot.LEVELS OBSERVER_OR_PUBLIC_RESOURCES
public static final TextGridProjectRoot.LEVELS OBSERVER
public static final TextGridProjectRoot.LEVELS EDITOR
public static final TextGridProjectRoot.LEVELS PROJECT_LEADER
public static TextGridProjectRoot.LEVELS[] values()
for (TextGridProjectRoot.LEVELS c : TextGridProjectRoot.LEVELS.values()) System.out.println(c);
public static TextGridProjectRoot.LEVELS 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