Uses of Class
gov.nasa.pds.label.object.FieldDescription
-
Packages that use 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(java.lang.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, java.util.Map<java.lang.String,java.lang.Integer> map, FieldDescription[] fields)
Creates an instance ofFixedTableRecord
for 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 FieldDescription
TableAdapter. getField(int index)
Returns the field at a given index.FieldDescription
TableBinaryAdapter. getField(int index)
FieldDescription
TableCharacterAdapter. getField(int index)
FieldDescription
TableDelimitedAdapter. getField(int index)
FieldDescription[]
TableAdapter. getFields()
Gets the definitions of fields from the table.FieldDescription[]
TableBinaryAdapter. getFields()
FieldDescription[]
TableCharacterAdapter. getFields()
FieldDescription[]
TableDelimitedAdapter. getFields()
Methods in gov.nasa.pds.objectAccess.table that return types with arguments of type FieldDescription Modifier and Type Method Description java.util.List<FieldDescription>
TableAdapter. getFieldsList()
Gets the definitions of fields from the table.java.util.List<FieldDescription>
TableBinaryAdapter. getFieldsList()
java.util.List<FieldDescription>
TableCharacterAdapter. getFieldsList()
java.util.List<FieldDescription>
TableDelimitedAdapter. getFieldsList()
-