|
|||||||||
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 | |
---|---|
String[] |
getIgnoreMethodNames()
Returns the list of method names to ignore when coming up with a list of columns for an object. |
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()
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".
String[] getIgnoreMethodNames()
|
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 |