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