Uses of Class
gov.nasa.pds.label.object.DataObject
Packages that use DataObject
Package
Description
Implements opt-level classes for accessing PDS labels and their data objects.
Implementations of objects that represent the data objects that can be referenced by PDS labels.
-
Uses of DataObject in gov.nasa.pds.label
Methods in gov.nasa.pds.label with type parameters of type DataObjectModifier and TypeMethodDescription<T extends DataObject>
List<T>Label.getObjects(Class<T> clazz) Gets the data objects that are of a given class.Methods in gov.nasa.pds.label that return types with arguments of type DataObjectModifier and TypeMethodDescriptionLabel.getObjects()Gets the data objects represented by the label. -
Uses of DataObject in gov.nasa.pds.label.object
Subclasses of DataObject in gov.nasa.pds.label.objectModifier and TypeClassDescriptionclassImplements an object representing an array object in a PDS product.classImplements a generic interface to a data object, for objects that are not otherwise specially handled.classImplements an object that represents a table in a PDS product.