TPTP 4.5.0 Platform Project
Internal API Specification

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

All Known Implementing Classes:
ShapeImpl, SVGShapeImpl

public interface Shape

A representation of the model object 'Shape'.

The following features are supported:

See Also:
org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getShape()
Generated
[EMF] Model

Method Summary
 java.lang.Object getDataSetId()
          Returns the value of the 'Data Set Id' reference
 java.lang.String getShapeId()
          Returns the value of the 'Shape Id' attribute
 void setDataSetId(java.lang.Object value)
          Sets the value of the 'Data Set Id' reference
 void setShapeId(java.lang.String value)
          Sets the value of the 'Shape Id' attribute
 

Method Detail

getShapeId

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

If the meaning of the 'Shape Id' attribute isn't clear, there really should be more of a description here...

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

setShapeId

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

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

getDataSetId

java.lang.Object getDataSetId()
Returns the value of the 'Data Set Id' reference.

Returns:
the value of the 'Data Set Id' reference.
See Also:
setDataSetId(Object), org.eclipse.tptp.platform.report.chart.svg.internal.input.InputPackage#getShape_DataSetId()
Generated
[EMF] Model

setDataSetId

void setDataSetId(java.lang.Object value)
Sets the value of the 'Data Set Id' reference.

Parameters:
value - the new value of the 'Data Set Id' reference.
See Also:
getDataSetId()
Generated

TPTP 4.5.0 Platform Project
Internal API Specification