Uses of Class
gov.nasa.pds.label.object.FieldDescription

Packages that use FieldDescription
gov.nasa.pds.label.object Implementations of objects that represent the data objects that can be referenced by PDS labels. 
gov.nasa.pds.objectAccess Provides programmatic access to PDS4 objects. 
gov.nasa.pds.objectAccess.table Implementations of access objects and interfaces for reading and writing tables and table fields. 
 

Uses of FieldDescription in gov.nasa.pds.label.object
 

Methods in gov.nasa.pds.label.object that return FieldDescription
 FieldDescription[] TableObject.getFields()
          Gets the field descriptions for fields in the table.
 

Uses of FieldDescription in gov.nasa.pds.objectAccess
 

Methods in gov.nasa.pds.objectAccess that return FieldDescription
 FieldDescription[] TableReader.getFields()
          Gets the field descriptions for fields in the table.
 FieldDescription[] TableExporter.getTableFields(Object object)
          Gets the fields of a given table object.
 

Uses of FieldDescription in gov.nasa.pds.objectAccess.table
 

Methods in gov.nasa.pds.objectAccess.table that return FieldDescription
 FieldDescription TableDelimitedAdapter.getField(int index)
           
 FieldDescription TableCharacterAdapter.getField(int index)
           
 FieldDescription TableBinaryAdapter.getField(int index)
           
 FieldDescription TableAdapter.getField(int index)
          Returns the field at a given index.
 FieldDescription[] TableDelimitedAdapter.getFields()
           
 FieldDescription[] TableCharacterAdapter.getFields()
           
 FieldDescription[] TableBinaryAdapter.getFields()
           
 FieldDescription[] TableAdapter.getFields()
          Gets the definitions of fields from the table.
 



Copyright © 2014. All Rights Reserved.