public static enum DeliveryManager.DELIVERIES_TYPE extends Enum<DeliveryManager.DELIVERIES_TYPE>
Modifier and Type | Method and Description |
---|---|
static DeliveryManager.DELIVERIES_TYPE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DeliveryManager.DELIVERIES_TYPE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final DeliveryManager.DELIVERIES_TYPE ALL
public static final DeliveryManager.DELIVERIES_TYPE PLATFORM
public static final DeliveryManager.DELIVERIES_TYPE BACKEND
public static DeliveryManager.DELIVERIES_TYPE[] values()
for (DeliveryManager.DELIVERIES_TYPE c : DeliveryManager.DELIVERIES_TYPE.values()) System.out.println(c);
public static DeliveryManager.DELIVERIES_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 null