public static enum Schedule.DueDateTypeEnum extends Enum<Schedule.DueDateTypeEnum>
| Enum Constant and Description |
|---|
DAYSAFTERBILLDATE |
DAYSAFTERBILLMONTH |
DAYSAFTERINVOICEDATE |
DAYSAFTERINVOICEMONTH |
OFCURRENTMONTH |
OFFOLLOWINGMONTH |
| Modifier and Type | Method and Description |
|---|---|
static Schedule.DueDateTypeEnum |
fromValue(String value) |
String |
getValue() |
String |
toString() |
static Schedule.DueDateTypeEnum |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Schedule.DueDateTypeEnum[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final Schedule.DueDateTypeEnum DAYSAFTERBILLDATE
public static final Schedule.DueDateTypeEnum DAYSAFTERBILLMONTH
public static final Schedule.DueDateTypeEnum DAYSAFTERINVOICEDATE
public static final Schedule.DueDateTypeEnum DAYSAFTERINVOICEMONTH
public static final Schedule.DueDateTypeEnum OFCURRENTMONTH
public static final Schedule.DueDateTypeEnum OFFOLLOWINGMONTH
public static Schedule.DueDateTypeEnum[] values()
for (Schedule.DueDateTypeEnum c : Schedule.DueDateTypeEnum.values()) System.out.println(c);
public static Schedule.DueDateTypeEnum 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<Schedule.DueDateTypeEnum>public static Schedule.DueDateTypeEnum fromValue(String value)
Copyright © 2020. All rights reserved.