public interface Field extends Serializable
Modifier and Type | Method and Description |
---|---|
String |
getID()
Get the identification string.
|
Type |
getType()
Get the field type.
|
String |
toString()
Implement standard toString().
|
void |
toString(StringBuilder buf)
Convert to a string
|
void |
toString(StringBuilder buf,
int indentLevel)
Convert to a string
|
deserialize, serialize
String getID()
Type getType()
void toString(StringBuilder buf)
buf
- buffer for the resultvoid toString(StringBuilder buf, int indentLevel)
buf
- buffer for the resultindentLevel
- Indentation levelCopyright © 2014. All Rights Reserved.