public class FieldDefinition extends FieldDefinitionBase
Modifier and Type | Field and Description |
---|---|
protected int |
num |
protected int |
size |
protected int |
type |
Modifier | Constructor and Description |
---|---|
protected |
FieldDefinition() |
|
FieldDefinition(Field field) |
Modifier and Type | Method and Description |
---|---|
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) |
protected FieldDefinition()
public FieldDefinition(Field field)
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