org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface Serie


public interface Serie

A representation of the model object 'Serie'.

The following features are supported:

See Also:
ChartPackage.getSerie()
Generated:
Model:

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getName()
          Returns the value of the 'Name' attribute.
  getPoints()
          Returns the value of the 'Points' containment reference list.
 void setName(java.lang.String value)
          Sets the value of the 'Name' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getName

java.lang.String getName()
Returns the value of the 'Name' attribute.

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

Returns:
the value of the 'Name' attribute.
See Also:
setName(String), ChartPackage.getSerie_Name()
Generated:
Model:

setName

void setName(java.lang.String value)
Sets the value of the 'Name' attribute.

Parameters:
value - the new value of the 'Name' attribute.
See Also:
getName()
Generated:

getPoints

 getPoints()
Returns the value of the 'Points' containment reference list. The list contents are of type Point. It is bidirectional and its opposite is 'Serie'.

If the meaning of the 'Points' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Points' containment reference list.
See Also:
ChartPackage.getSerie_Points(), Point.getSerie()
Generated:
Model:
opposite="serie" containment="true"