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