public static enum PricingComponentTier.PricingComponentTierType extends Enum<PricingComponentTier.PricingComponentTierType>
| Modifier and Type | Method and Description |
|---|---|
static PricingComponentTier.PricingComponentTierType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PricingComponentTier.PricingComponentTierType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PricingComponentTier.PricingComponentTierType unit
public static final PricingComponentTier.PricingComponentTierType fixed
public static PricingComponentTier.PricingComponentTierType[] values()
for (PricingComponentTier.PricingComponentTierType c : PricingComponentTier.PricingComponentTierType.values()) System.out.println(c);
public static PricingComponentTier.PricingComponentTierType 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 BillForward. All rights reserved.