public static enum EnumConstants.EnumDailyReportType extends java.lang.Enum<EnumConstants.EnumDailyReportType>
Enum Constant and Description |
---|
X_REPORT |
X_REPORT_PERIODICAL |
Z_REPORT |
Z_REPORT_PERIODICAL |
Modifier and Type | Method and Description |
---|---|
static EnumConstants.EnumDailyReportType |
getDailyReportType(java.lang.String value) |
java.lang.String |
getValue() |
static EnumConstants.EnumDailyReportType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConstants.EnumDailyReportType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConstants.EnumDailyReportType Z_REPORT
public static final EnumConstants.EnumDailyReportType X_REPORT
public static final EnumConstants.EnumDailyReportType Z_REPORT_PERIODICAL
public static final EnumConstants.EnumDailyReportType X_REPORT_PERIODICAL
public static EnumConstants.EnumDailyReportType[] values()
for (EnumConstants.EnumDailyReportType c : EnumConstants.EnumDailyReportType.values()) System.out.println(c);
public static EnumConstants.EnumDailyReportType valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic static EnumConstants.EnumDailyReportType getDailyReportType(java.lang.String value)
public java.lang.String getValue()