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