com.garmin.fit
Class RowExerciseName
java.lang.Object
com.garmin.fit.RowExerciseName
public class RowExerciseName
- 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 |
BARBELL_STRAIGHT_LEG_DEADLIFT_TO_ROW
public static final int BARBELL_STRAIGHT_LEG_DEADLIFT_TO_ROW
- See Also:
- Constant Field Values
CABLE_ROW_STANDING
public static final int CABLE_ROW_STANDING
- See Also:
- Constant Field Values
DUMBBELL_ROW
public static final int DUMBBELL_ROW
- See Also:
- Constant Field Values
ELEVATED_FEET_INVERTED_ROW
public static final int ELEVATED_FEET_INVERTED_ROW
- See Also:
- Constant Field Values
WEIGHTED_ELEVATED_FEET_INVERTED_ROW
public static final int WEIGHTED_ELEVATED_FEET_INVERTED_ROW
- See Also:
- Constant Field Values
FACE_PULL
public static final int FACE_PULL
- See Also:
- Constant Field Values
FACE_PULL_WITH_EXTERNAL_ROTATION
public static final int FACE_PULL_WITH_EXTERNAL_ROTATION
- See Also:
- Constant Field Values
INVERTED_ROW_WITH_FEET_ON_SWISS_BALL
public static final int INVERTED_ROW_WITH_FEET_ON_SWISS_BALL
- See Also:
- Constant Field Values
WEIGHTED_INVERTED_ROW_WITH_FEET_ON_SWISS_BALL
public static final int WEIGHTED_INVERTED_ROW_WITH_FEET_ON_SWISS_BALL
- See Also:
- Constant Field Values
KETTLEBELL_ROW
public static final int KETTLEBELL_ROW
- See Also:
- Constant Field Values
MODIFIED_INVERTED_ROW
public static final int MODIFIED_INVERTED_ROW
- See Also:
- Constant Field Values
WEIGHTED_MODIFIED_INVERTED_ROW
public static final int WEIGHTED_MODIFIED_INVERTED_ROW
- See Also:
- Constant Field Values
NEUTRAL_GRIP_ALTERNATING_DUMBBELL_ROW
public static final int NEUTRAL_GRIP_ALTERNATING_DUMBBELL_ROW
- See Also:
- Constant Field Values
ONE_ARM_BENT_OVER_ROW
public static final int ONE_ARM_BENT_OVER_ROW
- See Also:
- Constant Field Values
ONE_LEGGED_DUMBBELL_ROW
public static final int ONE_LEGGED_DUMBBELL_ROW
- See Also:
- Constant Field Values
RENEGADE_ROW
public static final int RENEGADE_ROW
- See Also:
- Constant Field Values
REVERSE_GRIP_BARBELL_ROW
public static final int REVERSE_GRIP_BARBELL_ROW
- See Also:
- Constant Field Values
ROPE_HANDLE_CABLE_ROW
public static final int ROPE_HANDLE_CABLE_ROW
- See Also:
- Constant Field Values
SEATED_CABLE_ROW
public static final int SEATED_CABLE_ROW
- See Also:
- Constant Field Values
SEATED_DUMBBELL_ROW
public static final int SEATED_DUMBBELL_ROW
- See Also:
- Constant Field Values
SINGLE_ARM_CABLE_ROW
public static final int SINGLE_ARM_CABLE_ROW
- See Also:
- Constant Field Values
SINGLE_ARM_CABLE_ROW_AND_ROTATION
public static final int SINGLE_ARM_CABLE_ROW_AND_ROTATION
- See Also:
- Constant Field Values
SINGLE_ARM_INVERTED_ROW
public static final int SINGLE_ARM_INVERTED_ROW
- See Also:
- Constant Field Values
WEIGHTED_SINGLE_ARM_INVERTED_ROW
public static final int WEIGHTED_SINGLE_ARM_INVERTED_ROW
- See Also:
- Constant Field Values
SINGLE_ARM_NEUTRAL_GRIP_DUMBBELL_ROW
public static final int SINGLE_ARM_NEUTRAL_GRIP_DUMBBELL_ROW
- See Also:
- Constant Field Values
SINGLE_ARM_NEUTRAL_GRIP_DUMBBELL_ROW_AND_ROTATION
public static final int SINGLE_ARM_NEUTRAL_GRIP_DUMBBELL_ROW_AND_ROTATION
- See Also:
- Constant Field Values
SUSPENDED_INVERTED_ROW
public static final int SUSPENDED_INVERTED_ROW
- See Also:
- Constant Field Values
WEIGHTED_SUSPENDED_INVERTED_ROW
public static final int WEIGHTED_SUSPENDED_INVERTED_ROW
- See Also:
- Constant Field Values
T_BAR_ROW
public static final int T_BAR_ROW
- See Also:
- Constant Field Values
TOWEL_GRIP_INVERTED_ROW
public static final int TOWEL_GRIP_INVERTED_ROW
- See Also:
- Constant Field Values
WEIGHTED_TOWEL_GRIP_INVERTED_ROW
public static final int WEIGHTED_TOWEL_GRIP_INVERTED_ROW
- See Also:
- Constant Field Values
UNDERHAND_GRIP_CABLE_ROW
public static final int UNDERHAND_GRIP_CABLE_ROW
- See Also:
- Constant Field Values
V_GRIP_CABLE_ROW
public static final int V_GRIP_CABLE_ROW
- See Also:
- Constant Field Values
WIDE_GRIP_SEATED_CABLE_ROW
public static final int WIDE_GRIP_SEATED_CABLE_ROW
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
RowExerciseName
public RowExerciseName()
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