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