com.garmin.fit
Class FieldComponent

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

public class FieldComponent
extends java.lang.Object


Field Summary
protected  boolean accumulate
           
protected  int bits
           
protected  int fieldNum
           
protected  double offset
           
protected  double scale
           
 
Constructor Summary
protected FieldComponent(int fieldNum, boolean accumulate, int bits, double scale, double offset)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

fieldNum

protected int fieldNum

accumulate

protected boolean accumulate

bits

protected int bits

scale

protected double scale

offset

protected double offset
Constructor Detail

FieldComponent

protected FieldComponent(int fieldNum,
                         boolean accumulate,
                         int bits,
                         double scale,
                         double offset)