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