TPTP 4.6.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input
Interface DataSets

All Known Implementing Classes:
DataSetsImpl, SVGDataSetsImpl

public interface DataSets

A representation of the model object 'Data Sets'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.util.List getDataSet()
          Returns the value of the 'Data Set' containment reference list.
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 

Method Detail

getDataSet

java.util.List getDataSet()
Returns the value of the 'Data Set' containment reference list. The list contents are of type DataSet.

Returns:
the value of the 'Data Set' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDataSets_DataSet()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.DataSet" containment="true" required="true"

getElement

org.w3c.dom.Element getElement()
Returns the document object element of this object. If this object was not initialized with an element, null will be returned.

Returns:
the element in the DOM represented by this object

TPTP 4.6.0 Platform Project
Internal API Specification