|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface Representation<T>
Defines how an object type in a GBIN file will be represented when the GBIN file is turned into a table.
| Method Summary | |
|---|---|
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. |
| Method Detail |
|---|
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 file
boolean isColumn()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||