Uses of Class
gov.nasa.arc.pds.xml.generated.TableDelimited
-
Packages that use TableDelimited 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. -
-
Uses of TableDelimited in gov.nasa.arc.pds.xml.generated
Subclasses of TableDelimited in gov.nasa.arc.pds.xml.generated Modifier and Type Class Description class
Inventory
The Inventory class defines the inventory for members of a collection.class
ManifestSIPDeepArchive
The Manifest SIP Deep Archive class is a Table Delimited for the NASA planetary science deep archive's Submission Information Package (SIP).class
TableDelimitedSourceProductExternal
The Table_Delimited_Source_Product_External class defines a table that references many source products (products containing input data for the creation of this product) outside the PDS4 Registry that have a common reference_type, doi, curating facility, and/or description.class
TableDelimitedSourceProductInternal
The Table_Delimited_Source_Product_Internal class defines a table that references many source products (products containing input data for the creation of this product) in the PDS4 registry system.Fields in gov.nasa.arc.pds.xml.generated declared as TableDelimited Modifier and Type Field Description protected TableDelimited
FileAreaMetadata. tableDelimited
protected TableDelimited
FileAreaUpdate. tableDelimited
Methods in gov.nasa.arc.pds.xml.generated that return TableDelimited Modifier and Type Method Description TableDelimited
ObjectFactory. createTableDelimited()
Create an instance ofTableDelimited
TableDelimited
FileAreaMetadata. getTableDelimited()
Gets the value of the tableDelimited property.TableDelimited
FileAreaUpdate. getTableDelimited()
Gets the value of the tableDelimited property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type TableDelimited Modifier and Type Method Description void
FileAreaMetadata. setTableDelimited(TableDelimited value)
Sets the value of the tableDelimited property.void
FileAreaUpdate. setTableDelimited(TableDelimited value)
Sets the value of the tableDelimited property. -
Uses of TableDelimited in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return types with arguments of type TableDelimited Modifier and Type Method Description java.util.List<TableDelimited>
ObjectAccess. getTableDelimiteds(FileAreaObservational observationalFileArea)
java.util.List<TableDelimited>
ObjectProvider. getTableDelimiteds(FileAreaObservational observationalFileArea)
Returns a list of TableDelimited objects given an observation file area object.Methods in gov.nasa.pds.objectAccess with parameters of type TableDelimited Modifier and Type Method Description java.util.List<java.lang.Object>
ObjectAccess. getFieldDelimitedAndGroupFieldDelimiteds(TableDelimited table)
java.util.List<java.lang.Object>
ObjectProvider. getFieldDelimitedAndGroupFieldDelimiteds(TableDelimited table)
Returns a list of FieldDelimited and GroupFieldDelimited objects given a table delimited object.java.util.List<FieldDelimited>
ObjectAccess. getFieldDelimiteds(TableDelimited table)
java.util.List<FieldDelimited>
ObjectProvider. getFieldDelimiteds(TableDelimited table)
Returns a list of FieldDelimited objects given a table delimited object.java.util.List<GroupFieldDelimited>
ObjectAccess. getGroupFieldDelimiteds(TableDelimited table)
java.util.List<GroupFieldDelimited>
ObjectProvider. getGroupFieldDelimiteds(TableDelimited table)
Returns a list of GroupFieldDelimited objects given a table delimited object. -
Uses of TableDelimited in gov.nasa.pds.objectAccess.table
Constructors in gov.nasa.pds.objectAccess.table with parameters of type TableDelimited Constructor Description TableDelimitedAdapter(TableDelimited table)
Creates a new instance for a particular table.
-