public static enum AntPlusStrideSdmPcc.SensorUseState extends java.lang.Enum<AntPlusStrideSdmPcc.SensorUseState>
Enum Constant and Description |
---|
ACTIVE
Active
|
INACTIVE
Inactive
|
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.SensorUseState |
getValueFromInt(int intValue)
Convert int to equivalent enum value
|
static AntPlusStrideSdmPcc.SensorUseState |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntPlusStrideSdmPcc.SensorUseState[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntPlusStrideSdmPcc.SensorUseState INACTIVE
public static final AntPlusStrideSdmPcc.SensorUseState ACTIVE
public static final AntPlusStrideSdmPcc.SensorUseState UNRECOGNIZED
public static AntPlusStrideSdmPcc.SensorUseState[] values()
for (AntPlusStrideSdmPcc.SensorUseState c : AntPlusStrideSdmPcc.SensorUseState.values()) System.out.println(c);
public static AntPlusStrideSdmPcc.SensorUseState 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.SensorUseState getValueFromInt(int intValue)
intValue
- integer to convertCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.