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