org.eclipse.emf.mwe2.language.mwe2
Interface Mwe2Package.Literals

Enclosing interface:
Mwe2Package

public static interface Mwe2Package.Literals

Defines literals for the meta objects that represent

EMF generated code

Field Summary
static org.eclipse.emf.ecore.EClass ABSTRACT_REFERENCE
          The meta object literal for the 'Abstract Reference' class.
static org.eclipse.emf.ecore.EReference ABSTRACT_REFERENCE__REFERABLE
          The meta object literal for the 'Referable' reference feature.
static org.eclipse.emf.ecore.EClass ASSIGNMENT
          The meta object literal for the 'Assignment' class.
static org.eclipse.emf.ecore.EReference ASSIGNMENT__FEATURE
          The meta object literal for the 'Feature' reference feature.
static org.eclipse.emf.ecore.EAttribute ASSIGNMENT__FEATURE_NAME
          The meta object literal for the 'Feature Name' attribute feature.
static org.eclipse.emf.ecore.EReference ASSIGNMENT__VALUE
          The meta object literal for the 'Value' containment reference feature.
static org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL
          The meta object literal for the 'Boolean Literal' class.
static org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL__IS_TRUE
          The meta object literal for the 'Is True' attribute feature.
static org.eclipse.emf.ecore.EClass COMPONENT
          The meta object literal for the 'Component' class.
static org.eclipse.emf.ecore.EReference COMPONENT__ASSIGNMENT
          The meta object literal for the 'Assignment' containment reference list feature.
static org.eclipse.emf.ecore.EAttribute COMPONENT__AUTO_INJECT
          The meta object literal for the 'Auto Inject' attribute feature.
static org.eclipse.emf.ecore.EReference COMPONENT__MODULE
          The meta object literal for the 'Module' reference feature.
static org.eclipse.emf.ecore.EClass DECLARED_PROPERTY
          The meta object literal for the 'Declared Property' class.
static org.eclipse.emf.ecore.EReference DECLARED_PROPERTY__DEFAULT
          The meta object literal for the 'Default' containment reference feature.
static org.eclipse.emf.ecore.EReference DECLARED_PROPERTY__MODULE
          The meta object literal for the 'Module' container reference feature.
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 MODULE
          The meta object literal for the 'Module' class.
static org.eclipse.emf.ecore.EAttribute MODULE__CANONICAL_NAME
          The meta object literal for the 'Canonical Name' attribute feature.
static org.eclipse.emf.ecore.EReference MODULE__DECLARED_PROPERTIES
          The meta object literal for the 'Declared Properties' containment reference list feature.
static org.eclipse.emf.ecore.EReference MODULE__IMPORTS
          The meta object literal for the 'Imports' containment reference list feature.
static org.eclipse.emf.ecore.EReference MODULE__ROOT
          The meta object literal for the 'Root' containment reference feature.
static org.eclipse.emf.ecore.EClass PLAIN_STRING
          The meta object literal for the 'Plain String' class.
static org.eclipse.emf.ecore.EAttribute PLAIN_STRING__VALUE
          The meta object literal for the 'Value' attribute feature.
static org.eclipse.emf.ecore.EClass PROPERTY_REFERENCE
          The meta object literal for the 'Property Reference' class.
static org.eclipse.emf.ecore.EClass REFERENCE
          The meta object literal for the 'Reference' class.
static org.eclipse.emf.ecore.EClass REFERRABLE
          The meta object literal for the 'Referrable' class.
static org.eclipse.emf.ecore.EAttribute REFERRABLE__NAME
          The meta object literal for the 'Name' attribute feature.
static org.eclipse.emf.ecore.EReference REFERRABLE__TYPE
          The meta object literal for the 'Type' reference feature.
static org.eclipse.emf.ecore.EClass STRING_LITERAL
          The meta object literal for the 'String Literal' class.
static org.eclipse.emf.ecore.EAttribute STRING_LITERAL__BEGIN
          The meta object literal for the 'Begin' attribute feature.
static org.eclipse.emf.ecore.EAttribute STRING_LITERAL__END
          The meta object literal for the 'End' attribute feature.
static org.eclipse.emf.ecore.EReference STRING_LITERAL__PARTS
          The meta object literal for the 'Parts' containment reference list feature.
static org.eclipse.emf.ecore.EClass STRING_PART
          The meta object literal for the 'String Part' class.
static org.eclipse.emf.ecore.EClass VALUE
          The meta object literal for the 'Value' class.
 

Field Detail

MODULE

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

See Also:
ModuleImpl, Mwe2PackageImpl.getModule()
EMF generated code

MODULE__CANONICAL_NAME

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

EMF generated code

MODULE__IMPORTS

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

EMF generated code

MODULE__DECLARED_PROPERTIES

static final org.eclipse.emf.ecore.EReference MODULE__DECLARED_PROPERTIES
The meta object literal for the 'Declared Properties' containment reference list feature.

EMF generated code

MODULE__ROOT

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

EMF generated code

REFERRABLE

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

See Also:
ReferrableImpl, Mwe2PackageImpl.getReferrable()
EMF generated code

REFERRABLE__TYPE

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

EMF generated code

REFERRABLE__NAME

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

EMF generated code

DECLARED_PROPERTY

static final org.eclipse.emf.ecore.EClass DECLARED_PROPERTY
The meta object literal for the 'Declared Property' class.

See Also:
DeclaredPropertyImpl, Mwe2PackageImpl.getDeclaredProperty()
EMF generated code

DECLARED_PROPERTY__DEFAULT

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

EMF generated code

DECLARED_PROPERTY__MODULE

static final org.eclipse.emf.ecore.EReference DECLARED_PROPERTY__MODULE
The meta object literal for the 'Module' container reference feature.

EMF generated code

COMPONENT

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

See Also:
ComponentImpl, Mwe2PackageImpl.getComponent()
EMF generated code

COMPONENT__MODULE

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

EMF generated code

COMPONENT__AUTO_INJECT

static final org.eclipse.emf.ecore.EAttribute COMPONENT__AUTO_INJECT
The meta object literal for the 'Auto Inject' attribute feature.

EMF generated code

COMPONENT__ASSIGNMENT

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

EMF generated code

IMPORT

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

See Also:
ImportImpl, Mwe2PackageImpl.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

ASSIGNMENT

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

See Also:
AssignmentImpl, Mwe2PackageImpl.getAssignment()
EMF generated code

ASSIGNMENT__FEATURE

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

EMF generated code

ASSIGNMENT__VALUE

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

EMF generated code

ASSIGNMENT__FEATURE_NAME

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

EMF generated code

VALUE

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

See Also:
ValueImpl, Mwe2PackageImpl.getValue()
EMF generated code

BOOLEAN_LITERAL

static final org.eclipse.emf.ecore.EClass BOOLEAN_LITERAL
The meta object literal for the 'Boolean Literal' class.

See Also:
BooleanLiteralImpl, Mwe2PackageImpl.getBooleanLiteral()
EMF generated code

BOOLEAN_LITERAL__IS_TRUE

static final org.eclipse.emf.ecore.EAttribute BOOLEAN_LITERAL__IS_TRUE
The meta object literal for the 'Is True' attribute feature.

EMF generated code

REFERENCE

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

See Also:
ReferenceImpl, Mwe2PackageImpl.getReference()
EMF generated code

STRING_LITERAL

static final org.eclipse.emf.ecore.EClass STRING_LITERAL
The meta object literal for the 'String Literal' class.

See Also:
StringLiteralImpl, Mwe2PackageImpl.getStringLiteral()
EMF generated code

STRING_LITERAL__BEGIN

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

EMF generated code

STRING_LITERAL__PARTS

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

EMF generated code

STRING_LITERAL__END

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

EMF generated code

STRING_PART

static final org.eclipse.emf.ecore.EClass STRING_PART
The meta object literal for the 'String Part' class.

See Also:
StringPartImpl, Mwe2PackageImpl.getStringPart()
EMF generated code

PROPERTY_REFERENCE

static final org.eclipse.emf.ecore.EClass PROPERTY_REFERENCE
The meta object literal for the 'Property Reference' class.

See Also:
PropertyReferenceImpl, Mwe2PackageImpl.getPropertyReference()
EMF generated code

PLAIN_STRING

static final org.eclipse.emf.ecore.EClass PLAIN_STRING
The meta object literal for the 'Plain String' class.

See Also:
PlainStringImpl, Mwe2PackageImpl.getPlainString()
EMF generated code

PLAIN_STRING__VALUE

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

EMF generated code

ABSTRACT_REFERENCE

static final org.eclipse.emf.ecore.EClass ABSTRACT_REFERENCE
The meta object literal for the 'Abstract Reference' class.

See Also:
AbstractReferenceImpl, Mwe2PackageImpl.getAbstractReference()
EMF generated code

ABSTRACT_REFERENCE__REFERABLE

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

EMF generated code