public static enum ConfigCommand.Level extends Enum<ConfigCommand.Level>
Modifier and Type | Method and Description |
---|---|
static ConfigCommand.Level |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ConfigCommand.Level[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ConfigCommand.Level LOCAL
public static final ConfigCommand.Level PROJECT
public static final ConfigCommand.Level GLOBAL
public static final ConfigCommand.Level SYSTEM
public static ConfigCommand.Level[] values()
for (ConfigCommand.Level c : ConfigCommand.Level.values()) System.out.println(c);
public static ConfigCommand.Level 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 nullCopyright © 2019. All rights reserved.