public interface Field extends RecordItem
Modifier and Type | Method and Description |
---|---|
java.lang.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.
|
java.lang.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.
|
gov.nasa.pds.label.object.FieldType |
getFieldType()
Returns the field data type object.
|
java.lang.String |
getName()
Returns the field name.
|
java.lang.String |
getUnit()
Returns the unit string associated with this field.
|
java.lang.String getName()
gov.nasa.pds.label.object.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.java.lang.String getUnit()
java.lang.String getDescription()
java.lang.String[] getBlankConstants()