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