Class Datatable
This abstract class represents a container for the datasets that are applied to an artifact.
public class Datatable
extends PropertySet
Hierarchical Diagram
Direct Known Subclasses
None
Constructor
public Datatable()
Methods
getDatasets
Returns an iterator of all the datasets contained in this datatable.
public Iterator getDatasets()
Throws: RSDException
getDatasetsVector
Returns a vector of all the datasets contained in this datatable.
public Vector getDatasetsVector()
Throws: RSDException
getName
Returns the name of this datatable.
public String getName()
Throws: RSDException
Methods Inherited
None