com.garmin.fit
Class FieldDefinition

java.lang.Object
  extended by com.garmin.fit.FieldDefinitionBase
      extended by com.garmin.fit.FieldDefinition

public class FieldDefinition
extends FieldDefinitionBase


Field Summary
protected  int num
           
protected  int size
           
protected  int type
           
 
Constructor Summary
protected FieldDefinition()
           
  FieldDefinition(Field field)
           
 
Method Summary
 boolean equals(java.lang.Object o)
           
 int getNum()
           
 int getSize()
           
 int getType()
           
 int hashCode()
           
 void setSize(int size)
           
protected  void write(java.io.OutputStream out)
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

num

protected int num

size

protected int size

type

protected int type
Constructor Detail

FieldDefinition

protected FieldDefinition()

FieldDefinition

public FieldDefinition(Field field)
Method Detail

write

protected void write(java.io.OutputStream out)

getNum

public int getNum()

setSize

public void setSize(int size)
Specified by:
setSize in class FieldDefinitionBase

getSize

public int getSize()
Specified by:
getSize in class FieldDefinitionBase

getType

public int getType()

equals

public boolean equals(java.lang.Object o)
Overrides:
equals in class java.lang.Object

hashCode

public int hashCode()
Overrides:
hashCode in class java.lang.Object