com.garmin.fit
Class AttitudeValidity
java.lang.Object
com.garmin.fit.AttitudeValidity
public class AttitudeValidity
- extends java.lang.Object
Method Summary |
static java.lang.String |
getStringFromValue(java.lang.Integer value)
Retrieves the String Representation of the Value |
static java.lang.Integer |
getValueFromString(java.lang.String value)
Retrieves a value given a string representation |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TRACK_ANGLE_HEADING_VALID
public static final int TRACK_ANGLE_HEADING_VALID
- See Also:
- Constant Field Values
PITCH_VALID
public static final int PITCH_VALID
- See Also:
- Constant Field Values
ROLL_VALID
public static final int ROLL_VALID
- See Also:
- Constant Field Values
LATERAL_BODY_ACCEL_VALID
public static final int LATERAL_BODY_ACCEL_VALID
- See Also:
- Constant Field Values
NORMAL_BODY_ACCEL_VALID
public static final int NORMAL_BODY_ACCEL_VALID
- See Also:
- Constant Field Values
TURN_RATE_VALID
public static final int TURN_RATE_VALID
- See Also:
- Constant Field Values
HW_FAIL
public static final int HW_FAIL
- See Also:
- Constant Field Values
MAG_INVALID
public static final int MAG_INVALID
- See Also:
- Constant Field Values
NO_GPS
public static final int NO_GPS
- See Also:
- Constant Field Values
GPS_INVALID
public static final int GPS_INVALID
- See Also:
- Constant Field Values
SOLUTION_COASTING
public static final int SOLUTION_COASTING
- See Also:
- Constant Field Values
TRUE_TRACK_ANGLE
public static final int TRUE_TRACK_ANGLE
- See Also:
- Constant Field Values
MAGNETIC_HEADING
public static final int MAGNETIC_HEADING
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
AttitudeValidity
public AttitudeValidity()
getStringFromValue
public static java.lang.String getStringFromValue(java.lang.Integer value)
- Retrieves the String Representation of the Value
- Returns:
- The string representation of the value, or empty if unknown
getValueFromString
public static java.lang.Integer getValueFromString(java.lang.String value)
- Retrieves a value given a string representation
- Returns:
- The value or INVALID if unkwown