Uses of Interface
gov.nasa.pds.objectAccess.table.FieldAdapter
| Package | Description | 
|---|---|
| gov.nasa.pds.label.object | Implementations of objects that represent the data objects
 that can be referenced by PDS labels. | 
| gov.nasa.pds.objectAccess.table | Implementations of access objects and interfaces for
 reading and writing tables and table fields. | 
- 
Uses of FieldAdapter in gov.nasa.pds.label.objectMethods in gov.nasa.pds.label.object that return FieldAdapter Modifier and Type Method Description FieldAdapterFieldType. getAdapter()Gets a field adapter for this field type.
- 
Uses of FieldAdapter in gov.nasa.pds.objectAccess.tableClasses in gov.nasa.pds.objectAccess.table that implement FieldAdapter Modifier and Type Class Description classBitFieldAdapterImplements a field adapter for binary bit fields.classDefaultFieldAdapterImplements an adapter object for table fields that can read the field value from a byte array or write the field value into a byte array.classDoubleBinaryFieldAdapterImplements a field adapter for binary, double-precision, floating-point fields.classFloatBinaryFieldAdapterImplements a field adapter for binary, single-precision, floating-point fields.classIntegerBinaryFieldAdapterImplements a field adapter for binary integer fields.classNumericTextFieldAdapterImplements a field adapter for numeric fields stored in textual format, as in a character table.