com.garmin.fit
Class DeadliftExerciseName

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

public class DeadliftExerciseName
extends java.lang.Object


Field Summary
static int BARBELL_DEADLIFT
           
static int BARBELL_STRAIGHT_LEG_DEADLIFT
           
static int DUMBBELL_DEADLIFT
           
static int DUMBBELL_SINGLE_LEG_DEADLIFT_TO_ROW
           
static int DUMBBELL_STRAIGHT_LEG_DEADLIFT
           
static int INVALID
           
static int KETTLEBELL_FLOOR_TO_SHELF
           
static int ONE_ARM_ONE_LEG_DEADLIFT
           
static int RACK_PULL
           
static int ROTATIONAL_DUMBBELL_STRAIGHT_LEG_DEADLIFT
           
static int SINGLE_ARM_DEADLIFT
           
static int SINGLE_LEG_BARBELL_DEADLIFT
           
static int SINGLE_LEG_BARBELL_STRAIGHT_LEG_DEADLIFT
           
static int SINGLE_LEG_DEADLIFT_WITH_BARBELL
           
static int SINGLE_LEG_RDL_CIRCUIT
           
static int SINGLE_LEG_ROMANIAN_DEADLIFT_WITH_DUMBBELL
           
static int SUMO_DEADLIFT
           
static int SUMO_DEADLIFT_HIGH_PULL
           
static int TRAP_BAR_DEADLIFT
           
static int WIDE_GRIP_BARBELL_DEADLIFT
           
 
Constructor Summary
DeadliftExerciseName()
           
 
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

BARBELL_DEADLIFT

public static final int BARBELL_DEADLIFT
See Also:
Constant Field Values

BARBELL_STRAIGHT_LEG_DEADLIFT

public static final int BARBELL_STRAIGHT_LEG_DEADLIFT
See Also:
Constant Field Values

DUMBBELL_DEADLIFT

public static final int DUMBBELL_DEADLIFT
See Also:
Constant Field Values

DUMBBELL_SINGLE_LEG_DEADLIFT_TO_ROW

public static final int DUMBBELL_SINGLE_LEG_DEADLIFT_TO_ROW
See Also:
Constant Field Values

DUMBBELL_STRAIGHT_LEG_DEADLIFT

public static final int DUMBBELL_STRAIGHT_LEG_DEADLIFT
See Also:
Constant Field Values

KETTLEBELL_FLOOR_TO_SHELF

public static final int KETTLEBELL_FLOOR_TO_SHELF
See Also:
Constant Field Values

ONE_ARM_ONE_LEG_DEADLIFT

public static final int ONE_ARM_ONE_LEG_DEADLIFT
See Also:
Constant Field Values

RACK_PULL

public static final int RACK_PULL
See Also:
Constant Field Values

ROTATIONAL_DUMBBELL_STRAIGHT_LEG_DEADLIFT

public static final int ROTATIONAL_DUMBBELL_STRAIGHT_LEG_DEADLIFT
See Also:
Constant Field Values

SINGLE_ARM_DEADLIFT

public static final int SINGLE_ARM_DEADLIFT
See Also:
Constant Field Values

SINGLE_LEG_BARBELL_DEADLIFT

public static final int SINGLE_LEG_BARBELL_DEADLIFT
See Also:
Constant Field Values

SINGLE_LEG_BARBELL_STRAIGHT_LEG_DEADLIFT

public static final int SINGLE_LEG_BARBELL_STRAIGHT_LEG_DEADLIFT
See Also:
Constant Field Values

SINGLE_LEG_DEADLIFT_WITH_BARBELL

public static final int SINGLE_LEG_DEADLIFT_WITH_BARBELL
See Also:
Constant Field Values

SINGLE_LEG_RDL_CIRCUIT

public static final int SINGLE_LEG_RDL_CIRCUIT
See Also:
Constant Field Values

SINGLE_LEG_ROMANIAN_DEADLIFT_WITH_DUMBBELL

public static final int SINGLE_LEG_ROMANIAN_DEADLIFT_WITH_DUMBBELL
See Also:
Constant Field Values

SUMO_DEADLIFT

public static final int SUMO_DEADLIFT
See Also:
Constant Field Values

SUMO_DEADLIFT_HIGH_PULL

public static final int SUMO_DEADLIFT_HIGH_PULL
See Also:
Constant Field Values

TRAP_BAR_DEADLIFT

public static final int TRAP_BAR_DEADLIFT
See Also:
Constant Field Values

WIDE_GRIP_BARBELL_DEADLIFT

public static final int WIDE_GRIP_BARBELL_DEADLIFT
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

DeadliftExerciseName

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