public interface EcsvColumn<T>
Modifier and Type | Method and Description |
---|---|
String |
getDatatype()
Returns the declared datatype for this column.
|
EcsvDecoder<T> |
getDecoder()
Returns a decoder that can be used to make sense of cell values
in the body of the ECSV file corresponding to this column.
|
String |
getDescription()
Returns the column description text if available.
|
String |
getFormat()
Returns the column format string if available.
|
Map<?,?> |
getMeta()
Returns a map containing miscellaneous metadata declared for
this column, if available.
|
String |
getName()
Returns the column name.
|
String |
getUnit()
Returns the column unit string if available.
|
String getName()
String getUnit()
String getDescription()
String getFormat()
String getDatatype()
EcsvDecoder<T> getDecoder()
Map<?,?> getMeta()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.