public interface OdsxColumnSaveInfoInterface extends OdsxSaveInfoInterface
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Get the total number of values.
|
int |
getDataType()
Get the datatype that is the current representation.
|
TS_Union |
getFlags()
Get the flags.
|
OdsxParameterSetSaveInfoInterface |
getParameterSetSaveInfo()
Get the save infomation of the parameter set.
|
java.lang.String |
getQuantityName()
Get the quantity name.
|
java.lang.String |
getUnitString()
Get the unist string.
|
TS_Union |
getValues(int dataType)
Get the values.
|
getAttributes, getName, getSession, setName
int getDataType()
java.lang.String getQuantityName()
TS_Union getValues(int dataType)
dataType
- the dataType to be supported by the column.TS_Union getFlags()
int getCount()
java.lang.String getUnitString()
OdsxParameterSetSaveInfoInterface getParameterSetSaveInfo()