|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface GbinTableProfile
Parameterises the way that a GBIN object is turned into a StarTable by the STIL input handler.
Method Summary | |
---|---|
Representation<?> |
createRepresentation(java.lang.Class<?> clazz)
Returns an object which can represent a particular data type returned from an accessor method of a GBIN object (or one of its descendants). |
java.lang.String[] |
getIgnoreMethodNames()
Returns the list of method names to ignore when coming up with a list of columns for an object. |
java.lang.String |
getNameSeparator()
Returns the separation string used to delimit parts of column hierarchical names. |
boolean |
isHierarchicalNames()
Indicates whether column names in the output table should be forced to reflect the compositional hierarchy of their position in the element objects. |
boolean |
isReadMeta()
Indicates whether non-essential metadata is read from the GBIN file. |
boolean |
isSortedMethods()
Indicates whether object accessor method names should be sorted alphabetically when producing the column sequence. |
boolean |
isTestMagic()
Indicates whether the magic number is read from GBIN files before attempting to turn them into tables. |
Method Detail |
---|
boolean isReadMeta()
boolean isTestMagic()
boolean isHierarchicalNames()
java.lang.String getNameSeparator()
boolean isSortedMethods()
get*
method names will be used in
whatever sequence reflection provides them in, which
according to the Class.getMethods()
javadocs
is "not sorted and are not in any particular order".
java.lang.String[] getIgnoreMethodNames()
getXxx()
or isXxx()
are used in any case.
Representation<?> createRepresentation(java.lang.Class<?> clazz)
clazz
- return type of an accessor method
|
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 |