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