|
|||||||||
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 | |
---|---|
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(Object value)
Transforms a raw data value to the value as presented by this representation. |
Method Detail |
---|
Class<T> getContentClass()
representValue
must return an instance of
this class (or null).
T representValue(Object value)
value
- raw value obtained from GBIN file
boolean isColumn()
|
Copyright © 2004 CLRC: Central Laboratory of the Research Councils. All rights reserved. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |