public static enum Addon.PeriodUnit extends Enum<Addon.PeriodUnit>
| Enum Constant and Description |
|---|
_UNKNOWN |
DAY |
MONTH |
NOT_APPLICABLE |
WEEK |
YEAR |
| Modifier and Type | Method and Description |
|---|---|
static Addon.PeriodUnit |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Addon.PeriodUnit[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Addon.PeriodUnit DAY
public static final Addon.PeriodUnit WEEK
public static final Addon.PeriodUnit MONTH
public static final Addon.PeriodUnit YEAR
public static final Addon.PeriodUnit NOT_APPLICABLE
public static final Addon.PeriodUnit _UNKNOWN
public static Addon.PeriodUnit[] values()
for (Addon.PeriodUnit c : Addon.PeriodUnit.values()) System.out.println(c);
public static Addon.PeriodUnit 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 © 2023 ChargeBee. All rights reserved.