Uses of Class
gov.nasa.pds.label.object.FieldDescription
| 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 |
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 Modifier and Type Method Description 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 Modifier and Type Method Description 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.Constructors in gov.nasa.pds.objectAccess with parameters of type FieldDescription Constructor Description FixedTableRecord(byte[] value, Map<String,Integer> map, FieldDescription[] fields)Creates an instance ofFixedTableRecordfor reading field values of a fixed-width table record. -
Uses of FieldDescription in gov.nasa.pds.objectAccess.table
Methods in gov.nasa.pds.objectAccess.table that return FieldDescription Modifier and Type Method Description FieldDescriptionTableAdapter. getField(int index)Returns the field at a given index.FieldDescriptionTableBinaryAdapter. getField(int index)FieldDescriptionTableCharacterAdapter. getField(int index)FieldDescriptionTableDelimitedAdapter. getField(int index)FieldDescription[]TableAdapter. getFields()Gets the definitions of fields from the table.FieldDescription[]TableBinaryAdapter. getFields()FieldDescription[]TableCharacterAdapter. getFields()FieldDescription[]TableDelimitedAdapter. getFields()