TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
ChartImpl, SVGChartImpl

public interface Chart

A representation of the model object 'Chart'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 Configuration getConfiguration()
          Returns the value of the 'Configuration' containment reference
 Data getData()
          Returns the value of the 'Data' containment reference
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getId()
          Returns the value of the 'Id' attribute
 java.lang.String getType()
          Returns the value of the 'Type' attribute
 java.lang.String getVersion()
          Returns the value of the 'Version' attribute.
 boolean isSetVersion()
          Returns whether the value of the 'Version' attribute is set
 void setConfiguration(Configuration value)
          Sets the value of the 'Configuration' containment reference
 void setData(Data value)
          Sets the value of the 'Data' containment reference
 void setId(java.lang.String value)
          Sets the value of the 'Id' attribute
 void setType(java.lang.String value)
          Sets the value of the 'Type' attribute
 void setVersion(java.lang.String value)
          Sets the value of the 'Version' attribute
 void unsetVersion()
          Unsets the value of the 'Version' attribute
 

Method Detail

getId

java.lang.String getId()
Returns the value of the 'Id' attribute.

Returns:
the value of the 'Id' attribute.
See Also:
setId(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Id()
Generated
[EMF] Model
id="true"

setId

void setId(java.lang.String value)
Sets the value of the 'Id' attribute.

Parameters:
value - the new value of the 'Id' attribute.
See Also:
getId()
Generated

getType

java.lang.String getType()
Returns the value of the 'Type' attribute.

Returns:
the value of the 'Type' attribute.
See Also:
setType(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Type()
Generated
[EMF] Model
required="true"

setType

void setType(java.lang.String value)
Sets the value of the 'Type' attribute.

Parameters:
value - the new value of the 'Type' attribute.
See Also:
getType()
Generated

getVersion

java.lang.String getVersion()
Returns the value of the 'Version' attribute. The default value is "1.0".

Returns:
the value of the 'Version' attribute.
See Also:
isSetVersion(), unsetVersion(), setVersion(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Version()
Generated
[EMF] Model
default="1.0" unsettable="true"

setVersion

void setVersion(java.lang.String value)
Sets the value of the 'Version' attribute.

Parameters:
value - the new value of the 'Version' attribute.
See Also:
isSetVersion(), unsetVersion(), getVersion()
Generated

unsetVersion

void unsetVersion()
Unsets the value of the 'Version' attribute.

See Also:
isSetVersion(), getVersion(), setVersion(String)
Generated

isSetVersion

boolean isSetVersion()
Returns whether the value of the 'Version' attribute is set.

Returns:
whether the value of the 'Version' attribute is set.
See Also:
unsetVersion(), getVersion(), setVersion(String)
Generated

getData

Data getData()
Returns the value of the 'Data' containment reference.

Returns:
the value of the 'Data' containment reference.
See Also:
setData(Data), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Data()
Generated
[EMF] Model
containment="true"

setData

void setData(Data value)
Sets the value of the 'Data' containment reference.

Parameters:
value - the new value of the 'Data' containment reference.
See Also:
getData()
Generated

getConfiguration

Configuration getConfiguration()
Returns the value of the 'Configuration' containment reference.

Returns:
the value of the 'Configuration' containment reference.
See Also:
setConfiguration(Configuration), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Configuration()
Generated
[EMF] Model
containment="true"

setConfiguration

void setConfiguration(Configuration value)
Sets the value of the 'Configuration' containment reference.

Parameters:
value - the new value of the 'Configuration' containment reference.
See Also:
getConfiguration()
Generated

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