|
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 | ||||||||
public interface Chart
A representation of the model object 'Chart'.
The following features are supported:
| 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 |
|---|
java.lang.String getId()
setId(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Id()void setId(java.lang.String value)
Id' attribute.
value - the new value of the 'Id' attribute.getId()java.lang.String getType()
setType(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Type()void setType(java.lang.String value)
Type' attribute.
value - the new value of the 'Type' attribute.getType()java.lang.String getVersion()
"1.0".
isSetVersion(),
unsetVersion(),
setVersion(String),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Version()void setVersion(java.lang.String value)
Version' attribute.
value - the new value of the 'Version' attribute.isSetVersion(),
unsetVersion(),
getVersion()void unsetVersion()
Version' attribute.
isSetVersion(),
getVersion(),
setVersion(String)boolean isSetVersion()
Version' attribute is set.
unsetVersion(),
getVersion(),
setVersion(String)Data getData()
setData(Data),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Data()void setData(Data value)
Data' containment reference.
value - the new value of the 'Data' containment reference.getData()Configuration getConfiguration()
setConfiguration(Configuration),
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getChart_Configuration()void setConfiguration(Configuration value)
Configuration' containment reference.
value - the new value of the 'Configuration' containment reference.getConfiguration()org.w3c.dom.Element getElement()
|
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 | ||||||||