|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.garmin.fit.FieldDefinitionBase
com.garmin.fit.FieldDefinition
public class FieldDefinition
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 |
---|
protected int num
protected int size
protected int type
Constructor Detail |
---|
protected FieldDefinition()
public FieldDefinition(Field field)
Method Detail |
---|
protected void write(java.io.OutputStream out)
public int getNum()
public void setSize(int size)
setSize
in class FieldDefinitionBase
public int getSize()
getSize
in class FieldDefinitionBase
public int getType()
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public int hashCode()
hashCode
in class java.lang.Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |