java.io.Serializable
, java.lang.Comparable<ResponseRestartGame.Error>
public static enum ResponseRestartGame.Error extends java.lang.Enum<ResponseRestartGame.Error>
Enum Constant | Description |
---|---|
LAUNCH_ERROR |
Modifier and Type | Method | Description |
---|---|---|
static ResponseRestartGame.Error |
from(SC2APIProtocol.Sc2Api.ResponseRestartGame.Error sc2ApiResponseRestartGameError) |
|
static ResponseRestartGame.Error |
valueOf(java.lang.String name) |
Returns the enum constant of this type with the specified name.
|
static ResponseRestartGame.Error[] |
values() |
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ResponseRestartGame.Error LAUNCH_ERROR
public static ResponseRestartGame.Error[] values()
for (ResponseRestartGame.Error c : ResponseRestartGame.Error.values()) System.out.println(c);
public static ResponseRestartGame.Error 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 nullpublic static ResponseRestartGame.Error from(SC2APIProtocol.Sc2Api.ResponseRestartGame.Error sc2ApiResponseRestartGameError)
Copyright © 2017–2018 Ocraft Project. All rights reserved.