public static enum RecurringPlanRequestPlanData.PeriodEnum extends Enum<RecurringPlanRequestPlanData.PeriodEnum>
| Modifier and Type | Class and Description |
|---|---|
static class |
RecurringPlanRequestPlanData.PeriodEnum.Adapter |
| Modifier and Type | Method and Description |
|---|---|
static RecurringPlanRequestPlanData.PeriodEnum |
fromValue(String text) |
String |
getValue() |
String |
toString() |
static RecurringPlanRequestPlanData.PeriodEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static RecurringPlanRequestPlanData.PeriodEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final RecurringPlanRequestPlanData.PeriodEnum MINUTE
public static final RecurringPlanRequestPlanData.PeriodEnum DAY
public static final RecurringPlanRequestPlanData.PeriodEnum WEEK
public static final RecurringPlanRequestPlanData.PeriodEnum MONTH
public static final RecurringPlanRequestPlanData.PeriodEnum YEAR
public static RecurringPlanRequestPlanData.PeriodEnum[] values()
for (RecurringPlanRequestPlanData.PeriodEnum c : RecurringPlanRequestPlanData.PeriodEnum.values()) System.out.println(c);
public static RecurringPlanRequestPlanData.PeriodEnum 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 nullpublic String getValue()
public String toString()
toString in class Enum<RecurringPlanRequestPlanData.PeriodEnum>public static RecurringPlanRequestPlanData.PeriodEnum fromValue(String text)
Copyright © 2023. All rights reserved.