com.garmin.fit
Class ExerciseCategory

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

public class ExerciseCategory
extends java.lang.Object


Field Summary
static int BENCH_PRESS
           
static int CALF_RAISE
           
static int CARDIO
           
static int CARRY
           
static int CHOP
           
static int CORE
           
static int CRUNCH
           
static int CURL
           
static int DEADLIFT
           
static int FLYE
           
static int HIP_RAISE
           
static int HIP_STABILITY
           
static int HIP_SWING
           
static int HYPEREXTENSION
           
static int INVALID
           
static int LATERAL_RAISE
           
static int LEG_CURL
           
static int LEG_RAISE
           
static int LUNGE
           
static int OLYMPIC_LIFT
           
static int PLANK
           
static int PLYO
           
static int PULL_UP
           
static int PUSH_UP
           
static int ROW
           
static int RUN
           
static int SHOULDER_PRESS
           
static int SHOULDER_STABILITY
           
static int SHRUG
           
static int SIT_UP
           
static int SQUAT
           
static int TOTAL_BODY
           
static int TRICEPS_EXTENSION
           
static int UNKNOWN
           
static int WARM_UP
           
 
Constructor Summary
ExerciseCategory()
           
 
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

BENCH_PRESS

public static final int BENCH_PRESS
See Also:
Constant Field Values

CALF_RAISE

public static final int CALF_RAISE
See Also:
Constant Field Values

CARDIO

public static final int CARDIO
See Also:
Constant Field Values

CARRY

public static final int CARRY
See Also:
Constant Field Values

CHOP

public static final int CHOP
See Also:
Constant Field Values

CORE

public static final int CORE
See Also:
Constant Field Values

CRUNCH

public static final int CRUNCH
See Also:
Constant Field Values

CURL

public static final int CURL
See Also:
Constant Field Values

DEADLIFT

public static final int DEADLIFT
See Also:
Constant Field Values

FLYE

public static final int FLYE
See Also:
Constant Field Values

HIP_RAISE

public static final int HIP_RAISE
See Also:
Constant Field Values

HIP_STABILITY

public static final int HIP_STABILITY
See Also:
Constant Field Values

HIP_SWING

public static final int HIP_SWING
See Also:
Constant Field Values

HYPEREXTENSION

public static final int HYPEREXTENSION
See Also:
Constant Field Values

LATERAL_RAISE

public static final int LATERAL_RAISE
See Also:
Constant Field Values

LEG_CURL

public static final int LEG_CURL
See Also:
Constant Field Values

LEG_RAISE

public static final int LEG_RAISE
See Also:
Constant Field Values

LUNGE

public static final int LUNGE
See Also:
Constant Field Values

OLYMPIC_LIFT

public static final int OLYMPIC_LIFT
See Also:
Constant Field Values

PLANK

public static final int PLANK
See Also:
Constant Field Values

PLYO

public static final int PLYO
See Also:
Constant Field Values

PULL_UP

public static final int PULL_UP
See Also:
Constant Field Values

PUSH_UP

public static final int PUSH_UP
See Also:
Constant Field Values

ROW

public static final int ROW
See Also:
Constant Field Values

SHOULDER_PRESS

public static final int SHOULDER_PRESS
See Also:
Constant Field Values

SHOULDER_STABILITY

public static final int SHOULDER_STABILITY
See Also:
Constant Field Values

SHRUG

public static final int SHRUG
See Also:
Constant Field Values

SIT_UP

public static final int SIT_UP
See Also:
Constant Field Values

SQUAT

public static final int SQUAT
See Also:
Constant Field Values

TOTAL_BODY

public static final int TOTAL_BODY
See Also:
Constant Field Values

TRICEPS_EXTENSION

public static final int TRICEPS_EXTENSION
See Also:
Constant Field Values

WARM_UP

public static final int WARM_UP
See Also:
Constant Field Values

RUN

public static final int RUN
See Also:
Constant Field Values

UNKNOWN

public static final int UNKNOWN
See Also:
Constant Field Values

INVALID

public static final int INVALID
Constructor Detail

ExerciseCategory

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