public enum BillInAdvancePeriodMethod extends java.lang.Enum<BillInAdvancePeriodMethod> implements ICRMLookupEnum
Enum Constant and Description |
---|
BILL_FREQ_POST_BILL_PRORATED |
BILL_ONE_DAY_IN_ADVANCE |
BILLING_FREQUENCY |
DO_NOT_BILL_PERIOD_IN_ADVANCE |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getLabel() |
static BillInAdvancePeriodMethod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillInAdvancePeriodMethod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillInAdvancePeriodMethod BILLING_FREQUENCY
public static final BillInAdvancePeriodMethod BILL_FREQ_POST_BILL_PRORATED
public static final BillInAdvancePeriodMethod DO_NOT_BILL_PERIOD_IN_ADVANCE
public static final BillInAdvancePeriodMethod BILL_ONE_DAY_IN_ADVANCE
public static BillInAdvancePeriodMethod[] values()
for (BillInAdvancePeriodMethod c : BillInAdvancePeriodMethod.values()) System.out.println(c);
public static BillInAdvancePeriodMethod valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getLabel()
getLabel
in interface ICRMLookupEnum