public static enum AntPlusWeightScalePcc.BodyWeightStatus extends java.lang.Enum<AntPlusWeightScalePcc.BodyWeightStatus>
Enum Constant and Description |
---|
COMPUTING
COMPUTING
|
INVALID
UNASSIGNED
|
UNRECOGNIZED
The value sent by the plugin service was unrecognized probably indicating an upgrade of the PCC is required to handle the value.
|
VALID
VALID
|
Modifier and Type | Method and Description |
---|---|
int |
getIntValue()
Returns the equivalent integer value of this enum.
|
static AntPlusWeightScalePcc.BodyWeightStatus |
getValueFromInt(int intValue)
Converts an integer value to the equivalent enum.
|
static AntPlusWeightScalePcc.BodyWeightStatus |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AntPlusWeightScalePcc.BodyWeightStatus[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final AntPlusWeightScalePcc.BodyWeightStatus VALID
public static final AntPlusWeightScalePcc.BodyWeightStatus COMPUTING
public static final AntPlusWeightScalePcc.BodyWeightStatus INVALID
public static final AntPlusWeightScalePcc.BodyWeightStatus UNRECOGNIZED
public static AntPlusWeightScalePcc.BodyWeightStatus[] values()
for (AntPlusWeightScalePcc.BodyWeightStatus c : AntPlusWeightScalePcc.BodyWeightStatus.values()) System.out.println(c);
public static AntPlusWeightScalePcc.BodyWeightStatus 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 AntPlusWeightScalePcc.BodyWeightStatus getValueFromInt(int intValue)
intValue
- The integer to convert to an enum.Copyright © 2015 Dynastream Innovations Inc. All Rights Reserved.