TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
DataSetAssociationsImpl, SVGDataSetAssociationsImpl

public interface DataSetAssociations

A representation of the model object 'Data Set Associations'.

The following features are supported:

Generated
[EMF] Model

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

Method Detail

getDataSetIds

java.util.List getDataSetIds()
Returns the value of the 'Data Set Ids' reference list. The list contents are of type org.eclipse.emf.ecore.Object.

Returns:
the value of the 'Data Set Ids' reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getDataSetAssociations_DataSetIds()
Generated
[EMF] Model
type="org.eclipse.emf.ecore.Object"

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.5.0 Platform Project
Internal API Specification