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