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