org.eclipse.modisco.utils.chart.metamodel.internal.chart
Interface ChartPackage.Literals

Enclosing interface:
ChartPackage

public static interface ChartPackage.Literals

Defines literals for the meta objects that represent

Generated:

Field Summary
static EClass AXE
          The meta object literal for the 'Axe' class.
static EAttribute AXE__LEGEND
          The meta object literal for the 'Legend' attribute feature.
static EAttribute AXE__UNIT
          The meta object literal for the 'Unit' attribute feature.
static EClass CHART
          The meta object literal for the 'Chart' class.
static EReference CHART__AXES
          The meta object literal for the 'Axes' containment reference list feature.
static EReference CHART__SERIES
          The meta object literal for the 'Series' containment reference list feature.
static EAttribute CHART__TITLE
          The meta object literal for the 'Title' attribute feature.
static EClass COORDINATE
          The meta object literal for the 'Coordinate' class.
static EReference COORDINATE__AXE
          The meta object literal for the 'Axe' reference feature.
static EAttribute COORDINATE__VALUE
          The meta object literal for the 'Value' attribute feature.
static EClass POINT
          The meta object literal for the 'Point' class.
static EReference POINT__COORDINATES
          The meta object literal for the 'Coordinates' containment reference list feature.
static EReference POINT__SERIE
          The meta object literal for the 'Serie' container reference feature.
static EClass SERIE
          The meta object literal for the 'Serie' class.
static EAttribute SERIE__NAME
          The meta object literal for the 'Name' attribute feature.
static EReference SERIE__POINTS
          The meta object literal for the 'Points' containment reference list feature.
 

Field Detail

CHART

static final EClass CHART
The meta object literal for the 'Chart' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getChart()
Generated:

CHART__AXES

static final EReference CHART__AXES
The meta object literal for the 'Axes' containment reference list feature.

Generated:

CHART__SERIES

static final EReference CHART__SERIES
The meta object literal for the 'Series' containment reference list feature.

Generated:

CHART__TITLE

static final EAttribute CHART__TITLE
The meta object literal for the 'Title' attribute feature.

Generated:

AXE

static final EClass AXE
The meta object literal for the 'Axe' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.AxeImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getAxe()
Generated:

AXE__LEGEND

static final EAttribute AXE__LEGEND
The meta object literal for the 'Legend' attribute feature.

Generated:

AXE__UNIT

static final EAttribute AXE__UNIT
The meta object literal for the 'Unit' attribute feature.

Generated:

SERIE

static final EClass SERIE
The meta object literal for the 'Serie' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.SerieImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getSerie()
Generated:

SERIE__NAME

static final EAttribute SERIE__NAME
The meta object literal for the 'Name' attribute feature.

Generated:

SERIE__POINTS

static final EReference SERIE__POINTS
The meta object literal for the 'Points' containment reference list feature.

Generated:

POINT

static final EClass POINT
The meta object literal for the 'Point' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.PointImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getPoint()
Generated:

POINT__SERIE

static final EReference POINT__SERIE
The meta object literal for the 'Serie' container reference feature.

Generated:

POINT__COORDINATES

static final EReference POINT__COORDINATES
The meta object literal for the 'Coordinates' containment reference list feature.

Generated:

COORDINATE

static final EClass COORDINATE
The meta object literal for the 'Coordinate' class.

See Also:
org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.CoordinateImpl, org.eclipse.modisco.utils.chart.metamodel.internal.chart.impl.ChartPackageImpl#getCoordinate()
Generated:

COORDINATE__AXE

static final EReference COORDINATE__AXE
The meta object literal for the 'Axe' reference feature.

Generated:

COORDINATE__VALUE

static final EAttribute COORDINATE__VALUE
The meta object literal for the 'Value' attribute feature.

Generated: