public static enum AntPlusStrideSdmPcc.SensorHealth extends java.lang.Enum<AntPlusStrideSdmPcc.SensorHealth>
| Enum Constant and Description | 
|---|
| ERRORError | 
| OKOK | 
| UNRECOGNIZEDThe value sent by the plugin service was unrecognized indicating an upgrade of the PCC may be required to handle the value. | 
| WARNINGWarning | 
| Modifier and Type | Method and Description | 
|---|---|
| int | getIntValue()Convert enum to equivalent int value | 
| static AntPlusStrideSdmPcc.SensorHealth | getValueFromInt(int intValue)Convert int to equivalent enum value | 
| static AntPlusStrideSdmPcc.SensorHealth | valueOf(java.lang.String name)Returns the enum constant of this type with the specified name. | 
| static AntPlusStrideSdmPcc.SensorHealth[] | values()Returns an array containing the constants of this enum type, in
the order they are declared. | 
public static final AntPlusStrideSdmPcc.SensorHealth OK
public static final AntPlusStrideSdmPcc.SensorHealth ERROR
public static final AntPlusStrideSdmPcc.SensorHealth WARNING
public static final AntPlusStrideSdmPcc.SensorHealth UNRECOGNIZED
public static AntPlusStrideSdmPcc.SensorHealth[] values()
for (AntPlusStrideSdmPcc.SensorHealth c : AntPlusStrideSdmPcc.SensorHealth.values()) System.out.println(c);
public static AntPlusStrideSdmPcc.SensorHealth 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.SensorHealth getValueFromInt(int intValue)
intValue - integer to convertCopyright © 2015 Dynastream Innovations Inc. All Rights Reserved.