org.eclipse.amp.amf.parameters.aPar
Interface AParPackage.Literals

Enclosing interface:
AParPackage

public static interface AParPackage.Literals

Defines literals for the meta objects that represent


Field Summary
static org.eclipse.emf.ecore.EClass IMPORT
          The meta object literal for the 'Import' class.
static org.eclipse.emf.ecore.EAttribute IMPORT__IMPORT_URI
          The meta object literal for the 'Import URI' attribute feature.
static org.eclipse.emf.ecore.EClass INCORPORATES
          The meta object literal for the 'Incorporates' class.
static org.eclipse.emf.ecore.EAttribute INCORPORATES__IMPORT_URI
          The meta object literal for the 'Import URI' attribute feature.
static org.eclipse.emf.ecore.EClass MODEL
          The meta object literal for the 'Model' class.
static org.eclipse.emf.ecore.EReference MODEL__INCORPORATES
          The meta object literal for the 'Incorporates' containment reference list feature.
static org.eclipse.emf.ecore.EReference MODEL__MODEL
          The meta object literal for the 'Model' containment reference feature.
static org.eclipse.emf.ecore.EAttribute MODEL__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference MODEL__PARAMETERS
          The meta object literal for the 'Parameters' containment reference list feature.
static org.eclipse.emf.ecore.EClass PARAMETER
          The meta object literal for the 'Parameter' class.
static org.eclipse.emf.ecore.EReference PARAMETER__ATTRIBUTE
          The meta object literal for the 'Attribute' reference feature.
static org.eclipse.emf.ecore.EReference PARAMETER__VALUE
          The meta object literal for the 'Value' containment reference feature.
 

Field Detail

MODEL

static final org.eclipse.emf.ecore.EClass MODEL
The meta object literal for the 'Model' class.

See Also:
ModelImpl, AParPackageImpl.getModel()

MODEL__NAME

static final org.eclipse.emf.ecore.EAttribute MODEL__NAME
The meta object literal for the 'Name' attribute feature.


MODEL__MODEL

static final org.eclipse.emf.ecore.EReference MODEL__MODEL
The meta object literal for the 'Model' containment reference feature.


MODEL__INCORPORATES

static final org.eclipse.emf.ecore.EReference MODEL__INCORPORATES
The meta object literal for the 'Incorporates' containment reference list feature.


MODEL__PARAMETERS

static final org.eclipse.emf.ecore.EReference MODEL__PARAMETERS
The meta object literal for the 'Parameters' containment reference list feature.


IMPORT

static final org.eclipse.emf.ecore.EClass IMPORT
The meta object literal for the 'Import' class.

See Also:
ImportImpl, AParPackageImpl.getImport()

IMPORT__IMPORT_URI

static final org.eclipse.emf.ecore.EAttribute IMPORT__IMPORT_URI
The meta object literal for the 'Import URI' attribute feature.


INCORPORATES

static final org.eclipse.emf.ecore.EClass INCORPORATES
The meta object literal for the 'Incorporates' class.

See Also:
IncorporatesImpl, AParPackageImpl.getIncorporates()

INCORPORATES__IMPORT_URI

static final org.eclipse.emf.ecore.EAttribute INCORPORATES__IMPORT_URI
The meta object literal for the 'Import URI' attribute feature.


PARAMETER

static final org.eclipse.emf.ecore.EClass PARAMETER
The meta object literal for the 'Parameter' class.

See Also:
ParameterImpl, AParPackageImpl.getParameter()

PARAMETER__ATTRIBUTE

static final org.eclipse.emf.ecore.EReference PARAMETER__ATTRIBUTE
The meta object literal for the 'Attribute' reference feature.


PARAMETER__VALUE

static final org.eclipse.emf.ecore.EReference PARAMETER__VALUE
The meta object literal for the 'Value' containment reference feature.