|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.eclipse.tptp.platform.report.chart.svg.internal.input.impl.InputBase
org.eclipse.tptp.platform.report.chart.svg.internal.input.impl.DataImpl
public class DataImpl
An implementation of the model object 'Data'.
The following features are implemented:
| 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 |
|---|
protected static final java.lang.String TIMESTAMP_EDEFAULT
Timestamp' attribute.
getTimestamp()protected java.lang.String timestamp
Timestamp' attribute.
getTimestamp()protected Categories categories
Categories' containment reference.
getCategories()protected DataSets dataSets
Data Sets' containment reference.
getDataSets()| Constructor Detail |
|---|
protected DataImpl()
public DataImpl(Chart chart)
public DataImpl(Chart chart,
org.w3c.dom.Element element)
| Method Detail |
|---|
public java.lang.String getTimestamp()
getTimestamp in interface DataData.setTimestamp(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_Timestamp()public void setTimestamp(java.lang.String newTimestamp)
setTimestamp in interface DatanewTimestamp - the new value of the 'Timestamp' attribute.Data.getTimestamp()public Categories getCategories()
getCategories in interface DataData.setCategories(Categories),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_Categories()public void setCategories(Categories newCategories)
setCategories in interface DatanewCategories - the new value of the 'Categories' containment reference.Data.getCategories()public DataSets getDataSets()
getDataSets in interface DataData.setDataSets(DataSets),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getData_DataSets()public void setDataSets(DataSets newDataSets)
setDataSets in interface DatanewDataSets - the new value of the 'Data Sets' containment reference.Data.getDataSets()public java.lang.String toString()
toString in class java.lang.Object
|
TPTP 4.5.0 Platform Project Internal API Specification |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||