Uses of Class
gov.nasa.pds.label.object.DataObject

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
<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 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.
 



Copyright © 2013. All Rights Reserved.