TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
DataImpl, SVGDataImpl

public interface Data

A representation of the model object 'Data'.

The following features are supported:

Generated
[EMF] Model

Method Summary
 Categories getCategories()
          Returns the value of the 'Categories' containment reference
 DataSets getDataSets()
          Returns the value of the 'Data Sets' containment reference
 org.w3c.dom.Element getElement()
          Returns the document object element of this object.
 java.lang.String getTimestamp()
          Returns the value of the 'Timestamp' attribute
 void setCategories(Categories value)
          Sets the value of the 'Categories' containment reference
 void setDataSets(DataSets value)
          Sets the value of the 'Data Sets' containment reference
 void setTimestamp(java.lang.String value)
          Sets the value of the 'Timestamp' attribute
 

Method Detail

getTimestamp

java.lang.String getTimestamp()
Returns the value of the 'Timestamp' attribute.

Returns:
the value of the 'Timestamp' attribute.
See Also:
setTimestamp(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_Timestamp()
Generated
[EMF] Model

setTimestamp

void setTimestamp(java.lang.String value)
Sets the value of the 'Timestamp' attribute.

Parameters:
value - the new value of the 'Timestamp' attribute.
See Also:
getTimestamp()
Generated

getCategories

Categories getCategories()
Returns the value of the 'Categories' containment reference.

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

setCategories

void setCategories(Categories value)
Sets the value of the 'Categories' containment reference.

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

getDataSets

DataSets getDataSets()
Returns the value of the 'Data Sets' containment reference.

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

setDataSets

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

Parameters:
value - the new value of the 'Data Sets' containment reference.
See Also:
getDataSets()
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