com.garmin.fit
Class TricepsExtensionExerciseName
java.lang.Object
com.garmin.fit.TricepsExtensionExerciseName
public class TricepsExtensionExerciseName
- 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 |
BENCH_DIP
public static final int BENCH_DIP
- See Also:
- Constant Field Values
WEIGHTED_BENCH_DIP
public static final int WEIGHTED_BENCH_DIP
- See Also:
- Constant Field Values
BODY_WEIGHT_DIP
public static final int BODY_WEIGHT_DIP
- See Also:
- Constant Field Values
CABLE_KICKBACK
public static final int CABLE_KICKBACK
- See Also:
- Constant Field Values
CABLE_LYING_TRICEPS_EXTENSION
public static final int CABLE_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
CABLE_OVERHEAD_TRICEPS_EXTENSION
public static final int CABLE_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
DUMBBELL_KICKBACK
public static final int DUMBBELL_KICKBACK
- See Also:
- Constant Field Values
DUMBBELL_LYING_TRICEPS_EXTENSION
public static final int DUMBBELL_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
public static final int EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
INCLINE_DIP
public static final int INCLINE_DIP
- See Also:
- Constant Field Values
WEIGHTED_INCLINE_DIP
public static final int WEIGHTED_INCLINE_DIP
- See Also:
- Constant Field Values
INCLINE_EZ_BAR_LYING_TRICEPS_EXTENSION
public static final int INCLINE_EZ_BAR_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
LYING_DUMBBELL_PULLOVER_TO_EXTENSION
public static final int LYING_DUMBBELL_PULLOVER_TO_EXTENSION
- See Also:
- Constant Field Values
LYING_EZ_BAR_TRICEPS_EXTENSION
public static final int LYING_EZ_BAR_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
LYING_TRICEPS_EXTENSION_TO_CLOSE_GRIP_BENCH_PRESS
public static final int LYING_TRICEPS_EXTENSION_TO_CLOSE_GRIP_BENCH_PRESS
- See Also:
- Constant Field Values
OVERHEAD_DUMBBELL_TRICEPS_EXTENSION
public static final int OVERHEAD_DUMBBELL_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
RECLINING_TRICEPS_PRESS
public static final int RECLINING_TRICEPS_PRESS
- See Also:
- Constant Field Values
REVERSE_GRIP_PRESSDOWN
public static final int REVERSE_GRIP_PRESSDOWN
- See Also:
- Constant Field Values
REVERSE_GRIP_TRICEPS_PRESSDOWN
public static final int REVERSE_GRIP_TRICEPS_PRESSDOWN
- See Also:
- Constant Field Values
ROPE_PRESSDOWN
public static final int ROPE_PRESSDOWN
- See Also:
- Constant Field Values
SEATED_BARBELL_OVERHEAD_TRICEPS_EXTENSION
public static final int SEATED_BARBELL_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SEATED_DUMBBELL_OVERHEAD_TRICEPS_EXTENSION
public static final int SEATED_DUMBBELL_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SEATED_EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
public static final int SEATED_EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SEATED_SINGLE_ARM_OVERHEAD_DUMBBELL_EXTENSION
public static final int SEATED_SINGLE_ARM_OVERHEAD_DUMBBELL_EXTENSION
- See Also:
- Constant Field Values
SINGLE_ARM_DUMBBELL_OVERHEAD_TRICEPS_EXTENSION
public static final int SINGLE_ARM_DUMBBELL_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SINGLE_DUMBBELL_SEATED_OVERHEAD_TRICEPS_EXTENSION
public static final int SINGLE_DUMBBELL_SEATED_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SINGLE_LEG_BENCH_DIP_AND_KICK
public static final int SINGLE_LEG_BENCH_DIP_AND_KICK
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_BENCH_DIP_AND_KICK
public static final int WEIGHTED_SINGLE_LEG_BENCH_DIP_AND_KICK
- See Also:
- Constant Field Values
SINGLE_LEG_DIP
public static final int SINGLE_LEG_DIP
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_LEG_DIP
public static final int WEIGHTED_SINGLE_LEG_DIP
- See Also:
- Constant Field Values
STATIC_LYING_TRICEPS_EXTENSION
public static final int STATIC_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SUSPENDED_DIP
public static final int SUSPENDED_DIP
- See Also:
- Constant Field Values
WEIGHTED_SUSPENDED_DIP
public static final int WEIGHTED_SUSPENDED_DIP
- See Also:
- Constant Field Values
SWISS_BALL_DUMBBELL_LYING_TRICEPS_EXTENSION
public static final int SWISS_BALL_DUMBBELL_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SWISS_BALL_EZ_BAR_LYING_TRICEPS_EXTENSION
public static final int SWISS_BALL_EZ_BAR_LYING_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
SWISS_BALL_EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
public static final int SWISS_BALL_EZ_BAR_OVERHEAD_TRICEPS_EXTENSION
- See Also:
- Constant Field Values
TABLETOP_DIP
public static final int TABLETOP_DIP
- See Also:
- Constant Field Values
WEIGHTED_TABLETOP_DIP
public static final int WEIGHTED_TABLETOP_DIP
- See Also:
- Constant Field Values
TRICEPS_EXTENSION_ON_FLOOR
public static final int TRICEPS_EXTENSION_ON_FLOOR
- See Also:
- Constant Field Values
TRICEPS_PRESSDOWN
public static final int TRICEPS_PRESSDOWN
- See Also:
- Constant Field Values
WEIGHTED_DIP
public static final int WEIGHTED_DIP
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
TricepsExtensionExerciseName
public TricepsExtensionExerciseName()
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