com.garmin.fit
Class FlyeExerciseName
java.lang.Object
com.garmin.fit.FlyeExerciseName
public class FlyeExerciseName
- 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 |
CABLE_CROSSOVER
public static final int CABLE_CROSSOVER
- See Also:
- Constant Field Values
DECLINE_DUMBBELL_FLYE
public static final int DECLINE_DUMBBELL_FLYE
- See Also:
- Constant Field Values
DUMBBELL_FLYE
public static final int DUMBBELL_FLYE
- See Also:
- Constant Field Values
INCLINE_DUMBBELL_FLYE
public static final int INCLINE_DUMBBELL_FLYE
- See Also:
- Constant Field Values
KETTLEBELL_FLYE
public static final int KETTLEBELL_FLYE
- See Also:
- Constant Field Values
KNEELING_REAR_FLYE
public static final int KNEELING_REAR_FLYE
- See Also:
- Constant Field Values
SINGLE_ARM_STANDING_CABLE_REVERSE_FLYE
public static final int SINGLE_ARM_STANDING_CABLE_REVERSE_FLYE
- See Also:
- Constant Field Values
SWISS_BALL_DUMBBELL_FLYE
public static final int SWISS_BALL_DUMBBELL_FLYE
- See Also:
- Constant Field Values
ARM_ROTATIONS
public static final int ARM_ROTATIONS
- See Also:
- Constant Field Values
HUG_A_TREE
public static final int HUG_A_TREE
- See Also:
- Constant Field Values
INVALID
public static final int INVALID
FlyeExerciseName
public FlyeExerciseName()
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