Uses of Class
gov.nasa.pds.label.object.DataObject
-
Packages that use DataObject Package Description gov.nasa.pds.label Implements opt-level classes for accessing PDS labels and their data objects.gov.nasa.pds.label.object 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 DataObject Modifier and Type Method Description <T extends DataObject>
java.util.List<T>Label. getObjects(java.lang.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 DataObject Modifier and Type Method Description java.util.List<DataObject>Label. 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.object Modifier and Type Class Description classArrayObjectImplements an object representing an array object in a PDS product.classGenericObjectImplements a generic interface to a data object, for objects that are not otherwise specially handled.classTableObjectImplements an object that represents a table in a PDS product.
-