com.garmin.fit
Class FlyeExerciseName

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

public class FlyeExerciseName
extends java.lang.Object


Field Summary
static int ARM_ROTATIONS
           
static int CABLE_CROSSOVER
           
static int DECLINE_DUMBBELL_FLYE
           
static int DUMBBELL_FLYE
           
static int HUG_A_TREE
           
static int INCLINE_DUMBBELL_FLYE
           
static int INVALID
           
static int KETTLEBELL_FLYE
           
static int KNEELING_REAR_FLYE
           
static int SINGLE_ARM_STANDING_CABLE_REVERSE_FLYE
           
static int SWISS_BALL_DUMBBELL_FLYE
           
 
Constructor Summary
FlyeExerciseName()
           
 
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

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
Constructor Detail

FlyeExerciseName

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