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