TPTP 4.5.0 Platform Project
Internal API Specification

org.eclipse.tptp.platform.report.chart.svg.internal.input.impl
Class DataImpl

java.lang.Object
  extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
      extended by org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.DataImpl
All Implemented Interfaces:
Data

public class DataImpl
extends InputBase
implements Data

An implementation of the model object 'Data'.

The following features are implemented:

Generated

Field Summary
protected  Categories categories
          The cached value of the 'Categories' containment reference
protected  DataSets dataSets
          The cached value of the 'Data Sets' containment reference
protected  java.lang.String timestamp
          The cached value of the 'Timestamp' attribute
protected static java.lang.String TIMESTAMP_EDEFAULT
          The default value of the 'Timestamp' attribute
 
Fields inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
_chart, _element
 
Constructor Summary
protected DataImpl()
           
  DataImpl(Chart chart)
           
  DataImpl(Chart chart, org.w3c.dom.Element element)
           
 
Method Summary
 Categories getCategories()
           
 DataSets getDataSets()
           
 java.lang.String getTimestamp()
           
 void setCategories(Categories newCategories)
           
 void setDataSets(DataSets newDataSets)
           
 void setTimestamp(java.lang.String newTimestamp)
           
 java.lang.String toString()
           
 
Methods inherited from class org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
getElement, setElement
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 
Methods inherited from interface org.eclipse.tptp.platform.report.chart.svg.internal.input.Data
getElement
 

Field Detail

TIMESTAMP_EDEFAULT

protected static final java.lang.String TIMESTAMP_EDEFAULT
The default value of the 'Timestamp' attribute.

See Also:
getTimestamp()
Generated
[EMF] Ordered

timestamp

protected java.lang.String timestamp
The cached value of the 'Timestamp' attribute.

See Also:
getTimestamp()
Generated
[EMF] Ordered

categories

protected Categories categories
The cached value of the 'Categories' containment reference.

See Also:
getCategories()
Generated
[EMF] Ordered

dataSets

protected DataSets dataSets
The cached value of the 'Data Sets' containment reference.

See Also:
getDataSets()
Generated
[EMF] Ordered
Constructor Detail

DataImpl

protected DataImpl()

Generated

DataImpl

public DataImpl(Chart chart)

DataImpl

public DataImpl(Chart chart,
                org.w3c.dom.Element element)
Method Detail

getTimestamp

public java.lang.String getTimestamp()

Specified by:
getTimestamp in interface Data
Returns:
the value of the 'Timestamp' attribute.
See Also:
Data.setTimestamp(String), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_Timestamp()
Generated

setTimestamp

public void setTimestamp(java.lang.String newTimestamp)

Specified by:
setTimestamp in interface Data
Parameters:
newTimestamp - the new value of the 'Timestamp' attribute.
See Also:
Data.getTimestamp()
Generated

getCategories

public Categories getCategories()

Specified by:
getCategories in interface Data
Returns:
the value of the 'Categories' containment reference.
See Also:
Data.setCategories(Categories), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_Categories()
Generated

setCategories

public void setCategories(Categories newCategories)

Specified by:
setCategories in interface Data
Parameters:
newCategories - the new value of the 'Categories' containment reference.
See Also:
Data.getCategories()
Generated

getDataSets

public DataSets getDataSets()

Specified by:
getDataSets in interface Data
Returns:
the value of the 'Data Sets' containment reference.
See Also:
Data.setDataSets(DataSets), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_DataSets()
Generated

setDataSets

public void setDataSets(DataSets newDataSets)

Specified by:
setDataSets in interface Data
Parameters:
newDataSets - the new value of the 'Data Sets' containment reference.
See Also:
Data.getDataSets()
Generated

toString

public java.lang.String toString()

Overrides:
toString in class java.lang.Object
Generated

TPTP 4.5.0 Platform Project
Internal API Specification