public enum DeepHelpLang extends java.lang.Enum<DeepHelpLang> implements Lang
Lang
implementation for in depth help language when /command ? is used.Enum Constant and Description |
---|
ANALYZE |
DISABLE |
INSPECT |
MANAGE |
MANAGE_BACKUP |
MANAGE_CLEAR |
MANAGE_DISABLE |
MANAGE_EXPORT |
MANAGE_IMPORT |
MANAGE_MOVE |
MANAGE_RAW_DATA |
MANAGE_REMOVE |
MANAGE_RESTORE |
MANAGE_UNINSTALLED |
NETWORK |
PLAN |
PLAYERS |
QINSPECT |
RELOAD |
SEARCH |
SERVERS |
WEB |
WEB_REGISTER |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDefault() |
java.lang.String |
getIdentifier() |
static DeepHelpLang |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static DeepHelpLang[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeepHelpLang PLAN
public static final DeepHelpLang ANALYZE
public static final DeepHelpLang DISABLE
public static final DeepHelpLang INSPECT
public static final DeepHelpLang PLAYERS
public static final DeepHelpLang SERVERS
public static final DeepHelpLang MANAGE
public static final DeepHelpLang NETWORK
public static final DeepHelpLang QINSPECT
public static final DeepHelpLang RELOAD
public static final DeepHelpLang SEARCH
public static final DeepHelpLang WEB
public static final DeepHelpLang MANAGE_BACKUP
public static final DeepHelpLang MANAGE_CLEAR
public static final DeepHelpLang MANAGE_DISABLE
public static final DeepHelpLang MANAGE_IMPORT
public static final DeepHelpLang MANAGE_EXPORT
public static final DeepHelpLang MANAGE_MOVE
public static final DeepHelpLang MANAGE_REMOVE
public static final DeepHelpLang MANAGE_RESTORE
public static final DeepHelpLang WEB_REGISTER
public static final DeepHelpLang MANAGE_RAW_DATA
public static final DeepHelpLang MANAGE_UNINSTALLED
public static DeepHelpLang[] values()
for (DeepHelpLang c : DeepHelpLang.values()) System.out.println(c);
public static DeepHelpLang 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 nullpublic java.lang.String getIdentifier()
getIdentifier
in interface Lang
public java.lang.String getDefault()
getDefault
in interface Lang