Uses of Class
gov.nasa.arc.pds.xml.generated.TableDelimited
Packages that use TableDelimited
Package
Description
Provides programmatic access to PDS4 objects.
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.generatedModifier and TypeClassDescriptionclassThe Inventory class defines the inventory for members of a collection.classThe Manifest SIP Deep Archive class is a Table Delimited for the NASA planetary science deep archive's Submission Information Package (SIP).classThe 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.classThe 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 TableDelimitedModifier and TypeFieldDescriptionprotected TableDelimitedFileAreaMetadata.tableDelimitedprotected TableDelimitedFileAreaUpdate.tableDelimitedMethods in gov.nasa.arc.pds.xml.generated that return TableDelimitedModifier and TypeMethodDescriptionObjectFactory.createTableDelimited()Create an instance ofTableDelimitedFileAreaMetadata.getTableDelimited()Gets the value of the tableDelimited property.FileAreaUpdate.getTableDelimited()Gets the value of the tableDelimited property.Methods in gov.nasa.arc.pds.xml.generated with parameters of type TableDelimitedModifier and TypeMethodDescriptionvoidFileAreaMetadata.setTableDelimited(TableDelimited value) Sets the value of the tableDelimited property.voidFileAreaUpdate.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 TableDelimitedModifier and TypeMethodDescriptionObjectAccess.getTableDelimiteds(FileAreaObservational observationalFileArea) 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 TableDelimitedModifier and TypeMethodDescriptionObjectAccess.getFieldDelimitedAndGroupFieldDelimiteds(TableDelimited table) ObjectProvider.getFieldDelimitedAndGroupFieldDelimiteds(TableDelimited table) Returns a list of FieldDelimited and GroupFieldDelimited objects given a table delimited object.ObjectAccess.getFieldDelimiteds(TableDelimited table) ObjectProvider.getFieldDelimiteds(TableDelimited table) Returns a list of FieldDelimited objects given a table delimited object.ObjectAccess.getGroupFieldDelimiteds(TableDelimited table) 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 TableDelimitedModifierConstructorDescriptionCreates a new instance for a particular table.