|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.Mesg
com.garmin.fit.ExerciseTitleMesg
public class ExerciseTitleMesg
Field Summary | |
---|---|
static int |
ExerciseCategoryFieldNum
|
static int |
ExerciseNameFieldNum
|
protected static Mesg |
exerciseTitleMesg
|
static int |
MessageIndexFieldNum
|
static int |
WktStepNameFieldNum
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
ExerciseTitleMesg()
|
|
ExerciseTitleMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Integer |
getExerciseCategory()
Get exercise_category field |
java.lang.Integer |
getExerciseName()
Get exercise_name field |
java.lang.Integer |
getMessageIndex()
Get message_index field |
int |
getNumWktStepName()
|
java.lang.String[] |
getWktStepName()
|
java.lang.String |
getWktStepName(int index)
Get wkt_step_name field |
void |
setExerciseCategory(java.lang.Integer exerciseCategory)
Set exercise_category field |
void |
setExerciseName(java.lang.Integer exerciseName)
Set exercise_name field |
void |
setMessageIndex(java.lang.Integer messageIndex)
Set message_index field |
void |
setWktStepName(int index,
java.lang.String wktStepName)
Set wkt_step_name field |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int MessageIndexFieldNum
public static final int ExerciseCategoryFieldNum
public static final int ExerciseNameFieldNum
public static final int WktStepNameFieldNum
protected static final Mesg exerciseTitleMesg
Constructor Detail |
---|
public ExerciseTitleMesg()
public ExerciseTitleMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Integer getMessageIndex()
public void setMessageIndex(java.lang.Integer messageIndex)
messageIndex
- public java.lang.Integer getExerciseCategory()
public void setExerciseCategory(java.lang.Integer exerciseCategory)
exerciseCategory
- public java.lang.Integer getExerciseName()
public void setExerciseName(java.lang.Integer exerciseName)
exerciseName
- public java.lang.String[] getWktStepName()
public int getNumWktStepName()
public java.lang.String getWktStepName(int index)
index
- of wkt_step_name
public void setWktStepName(int index, java.lang.String wktStepName)
index
- of wkt_step_namewktStepName
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |