Uses of Class
gov.nasa.pds.label.object.RecordLocation
-
Packages that use RecordLocation 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. -
-
Uses of RecordLocation in gov.nasa.pds.label.object
Methods in gov.nasa.pds.label.object that return RecordLocation Modifier and Type Method Description RecordLocation
TableRecord. getLocation()
Methods in gov.nasa.pds.label.object with parameters of type RecordLocation Modifier and Type Method Description void
TableRecord. setLocation(RecordLocation location)
Sets the record location. -
Uses of RecordLocation in gov.nasa.pds.objectAccess
Methods in gov.nasa.pds.objectAccess that return RecordLocation Modifier and Type Method Description RecordLocation
DelimitedTableRecord. getLocation()
RecordLocation
FixedTableRecord. getLocation()
Methods in gov.nasa.pds.objectAccess with parameters of type RecordLocation Modifier and Type Method Description void
DelimitedTableRecord. setLocation(RecordLocation location)
void
FixedTableRecord. setLocation(RecordLocation location)
-