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