|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface CdfTableProfile
Encapsulates choices about how to do the conversion from a CDF to a StarTable.
CdfTableBuilder
Method Summary | |
---|---|
java.lang.String |
getBlankValueAttribute(java.lang.String[] attNames)
Returns the name of the CDF Variable Attribute whose value is used to specify magic blank values for the variable data. |
java.lang.String |
getDescriptionAttribute(java.lang.String[] attNames)
Returns the name of the CDF Variable Attribute whose value is used to supply the column description metadata for the converted StarTable. |
java.lang.String |
getUnitAttribute(java.lang.String[] attNames)
Returns the name of the CDF Variable Attribute whose value is used to supply the column units metadata for the converted StarTable. |
boolean |
invariantVariablesToParameters()
Determines whether CDF variables with fixed (non-record-varying) values are turned into columns or parameters in the StarTable. |
Method Detail |
---|
boolean invariantVariablesToParameters()
java.lang.String getDescriptionAttribute(java.lang.String[] attNames)
attNames
- names of all the variable attributes present in the CDF
ValueInfo.getDescription()
java.lang.String getUnitAttribute(java.lang.String[] attNames)
attNames
- names of all the variable attributes present in the CDF
ValueInfo.getUnitString()
java.lang.String getBlankValueAttribute(java.lang.String[] attNames)
attNames
- names of all the variable attributes present in the CDF
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |