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