public static enum STUHFL_E.REPORT_OPTION extends java.lang.Enum<STUHFL_E.REPORT_OPTION>
Modifier and Type | Method and Description |
---|---|
static STUHFL_E.REPORT_OPTION |
combine(STUHFL_E.REPORT_OPTION... options) |
static STUHFL_E.REPORT_OPTION |
int2Enum(int id) |
int |
toInt() |
static STUHFL_E.REPORT_OPTION |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static STUHFL_E.REPORT_OPTION[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final STUHFL_E.REPORT_OPTION NONE
public static final STUHFL_E.REPORT_OPTION EACHROUND
public static final STUHFL_E.REPORT_OPTION HEARTBEAT
public static STUHFL_E.REPORT_OPTION[] values()
for (STUHFL_E.REPORT_OPTION c : STUHFL_E.REPORT_OPTION.values()) System.out.println(c);
public static STUHFL_E.REPORT_OPTION 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 int toInt()
public static STUHFL_E.REPORT_OPTION int2Enum(int id)
public static STUHFL_E.REPORT_OPTION combine(STUHFL_E.REPORT_OPTION... options)