Uses of Interface
gov.nasa.pds.objectAccess.table.FieldAdapter

Packages that use FieldAdapter
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
 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
 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.
 



Copyright © 2013. All Rights Reserved.