public static enum EnumConstants.EnumReportPLUType extends java.lang.Enum<EnumConstants.EnumReportPLUType>
Modifier and Type | Method and Description |
---|---|
static EnumConstants.EnumReportPLUType |
getReportPLUType(java.lang.String value) |
java.lang.String |
getValue() |
static EnumConstants.EnumReportPLUType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static EnumConstants.EnumReportPLUType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final EnumConstants.EnumReportPLUType X
public static final EnumConstants.EnumReportPLUType Z
public static EnumConstants.EnumReportPLUType[] values()
for (EnumConstants.EnumReportPLUType c : EnumConstants.EnumReportPLUType.values()) System.out.println(c);
public static EnumConstants.EnumReportPLUType 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.EnumReportPLUType getReportPLUType(java.lang.String value)
public java.lang.String getValue()