com.garmin.fit
Class TotalBodyExerciseName

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

public class TotalBodyExerciseName
extends java.lang.Object


Field Summary
static int BURPEE
           
static int BURPEE_BOX_JUMP
           
static int HIGH_PULL_BURPEE
           
static int INVALID
           
static int MAN_MAKERS
           
static int ONE_ARM_BURPEE
           
static int SQUAT_PLANK_PUSH_UP
           
static int SQUAT_THRUSTS
           
static int STANDING_T_ROTATION_BALANCE
           
static int WEIGHTED_BURPEE
           
static int WEIGHTED_BURPEE_BOX_JUMP
           
static int WEIGHTED_SQUAT_PLANK_PUSH_UP
           
static int WEIGHTED_SQUAT_THRUSTS
           
static int WEIGHTED_STANDING_T_ROTATION_BALANCE
           
 
Constructor Summary
TotalBodyExerciseName()
           
 
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

BURPEE

public static final int BURPEE
See Also:
Constant Field Values

WEIGHTED_BURPEE

public static final int WEIGHTED_BURPEE
See Also:
Constant Field Values

BURPEE_BOX_JUMP

public static final int BURPEE_BOX_JUMP
See Also:
Constant Field Values

WEIGHTED_BURPEE_BOX_JUMP

public static final int WEIGHTED_BURPEE_BOX_JUMP
See Also:
Constant Field Values

HIGH_PULL_BURPEE

public static final int HIGH_PULL_BURPEE
See Also:
Constant Field Values

MAN_MAKERS

public static final int MAN_MAKERS
See Also:
Constant Field Values

ONE_ARM_BURPEE

public static final int ONE_ARM_BURPEE
See Also:
Constant Field Values

SQUAT_THRUSTS

public static final int SQUAT_THRUSTS
See Also:
Constant Field Values

WEIGHTED_SQUAT_THRUSTS

public static final int WEIGHTED_SQUAT_THRUSTS
See Also:
Constant Field Values

SQUAT_PLANK_PUSH_UP

public static final int SQUAT_PLANK_PUSH_UP
See Also:
Constant Field Values

WEIGHTED_SQUAT_PLANK_PUSH_UP

public static final int WEIGHTED_SQUAT_PLANK_PUSH_UP
See Also:
Constant Field Values

STANDING_T_ROTATION_BALANCE

public static final int STANDING_T_ROTATION_BALANCE
See Also:
Constant Field Values

WEIGHTED_STANDING_T_ROTATION_BALANCE

public static final int WEIGHTED_STANDING_T_ROTATION_BALANCE
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

TotalBodyExerciseName

public TotalBodyExerciseName()
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