public interface ColumnDescriptorIF extends DescriptorIF
Modifier and Type | Method and Description |
---|---|
int |
getCount()
Get the total number of values.
|
DataType |
getDataType()
Get the datatype that is the current representation.
|
DescriptorIF |
getExternalComponent()
Get the optional external component.
|
TS_Union |
getFlags()
Get the flags.
|
ParameterSetDescriptorIF[] |
getParameterSets()
Get 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, removeAttribute, setAttribute, setName
DataType 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()
DescriptorIF getExternalComponent()
ParameterSetDescriptorIF[] getParameterSets()