public static enum Constant.MultiLianmaiMode extends java.lang.Enum<Constant.MultiLianmaiMode>
| Enum Constant and Description |
|---|
EightPersonMode |
FivePersonMode |
FourPersonMode |
NinePersonMode |
NormalMode |
SevenPersonMode |
SixPersonMode |
ThreePersonMode |
TwoPersonMode |
| Modifier and Type | Method and Description |
|---|---|
static Constant.MultiLianmaiMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Constant.MultiLianmaiMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Constant.MultiLianmaiMode NormalMode
public static final Constant.MultiLianmaiMode TwoPersonMode
public static final Constant.MultiLianmaiMode ThreePersonMode
public static final Constant.MultiLianmaiMode FourPersonMode
public static final Constant.MultiLianmaiMode FivePersonMode
public static final Constant.MultiLianmaiMode SixPersonMode
public static final Constant.MultiLianmaiMode SevenPersonMode
public static final Constant.MultiLianmaiMode EightPersonMode
public static final Constant.MultiLianmaiMode NinePersonMode
public static Constant.MultiLianmaiMode[] values()
for (Constant.MultiLianmaiMode c : Constant.MultiLianmaiMode.values()) System.out.println(c);
public static Constant.MultiLianmaiMode 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