public static enum ServerPackCreator.Mode extends java.lang.Enum<ServerPackCreator.Mode>
| Enum Constant and Description |
|---|
CGEN
Priority 2.
|
CLI
Priority 3.
|
EXIT
Priority 7.
|
GUI
Priority 5.
|
HELP
Priority 0.
|
LANG
Used when the user wants to change the language of ServerPackCreator.
|
SETUP
Priority 6 Set up and prepare the environment for subsequent runs of ServerPackCreator.
|
UPDATE
Priority 1.
|
WEB
Priority 4.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
argument()
Textual representation of this mode.
|
static ServerPackCreator.Mode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ServerPackCreator.Mode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServerPackCreator.Mode HELP
public static final ServerPackCreator.Mode UPDATE
public static final ServerPackCreator.Mode CGEN
public static final ServerPackCreator.Mode CLI
public static final ServerPackCreator.Mode WEB
public static final ServerPackCreator.Mode GUI
public static final ServerPackCreator.Mode SETUP
public static final ServerPackCreator.Mode EXIT
public static final ServerPackCreator.Mode LANG
public static ServerPackCreator.Mode[] values()
for (ServerPackCreator.Mode c : ServerPackCreator.Mode.values()) System.out.println(c);
public static ServerPackCreator.Mode 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 argument()