public static enum BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay extends Enum<BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay>
| Modifier and Type | Method and Description |
|---|---|
static BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay MON
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay TUE
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay WED
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay THU
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay FRI
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay SAT
public static final BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay SUN
public static BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay[] values()
for (BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay c : BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay.values()) System.out.println(c);
public static BankingScheduledPaymentRecurrenceLastWeekday.LastWeekDay 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.