public interface Representation<T>
| Modifier and Type | Method and Description |
|---|---|
java.lang.Class<T> |
getContentClass()
Returns the object type with which this representation presents values.
|
boolean |
isColumn()
Indicates whether values presented by this object are suitable
for use as columns in a table.
|
T |
representValue(java.lang.Object value)
Transforms a raw data value to the value as presented by this
representation.
|
java.lang.Class<T> getContentClass()
representValue must return an instance of
this class (or null).T representValue(java.lang.Object value)
value - raw value obtained from GBIN fileboolean isColumn()