| 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 | Field and Description |
|---|---|
protected TableCharacter |
FileAreaMetadata.tableCharacter |
protected TableCharacter |
FileAreaUpdate.tableCharacter |
| Modifier and Type | Method and Description |
|---|---|
TableCharacter |
ObjectFactory.createTableCharacter()
Create an instance of
TableCharacter |
TableCharacter |
FileAreaMetadata.getTableCharacter()
Gets the value of the tableCharacter property.
|
TableCharacter |
FileAreaUpdate.getTableCharacter()
Gets the value of the tableCharacter property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FileAreaMetadata.setTableCharacter(TableCharacter value)
Sets the value of the tableCharacter property.
|
void |
FileAreaUpdate.setTableCharacter(TableCharacter value)
Sets the value of the tableCharacter property.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<TableCharacter> |
ObjectAccess.getTableCharacters(FileAreaObservational observationalFileArea) |
java.util.List<TableCharacter> |
ObjectProvider.getTableCharacters(FileAreaObservational observationalFileArea)
Returns a list of TableCharacter objects given an observation file area object.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<java.lang.Object> |
ObjectAccess.getFieldCharacterAndGroupFieldCharacters(TableCharacter table) |
java.util.List<java.lang.Object> |
ObjectProvider.getFieldCharacterAndGroupFieldCharacters(TableCharacter table)
Returns a list of FieldCharacter and GroupFieldCharacter objects given a
table character object.
|
java.util.List<FieldCharacter> |
ObjectAccess.getFieldCharacters(TableCharacter table) |
java.util.List<FieldCharacter> |
ObjectProvider.getFieldCharacters(TableCharacter table)
Returns a list of FieldCharacter objects given a table character object.
|
| Constructor and Description |
|---|
TableCharacterAdapter(TableCharacter table)
Creates a new instance for a particular table.
|
Copyright © 2022 Planetary Data System. All rights reserved.