com.garmin.fit
Class SubField
java.lang.Object
com.garmin.fit.SubField
public class SubField
- extends java.lang.Object
Constructor Summary |
protected |
SubField(java.lang.String name,
int type,
double scale,
double offset,
java.lang.String units)
|
protected |
SubField(SubField subField)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
name
protected java.lang.String name
type
protected int type
scale
protected double scale
offset
protected double offset
units
protected java.lang.String units
components
protected java.util.ArrayList<FieldComponent> components
SubField
protected SubField(SubField subField)
SubField
protected SubField(java.lang.String name,
int type,
double scale,
double offset,
java.lang.String units)
getName
protected java.lang.String getName()
getType
protected int getType()
getUnits
protected java.lang.String getUnits()
addMap
protected void addMap(int refFieldNum,
long refFieldValue)
addComponent
protected void addComponent(FieldComponent component)
canMesgSupport
public boolean canMesgSupport(Mesg mesg)