
public static enum ProvisionProvider.REQUEST_TYPE extends Enum<ProvisionProvider.REQUEST_TYPE>
| Enum Constant and Description |
|---|
ASSIGNDID |
GETDIDS |
PING |
QUERYDID |
RELEASEDID |
| Modifier and Type | Method and Description |
|---|---|
static ProvisionProvider.REQUEST_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ProvisionProvider.REQUEST_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ProvisionProvider.REQUEST_TYPE PING
public static final ProvisionProvider.REQUEST_TYPE GETDIDS
public static final ProvisionProvider.REQUEST_TYPE ASSIGNDID
public static final ProvisionProvider.REQUEST_TYPE QUERYDID
public static final ProvisionProvider.REQUEST_TYPE RELEASEDID
public static ProvisionProvider.REQUEST_TYPE[] values()
for (ProvisionProvider.REQUEST_TYPE c : ProvisionProvider.REQUEST_TYPE.values()) System.out.println(c);
public static ProvisionProvider.REQUEST_TYPE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015. All Rights Reserved.