public enum BillingPeriod extends java.lang.Enum<BillingPeriod>
BillingPeriod supported in the system| Enum Constant and Description |
|---|
ANNUAL |
BIANNUAL |
BIENNIAL |
BIMESTRIAL |
BIWEEKLY |
DAILY |
MONTHLY |
NINETY_DAYS |
NO_BILLING_PERIOD |
QUARTERLY |
SIXTY_DAYS |
THIRTY_DAYS |
TRIANNUAL |
WEEKLY |
| Modifier and Type | Method and Description |
|---|---|
org.joda.time.Period |
getPeriod() |
static BillingPeriod |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static BillingPeriod[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillingPeriod DAILY
public static final BillingPeriod WEEKLY
public static final BillingPeriod BIWEEKLY
public static final BillingPeriod THIRTY_DAYS
public static final BillingPeriod SIXTY_DAYS
public static final BillingPeriod NINETY_DAYS
public static final BillingPeriod MONTHLY
public static final BillingPeriod BIMESTRIAL
public static final BillingPeriod QUARTERLY
public static final BillingPeriod TRIANNUAL
public static final BillingPeriod BIANNUAL
public static final BillingPeriod ANNUAL
public static final BillingPeriod BIENNIAL
public static final BillingPeriod NO_BILLING_PERIOD
public static BillingPeriod[] values()
for (BillingPeriod c : BillingPeriod.values()) System.out.println(c);
public static BillingPeriod 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 org.joda.time.Period getPeriod()
Copyright © 2010-2019. All Rights Reserved.