public abstract class BaseField extends Object implements Field
Constructor and Description |
---|
BaseField(Type type)
Constructor for BaseField.
|
Modifier and Type | Method and Description |
---|---|
Type |
getType()
Get the field type.
|
String |
toString()
Implement standard toString().
|
void |
toString(StringBuilder buf)
Convert to a string
|
abstract void |
toString(StringBuilder buf,
int indentLevel)
Convert to a string
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
deserialize, serialize
public BaseField(Type type)
type
- The field type.IllegalArgumentException
- if type is null;public abstract void toString(StringBuilder buf, int indentLevel)
Field
public void toString(StringBuilder buf)
Field
Copyright © 2014. All Rights Reserved.