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