TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
ScriptsImpl, SVGScriptsImpl

public interface Scripts

A representation of the model object 'Scripts'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 java.util.List getEcmascript()
          Returns the value of the 'Ecmascript' containment reference list.
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getSvgDocumentVariable()
          Returns the value of the 'Svg Document Variable' attribute
 java.lang.String getSvgWindowVariable()
          Returns the value of the 'Svg Window Variable' attribute
 void setSvgDocumentVariable(java.lang.String value)
          Sets the value of the 'Svg Document Variable' attribute
 void setSvgWindowVariable(java.lang.String value)
          Sets the value of the 'Svg Window Variable' attribute
 

Method Detail

getSvgDocumentVariable

java.lang.String getSvgDocumentVariable()
Returns the value of the 'Svg Document Variable' attribute.

Returns:
the value of the 'Svg Document Variable' attribute.
See Also:
setSvgDocumentVariable(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getScripts_SvgDocumentVariable()
Generated
[EMF] Model

setSvgDocumentVariable

void setSvgDocumentVariable(java.lang.String value)
Sets the value of the 'Svg Document Variable' attribute.

Parameters:
value - the new value of the 'Svg Document Variable' attribute.
See Also:
getSvgDocumentVariable()
Generated

getSvgWindowVariable

java.lang.String getSvgWindowVariable()
Returns the value of the 'Svg Window Variable' attribute.

Returns:
the value of the 'Svg Window Variable' attribute.
See Also:
setSvgWindowVariable(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getScripts_SvgWindowVariable()
Generated
[EMF] Model

setSvgWindowVariable

void setSvgWindowVariable(java.lang.String value)
Sets the value of the 'Svg Window Variable' attribute.

Parameters:
value - the new value of the 'Svg Window Variable' attribute.
See Also:
getSvgWindowVariable()
Generated

getEcmascript

java.util.List getEcmascript()
Returns the value of the 'Ecmascript' containment reference list. The list contents are of type Ecmascript.

Returns:
the value of the 'Ecmascript' containment reference list.
See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getScripts_Ecmascript()
Generated
[EMF] Model
type="org.eclipse.tptp.platform.report.chart.svg.internal.input.Ecmascript" 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.5.0 Platform Project
Internal API Specification