public static enum RatePlan.ProRataMode extends Enum<RatePlan.ProRataMode>
| Enum Constant and Description |
|---|
Full |
None |
WithCoupon |
WithoutCoupon |
| Modifier and Type | Method and Description |
|---|---|
static RatePlan.ProRataMode |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RatePlan.ProRataMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RatePlan.ProRataMode None
public static final RatePlan.ProRataMode WithCoupon
public static final RatePlan.ProRataMode WithoutCoupon
public static final RatePlan.ProRataMode Full
public static RatePlan.ProRataMode[] values()
for (RatePlan.ProRataMode c : RatePlan.ProRataMode.values()) System.out.println(c);
public static RatePlan.ProRataMode 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.