public static enum UhfH.FrequencyBase extends java.lang.Enum<UhfH.FrequencyBase>
Enum Constant and Description |
---|
FB125Khz
corresponding 125Khz
|
FB50Khz
corresponding 50Khz
|
Modifier and Type | Method and Description |
---|---|
byte |
getByte() |
static UhfH.FrequencyBase |
ValueOf(byte fb) |
static UhfH.FrequencyBase |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UhfH.FrequencyBase[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final UhfH.FrequencyBase FB50Khz
public static final UhfH.FrequencyBase FB125Khz
public static UhfH.FrequencyBase[] values()
for (UhfH.FrequencyBase c : UhfH.FrequencyBase.values()) System.out.println(c);
public static UhfH.FrequencyBase 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 byte getByte()
public static UhfH.FrequencyBase ValueOf(byte fb)