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