com.garmin.fit
Class AttitudeValidity

java.lang.Object
  extended by com.garmin.fit.AttitudeValidity

public class AttitudeValidity
extends java.lang.Object


Field Summary
static int GPS_INVALID
           
static int HW_FAIL
           
static int INVALID
           
static int LATERAL_BODY_ACCEL_VALID
           
static int MAG_INVALID
           
static int MAGNETIC_HEADING
           
static int NO_GPS
           
static int NORMAL_BODY_ACCEL_VALID
           
static int PITCH_VALID
           
static int ROLL_VALID
           
static int SOLUTION_COASTING
           
static int TRACK_ANGLE_HEADING_VALID
           
static int TRUE_TRACK_ANGLE
           
static int TURN_RATE_VALID
           
 
Constructor Summary
AttitudeValidity()
           
 
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
 

Field Detail

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
Constructor Detail

AttitudeValidity

public AttitudeValidity()
Method Detail

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