|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use DataObject | |
---|---|
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 | ||
---|---|---|
|
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 DataObject | |
---|---|
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 | |
---|---|
class |
ArrayObject
Implements an object representing an array object in a PDS product. |
class |
GenericObject
Implements a generic interface to a data object, for objects that are not otherwise specially handled. |
class |
TableObject
Implements an object that represents a table in a PDS product. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |