public interface ExportableField
Object.equals(Object)
and Object.hashCode()
methods to make it possible for users
to check if a given field is present or not in a list of already
existing fields. A typical implementation should only compare itself
to fields of the same class that export the same information with the
same title.Modifier and Type | Method and Description |
---|---|
Formatter<?> |
getFormatter()
Get a formatter that converts the values in this field to strings.
|
String |
getTitle()
Get the column header.
|
Type |
getType()
Get the data type of the field.
|
String getTitle()
Type getType()
Formatter<?> getFormatter()