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