Package | Description |
---|---|
gov.nasa.arc.pds.xml.generated | |
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.
|
Modifier and Type | Class and Description |
---|---|
class |
TransferManifest
The Transfer_Manifest class defines a table that
maps product LIDVIDs to the file_specificaition_names of the
products' XML label files.
|
Modifier and Type | Method and Description |
---|---|
TableCharacter |
ObjectFactory.createTableCharacter()
Create an instance of
TableCharacter |
Modifier and Type | Method and Description |
---|---|
List<TableCharacter> |
ObjectProvider.getTableCharacters(FileAreaObservational observationalFileArea)
Returns a list of TableCharacter objects given an observation file area object.
|
List<TableCharacter> |
ObjectAccess.getTableCharacters(FileAreaObservational observationalFileArea) |
Modifier and Type | Method and Description |
---|---|
List<Object> |
ObjectProvider.getFieldCharacterAndGroupFieldCharacters(TableCharacter table)
Returns a list of FieldCharacter and GroupFieldCharacter objects given a
table character object.
|
List<Object> |
ObjectAccess.getFieldCharacterAndGroupFieldCharacters(TableCharacter table) |
List<FieldCharacter> |
ObjectProvider.getFieldCharacters(TableCharacter table)
Returns a list of FieldCharacter objects given a table character object.
|
List<FieldCharacter> |
ObjectAccess.getFieldCharacters(TableCharacter table) |
Constructor and Description |
---|
TableCharacterAdapter(TableCharacter table)
Creates a new instance for a particular table.
|
Copyright © 2016. All Rights Reserved.