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


public interface Axe

A representation of the model object 'Axe'.

The following features are supported:

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

Field Summary
static java.lang.String copyright
           
 
Method Summary
 java.lang.String getLegend()
          Returns the value of the 'Legend' attribute.
 java.lang.String getUnit()
          Returns the value of the 'Unit' attribute.
 void setLegend(java.lang.String value)
          Sets the value of the 'Legend' attribute.
 void setUnit(java.lang.String value)
          Sets the value of the 'Unit' attribute.
 

Field Detail

copyright

static final java.lang.String copyright

See Also:
Constant Field Values
Generated:
Method Detail

getLegend

java.lang.String getLegend()
Returns the value of the 'Legend' attribute.

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

Returns:
the value of the 'Legend' attribute.
See Also:
setLegend(String), ChartPackage.getAxe_Legend()
Generated:
Model:

setLegend

void setLegend(java.lang.String value)
Sets the value of the 'Legend' attribute.

Parameters:
value - the new value of the 'Legend' attribute.
See Also:
getLegend()
Generated:

getUnit

java.lang.String getUnit()
Returns the value of the 'Unit' attribute.

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

Returns:
the value of the 'Unit' attribute.
See Also:
setUnit(String), ChartPackage.getAxe_Unit()
Generated:
Model:

setUnit

void setUnit(java.lang.String value)
Sets the value of the 'Unit' attribute.

Parameters:
value - the new value of the 'Unit' attribute.
See Also:
getUnit()
Generated: