public interface Field extends RecordItem
Modifier and Type | Method and Description |
---|---|
String[] |
getBlankConstants()
Returns a set of string values representing data values in this field
which are to be mapped to null values when reading data.
|
String |
getDescription()
Returns the description string associated with this field.
|
int |
getFieldLength()
Returns the number of bytes this field occupies in a fixed-length record.
|
int |
getFieldLocation()
Returns the 1-based byte offset into the fixed-length record at which
this field is found.
|
FieldType |
getFieldType()
Returns the field data type object.
|
String |
getName()
Returns the field name.
|
String |
getUnit()
Returns the unit string associated with this field.
|
String getName()
FieldType getFieldType()
int getFieldLocation()
field_location
item,
and only appears for Binary and Character fields.int getFieldLength()
field_length
item,
and only appears for Binary and Character fields.String getUnit()
String getDescription()
String[] getBlankConstants()
Copyright © 2025 Central Laboratory of the Research Councils. All Rights Reserved.