public static enum MoveDetails.KEYS extends java.lang.Enum<MoveDetails.KEYS> implements AbiquoKey
| Enum Constant and Description |
|---|
TARGETURI |
| Modifier and Type | Method and Description |
|---|---|
static MoveDetails.KEYS |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static MoveDetails.KEYS[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final MoveDetails.KEYS TARGETURI
public static MoveDetails.KEYS[] values()
for (MoveDetails.KEYS c : MoveDetails.KEYS.values()) System.out.println(c);
public static MoveDetails.KEYS 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 nullCopyright © 2008-2020 Abiquo Holdings S.L.. All Rights Reserved.