public static enum LaunchServer.ReloadType extends java.lang.Enum<LaunchServer.ReloadType>
| Enum Constant and Description |
|---|
FULL |
NO_AUTH |
NO_COMPONENTS |
| Modifier and Type | Method and Description |
|---|---|
static LaunchServer.ReloadType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static LaunchServer.ReloadType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final LaunchServer.ReloadType NO_AUTH
public static final LaunchServer.ReloadType NO_COMPONENTS
public static final LaunchServer.ReloadType FULL
public static LaunchServer.ReloadType[] values()
for (LaunchServer.ReloadType c : LaunchServer.ReloadType.values()) System.out.println(c);
public static LaunchServer.ReloadType 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 null