public static enum ItemPrice.ShippingPeriodUnit extends Enum<ItemPrice.ShippingPeriodUnit>
Modifier and Type | Method and Description |
---|---|
static ItemPrice.ShippingPeriodUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ItemPrice.ShippingPeriodUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ItemPrice.ShippingPeriodUnit DAY
public static final ItemPrice.ShippingPeriodUnit WEEK
public static final ItemPrice.ShippingPeriodUnit MONTH
public static final ItemPrice.ShippingPeriodUnit YEAR
public static final ItemPrice.ShippingPeriodUnit _UNKNOWN
public static ItemPrice.ShippingPeriodUnit[] values()
for (ItemPrice.ShippingPeriodUnit c : ItemPrice.ShippingPeriodUnit.values()) System.out.println(c);
public static ItemPrice.ShippingPeriodUnit 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 © 2022 ChargeBee. All rights reserved.