public static enum AntPlusStrideSdmPcc.SensorLocation extends java.lang.Enum<AntPlusStrideSdmPcc.SensorLocation>
Enum Constant and Description |
---|
ANKLE
Indicates sensor is meant to be located on the ankle.
|
LACES
Indicates sensor is meant to be located on the laces of a shoe.
|
MIDSOLE
Indicates sensor is meant to be located in the midsole of a shoe.
|
OTHER
Indicates sensor is not meant to be located on the laces, midsole, or ankle.
|
UNRECOGNIZED
The value sent by the plugin service was unrecognized indicating an upgrade of the PCC may be required to handle the value.
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue()
Convert enum to equivalent int value
|
static AntPlusStrideSdmPcc.SensorLocation |
getValueFromInt(int intValue)
Convert int to equivalent enum value
|
static AntPlusStrideSdmPcc.SensorLocation |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntPlusStrideSdmPcc.SensorLocation[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntPlusStrideSdmPcc.SensorLocation LACES
public static final AntPlusStrideSdmPcc.SensorLocation MIDSOLE
public static final AntPlusStrideSdmPcc.SensorLocation OTHER
public static final AntPlusStrideSdmPcc.SensorLocation ANKLE
public static final AntPlusStrideSdmPcc.SensorLocation UNRECOGNIZED
public static AntPlusStrideSdmPcc.SensorLocation[] values()
for (AntPlusStrideSdmPcc.SensorLocation c : AntPlusStrideSdmPcc.SensorLocation.values()) System.out.println(c);
public static AntPlusStrideSdmPcc.SensorLocation 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 getIntValue()
public static AntPlusStrideSdmPcc.SensorLocation getValueFromInt(int intValue)
intValue
- integer to convertCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.