public static enum BankingScheduledPaymentRecurrence.RecurrenceUType extends Enum<BankingScheduledPaymentRecurrence.RecurrenceUType>
| Enum Constant and Description |
|---|
eventBased |
intervalSchedule |
lastWeekDay |
onceOff |
| Modifier and Type | Method and Description |
|---|---|
static BankingScheduledPaymentRecurrence.RecurrenceUType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingScheduledPaymentRecurrence.RecurrenceUType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankingScheduledPaymentRecurrence.RecurrenceUType onceOff
public static final BankingScheduledPaymentRecurrence.RecurrenceUType intervalSchedule
public static final BankingScheduledPaymentRecurrence.RecurrenceUType lastWeekDay
public static final BankingScheduledPaymentRecurrence.RecurrenceUType eventBased
public static BankingScheduledPaymentRecurrence.RecurrenceUType[] values()
for (BankingScheduledPaymentRecurrence.RecurrenceUType c : BankingScheduledPaymentRecurrence.RecurrenceUType.values()) System.out.println(c);
public static BankingScheduledPaymentRecurrence.RecurrenceUType 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 © 2020. All rights reserved.