|
|||||||||
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.ZonesTargetMesg
public class ZonesTargetMesg
Field Summary | |
---|---|
static int |
FunctionalThresholdPowerFieldNum
|
static int |
HrCalcTypeFieldNum
|
static int |
MaxHeartRateFieldNum
|
static int |
PwrCalcTypeFieldNum
|
static int |
ThresholdHeartRateFieldNum
|
protected static Mesg |
zonesTargetMesg
|
Fields inherited from class com.garmin.fit.Mesg |
---|
developerFields, fields, localNum, name, num, systemTimeOffset |
Constructor Summary | |
---|---|
ZonesTargetMesg()
|
|
ZonesTargetMesg(Mesg mesg)
|
Method Summary | |
---|---|
java.lang.Integer |
getFunctionalThresholdPower()
Get functional_threshold_power field |
HrZoneCalc |
getHrCalcType()
Get hr_calc_type field |
java.lang.Short |
getMaxHeartRate()
Get max_heart_rate field |
PwrZoneCalc |
getPwrCalcType()
Get pwr_calc_type field |
java.lang.Short |
getThresholdHeartRate()
Get threshold_heart_rate field |
void |
setFunctionalThresholdPower(java.lang.Integer functionalThresholdPower)
Set functional_threshold_power field |
void |
setHrCalcType(HrZoneCalc hrCalcType)
Set hr_calc_type field |
void |
setMaxHeartRate(java.lang.Short maxHeartRate)
Set max_heart_rate field |
void |
setPwrCalcType(PwrZoneCalc pwrCalcType)
Set pwr_calc_type field |
void |
setThresholdHeartRate(java.lang.Short thresholdHeartRate)
Set threshold_heart_rate 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 MaxHeartRateFieldNum
public static final int ThresholdHeartRateFieldNum
public static final int FunctionalThresholdPowerFieldNum
public static final int HrCalcTypeFieldNum
public static final int PwrCalcTypeFieldNum
protected static final Mesg zonesTargetMesg
Constructor Detail |
---|
public ZonesTargetMesg()
public ZonesTargetMesg(Mesg mesg)
Method Detail |
---|
public java.lang.Short getMaxHeartRate()
public void setMaxHeartRate(java.lang.Short maxHeartRate)
maxHeartRate
- public java.lang.Short getThresholdHeartRate()
public void setThresholdHeartRate(java.lang.Short thresholdHeartRate)
thresholdHeartRate
- public java.lang.Integer getFunctionalThresholdPower()
public void setFunctionalThresholdPower(java.lang.Integer functionalThresholdPower)
functionalThresholdPower
- public HrZoneCalc getHrCalcType()
public void setHrCalcType(HrZoneCalc hrCalcType)
hrCalcType
- public PwrZoneCalc getPwrCalcType()
public void setPwrCalcType(PwrZoneCalc pwrCalcType)
pwrCalcType
-
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |