org.eclipse.xtext.purexbase.pureXbase
Interface PureXbasePackage.Literals

Enclosing interface:
PureXbasePackage

public static interface PureXbasePackage.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass IMPORT
          The meta object literal for the 'Import' class
static org.eclipse.emf.ecore.EAttribute IMPORT__IMPORTED_NAMESPACE
          The meta object literal for the 'Imported Namespace' attribute feature
static org.eclipse.emf.ecore.EClass MODEL
          The meta object literal for the 'Model' class
static org.eclipse.emf.ecore.EReference MODEL__BLOCK
          The meta object literal for the 'Block' containment reference feature
static org.eclipse.emf.ecore.EClass SPECIAL_BLOCK_EXPRESSION
          The meta object literal for the 'Special Block Expression' class
static org.eclipse.emf.ecore.EReference SPECIAL_BLOCK_EXPRESSION__IMPORTS
          The meta object literal for the 'Imports' containment reference list feature
 

Field Detail

MODEL

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

See Also:
ModelImpl, PureXbasePackageImpl.getModel()
EMF generated code

MODEL__BLOCK

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

EMF generated code

IMPORT

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

See Also:
ImportImpl, PureXbasePackageImpl.getImport()
EMF generated code

IMPORT__IMPORTED_NAMESPACE

static final org.eclipse.emf.ecore.EAttribute IMPORT__IMPORTED_NAMESPACE
The meta object literal for the 'Imported Namespace' attribute feature.

EMF generated code

SPECIAL_BLOCK_EXPRESSION

static final org.eclipse.emf.ecore.EClass SPECIAL_BLOCK_EXPRESSION
The meta object literal for the 'Special Block Expression' class.

See Also:
SpecialBlockExpressionImpl, PureXbasePackageImpl.getSpecialBlockExpression()
EMF generated code

SPECIAL_BLOCK_EXPRESSION__IMPORTS

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

EMF generated code