Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buypublic enum ItemDeliverySource extends Enum<ItemDeliverySource>
| Enum Constant and Description |
|---|
KEY_GRANT |
REWARD_GRANT |
| Modifier and Type | Method and Description |
|---|---|
static ItemDeliverySource |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemDeliverySource[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
getClass, notify, notifyAll, wait, wait, wait
public static final ItemDeliverySource KEY_GRANT
public static final ItemDeliverySource REWARD_GRANT
public static ItemDeliverySource[] values()
for (ItemDeliverySource c : ItemDeliverySource.values()) System.out.println(c);
public static ItemDeliverySource 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
Oops... looks like the spiders padded through here
Add products to your cart and remove them from here Lets buy