Uses of Interface
gov.nasa.pds.objectAccess.table.FieldAdapter
-
Packages that use 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.object
Methods in gov.nasa.pds.label.object that return FieldAdapter Modifier and Type Method Description FieldAdapter
FieldType. getAdapter()
Gets a field adapter for this field type. -
Uses of FieldAdapter in gov.nasa.pds.objectAccess.table
Classes in gov.nasa.pds.objectAccess.table that implement FieldAdapter Modifier and Type Class Description class
BitFieldAdapter
Implements a field adapter for binary bit fields.class
DefaultFieldAdapter
Implements 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.class
DoubleBinaryFieldAdapter
Implements a field adapter for binary, double-precision, floating-point fields.class
FloatBinaryFieldAdapter
Implements a field adapter for binary, single-precision, floating-point fields.class
IntegerBinaryFieldAdapter
Implements a field adapter for binary integer fields.class
NumericTextFieldAdapter
Implements a field adapter for numeric fields stored in textual format, as in a character table.
-