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

All Superinterfaces:
org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
Mwe2PackageImpl

public interface Mwe2Package
extends org.eclipse.emf.ecore.EPackage

The Package for the model. It contains accessors for the meta objects to represent

See Also:
Mwe2Factory
EMF generated code
EMF model element
kind="package"

Nested Class Summary
static interface Mwe2Package.Literals
          Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
 
Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage
org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
 
Field Summary
static int ABSTRACT_REFERENCE
          The meta object id for the 'Abstract Reference' class.
static int ABSTRACT_REFERENCE__REFERABLE
          The feature id for the 'Referable' reference.
static int ABSTRACT_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Abstract Reference' class.
static int ASSIGNMENT
          The meta object id for the 'Assignment' class.
static int ASSIGNMENT__FEATURE
          The feature id for the 'Feature' reference.
static int ASSIGNMENT__FEATURE_NAME
          The feature id for the 'Feature Name' attribute.
static int ASSIGNMENT__VALUE
          The feature id for the 'Value' containment reference.
static int ASSIGNMENT_FEATURE_COUNT
          The number of structural features of the 'Assignment' class.
static int BOOLEAN_LITERAL
          The meta object id for the 'Boolean Literal' class.
static int BOOLEAN_LITERAL__IS_TRUE
          The feature id for the 'Is True' attribute.
static int BOOLEAN_LITERAL_FEATURE_COUNT
          The number of structural features of the 'Boolean Literal' class.
static int COMPONENT
          The meta object id for the 'Component' class.
static int COMPONENT__ASSIGNMENT
          The feature id for the 'Assignment' containment reference list.
static int COMPONENT__AUTO_INJECT
          The feature id for the 'Auto Inject' attribute.
static int COMPONENT__MODULE
          The feature id for the 'Module' reference.
static int COMPONENT__NAME
          The feature id for the 'Name' attribute.
static int COMPONENT__TYPE
          The feature id for the 'Type' reference.
static int COMPONENT_FEATURE_COUNT
          The number of structural features of the 'Component' class.
static int DECLARED_PROPERTY
          The meta object id for the 'Declared Property' class.
static int DECLARED_PROPERTY__DEFAULT
          The feature id for the 'Default' containment reference.
static int DECLARED_PROPERTY__MODULE
          The feature id for the 'Module' container reference.
static int DECLARED_PROPERTY__NAME
          The feature id for the 'Name' attribute.
static int DECLARED_PROPERTY__TYPE
          The feature id for the 'Type' reference.
static int DECLARED_PROPERTY_FEATURE_COUNT
          The number of structural features of the 'Declared Property' class.
static Mwe2Package eINSTANCE
          The singleton instance of the package.
static java.lang.String eNAME
          The package name.
static java.lang.String eNS_PREFIX
          The package namespace name.
static java.lang.String eNS_URI
          The package namespace URI.
static int IMPORT
          The meta object id for the 'Import' class.
static int IMPORT__IMPORTED_NAMESPACE
          The feature id for the 'Imported Namespace' attribute.
static int IMPORT_FEATURE_COUNT
          The number of structural features of the 'Import' class.
static int MODULE
          The meta object id for the 'Module' class.
static int MODULE__CANONICAL_NAME
          The feature id for the 'Canonical Name' attribute.
static int MODULE__DECLARED_PROPERTIES
          The feature id for the 'Declared Properties' containment reference list.
static int MODULE__IMPORTS
          The feature id for the 'Imports' containment reference list.
static int MODULE__ROOT
          The feature id for the 'Root' containment reference.
static int MODULE_FEATURE_COUNT
          The number of structural features of the 'Module' class.
static int PLAIN_STRING
          The meta object id for the 'Plain String' class.
static int PLAIN_STRING__VALUE
          The feature id for the 'Value' attribute.
static int PLAIN_STRING_FEATURE_COUNT
          The number of structural features of the 'Plain String' class.
static int PROPERTY_REFERENCE
          The meta object id for the 'Property Reference' class.
static int PROPERTY_REFERENCE__REFERABLE
          The feature id for the 'Referable' reference.
static int PROPERTY_REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Property Reference' class.
static int REFERENCE
          The meta object id for the 'Reference' class.
static int REFERENCE__REFERABLE
          The feature id for the 'Referable' reference.
static int REFERENCE_FEATURE_COUNT
          The number of structural features of the 'Reference' class.
static int REFERRABLE
          The meta object id for the 'Referrable' class.
static int REFERRABLE__NAME
          The feature id for the 'Name' attribute.
static int REFERRABLE__TYPE
          The feature id for the 'Type' reference.
static int REFERRABLE_FEATURE_COUNT
          The number of structural features of the 'Referrable' class.
static int STRING_LITERAL
          The meta object id for the 'String Literal' class.
static int STRING_LITERAL__BEGIN
          The feature id for the 'Begin' attribute.
static int STRING_LITERAL__END
          The feature id for the 'End' attribute.
static int STRING_LITERAL__PARTS
          The feature id for the 'Parts' containment reference list.
static int STRING_LITERAL_FEATURE_COUNT
          The number of structural features of the 'String Literal' class.
static int STRING_PART
          The meta object id for the 'String Part' class.
static int STRING_PART_FEATURE_COUNT
          The number of structural features of the 'String Part' class.
static int VALUE
          The meta object id for the 'Value' class.
static int VALUE_FEATURE_COUNT
          The number of structural features of the 'Value' class.
 
Method Summary
 org.eclipse.emf.ecore.EReference getAbstractReference_Referable()
          Returns the meta object for the reference 'Referable'.
 org.eclipse.emf.ecore.EClass getAbstractReference()
          Returns the meta object for class 'Abstract Reference'.
 org.eclipse.emf.ecore.EReference getAssignment_Feature()
          Returns the meta object for the reference 'Feature'.
 org.eclipse.emf.ecore.EAttribute getAssignment_FeatureName()
          Returns the meta object for the attribute 'Feature Name'.
 org.eclipse.emf.ecore.EReference getAssignment_Value()
          Returns the meta object for the containment reference 'Value'.
 org.eclipse.emf.ecore.EClass getAssignment()
          Returns the meta object for class 'Assignment'.
 org.eclipse.emf.ecore.EAttribute getBooleanLiteral_IsTrue()
          Returns the meta object for the attribute 'Is True'.
 org.eclipse.emf.ecore.EClass getBooleanLiteral()
          Returns the meta object for class 'Boolean Literal'.
 org.eclipse.emf.ecore.EReference getComponent_Assignment()
          Returns the meta object for the containment reference list 'Assignment'.
 org.eclipse.emf.ecore.EAttribute getComponent_AutoInject()
          Returns the meta object for the attribute 'Auto Inject'.
 org.eclipse.emf.ecore.EReference getComponent_Module()
          Returns the meta object for the reference 'Module'.
 org.eclipse.emf.ecore.EClass getComponent()
          Returns the meta object for class 'Component'.
 org.eclipse.emf.ecore.EReference getDeclaredProperty_Default()
          Returns the meta object for the containment reference 'Default'.
 org.eclipse.emf.ecore.EReference getDeclaredProperty_Module()
          Returns the meta object for the container reference 'Module'.
 org.eclipse.emf.ecore.EClass getDeclaredProperty()
          Returns the meta object for class 'Declared Property'.
 org.eclipse.emf.ecore.EAttribute getImport_ImportedNamespace()
          Returns the meta object for the attribute 'Imported Namespace'.
 org.eclipse.emf.ecore.EClass getImport()
          Returns the meta object for class 'Import'.
 org.eclipse.emf.ecore.EAttribute getModule_CanonicalName()
          Returns the meta object for the attribute 'Canonical Name'.
 org.eclipse.emf.ecore.EReference getModule_DeclaredProperties()
          Returns the meta object for the containment reference list 'Declared Properties'.
 org.eclipse.emf.ecore.EReference getModule_Imports()
          Returns the meta object for the containment reference list 'Imports'.
 org.eclipse.emf.ecore.EReference getModule_Root()
          Returns the meta object for the containment reference 'Root'.
 org.eclipse.emf.ecore.EClass getModule()
          Returns the meta object for class 'Module'.
 Mwe2Factory getMwe2Factory()
          Returns the factory that creates the instances of the model.
 org.eclipse.emf.ecore.EAttribute getPlainString_Value()
          Returns the meta object for the attribute 'Value'.
 org.eclipse.emf.ecore.EClass getPlainString()
          Returns the meta object for class 'Plain String'.
 org.eclipse.emf.ecore.EClass getPropertyReference()
          Returns the meta object for class 'Property Reference'.
 org.eclipse.emf.ecore.EClass getReference()
          Returns the meta object for class 'Reference'.
 org.eclipse.emf.ecore.EAttribute getReferrable_Name()
          Returns the meta object for the attribute 'Name'.
 org.eclipse.emf.ecore.EReference getReferrable_Type()
          Returns the meta object for the reference 'Type'.
 org.eclipse.emf.ecore.EClass getReferrable()
          Returns the meta object for class 'Referrable'.
 org.eclipse.emf.ecore.EAttribute getStringLiteral_Begin()
          Returns the meta object for the attribute 'Begin'.
 org.eclipse.emf.ecore.EAttribute getStringLiteral_End()
          Returns the meta object for the attribute 'End'.
 org.eclipse.emf.ecore.EReference getStringLiteral_Parts()
          Returns the meta object for the containment reference list 'Parts'.
 org.eclipse.emf.ecore.EClass getStringLiteral()
          Returns the meta object for class 'String Literal'.
 org.eclipse.emf.ecore.EClass getStringPart()
          Returns the meta object for class 'String Part'.
 org.eclipse.emf.ecore.EClass getValue()
          Returns the meta object for class 'Value'.
 
Methods inherited from interface org.eclipse.emf.ecore.EPackage
getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
 
Methods inherited from interface org.eclipse.emf.ecore.ENamedElement
getName, setName
 
Methods inherited from interface org.eclipse.emf.ecore.EModelElement
getEAnnotation, getEAnnotations
 
Methods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
 
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
 

Field Detail

eNAME

static final java.lang.String eNAME
The package name.

See Also:
Constant Field Values
EMF generated code

eNS_URI

static final java.lang.String eNS_URI
The package namespace URI.

See Also:
Constant Field Values
EMF generated code

eNS_PREFIX

static final java.lang.String eNS_PREFIX
The package namespace name.

See Also:
Constant Field Values
EMF generated code

eINSTANCE

static final Mwe2Package eINSTANCE
The singleton instance of the package.

EMF generated code

MODULE

static final int MODULE
The meta object id for the 'Module' class.

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

MODULE__CANONICAL_NAME

static final int MODULE__CANONICAL_NAME
The feature id for the 'Canonical Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

MODULE__IMPORTS

static final int MODULE__IMPORTS
The feature id for the 'Imports' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

MODULE__DECLARED_PROPERTIES

static final int MODULE__DECLARED_PROPERTIES
The feature id for the 'Declared Properties' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

MODULE__ROOT

static final int MODULE__ROOT
The feature id for the 'Root' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

MODULE_FEATURE_COUNT

static final int MODULE_FEATURE_COUNT
The number of structural features of the 'Module' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

REFERRABLE

static final int REFERRABLE
The meta object id for the 'Referrable' class.

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

REFERRABLE__TYPE

static final int REFERRABLE__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

REFERRABLE__NAME

static final int REFERRABLE__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

REFERRABLE_FEATURE_COUNT

static final int REFERRABLE_FEATURE_COUNT
The number of structural features of the 'Referrable' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DECLARED_PROPERTY

static final int DECLARED_PROPERTY
The meta object id for the 'Declared Property' class.

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

DECLARED_PROPERTY__TYPE

static final int DECLARED_PROPERTY__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DECLARED_PROPERTY__NAME

static final int DECLARED_PROPERTY__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DECLARED_PROPERTY__DEFAULT

static final int DECLARED_PROPERTY__DEFAULT
The feature id for the 'Default' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DECLARED_PROPERTY__MODULE

static final int DECLARED_PROPERTY__MODULE
The feature id for the 'Module' container reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

DECLARED_PROPERTY_FEATURE_COUNT

static final int DECLARED_PROPERTY_FEATURE_COUNT
The number of structural features of the 'Declared Property' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT

static final int COMPONENT
The meta object id for the 'Component' class.

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

COMPONENT__TYPE

static final int COMPONENT__TYPE
The feature id for the 'Type' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT__NAME

static final int COMPONENT__NAME
The feature id for the 'Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT__MODULE

static final int COMPONENT__MODULE
The feature id for the 'Module' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT__AUTO_INJECT

static final int COMPONENT__AUTO_INJECT
The feature id for the 'Auto Inject' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT__ASSIGNMENT

static final int COMPONENT__ASSIGNMENT
The feature id for the 'Assignment' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

COMPONENT_FEATURE_COUNT

static final int COMPONENT_FEATURE_COUNT
The number of structural features of the 'Component' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

IMPORT

static final int IMPORT
The meta object id for the 'Import' class.

See Also:
ImportImpl, Mwe2PackageImpl.getImport(), Constant Field Values
EMF generated code

IMPORT__IMPORTED_NAMESPACE

static final int IMPORT__IMPORTED_NAMESPACE
The feature id for the 'Imported Namespace' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

IMPORT_FEATURE_COUNT

static final int IMPORT_FEATURE_COUNT
The number of structural features of the 'Import' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ASSIGNMENT

static final int ASSIGNMENT
The meta object id for the 'Assignment' class.

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

ASSIGNMENT__FEATURE

static final int ASSIGNMENT__FEATURE
The feature id for the 'Feature' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ASSIGNMENT__VALUE

static final int ASSIGNMENT__VALUE
The feature id for the 'Value' containment reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ASSIGNMENT__FEATURE_NAME

static final int ASSIGNMENT__FEATURE_NAME
The feature id for the 'Feature Name' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ASSIGNMENT_FEATURE_COUNT

static final int ASSIGNMENT_FEATURE_COUNT
The number of structural features of the 'Assignment' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

VALUE

static final int VALUE
The meta object id for the 'Value' class.

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

VALUE_FEATURE_COUNT

static final int VALUE_FEATURE_COUNT
The number of structural features of the 'Value' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

BOOLEAN_LITERAL

static final int BOOLEAN_LITERAL
The meta object id for the 'Boolean Literal' class.

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

BOOLEAN_LITERAL__IS_TRUE

static final int BOOLEAN_LITERAL__IS_TRUE
The feature id for the 'Is True' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

BOOLEAN_LITERAL_FEATURE_COUNT

static final int BOOLEAN_LITERAL_FEATURE_COUNT
The number of structural features of the 'Boolean Literal' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

REFERENCE

static final int REFERENCE
The meta object id for the 'Reference' class.

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

REFERENCE__REFERABLE

static final int REFERENCE__REFERABLE
The feature id for the 'Referable' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

REFERENCE_FEATURE_COUNT

static final int REFERENCE_FEATURE_COUNT
The number of structural features of the 'Reference' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

STRING_LITERAL

static final int STRING_LITERAL
The meta object id for the 'String Literal' class.

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

STRING_LITERAL__BEGIN

static final int STRING_LITERAL__BEGIN
The feature id for the 'Begin' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

STRING_LITERAL__PARTS

static final int STRING_LITERAL__PARTS
The feature id for the 'Parts' containment reference list.

See Also:
Constant Field Values
EMF generated code
EMF ordered

STRING_LITERAL__END

static final int STRING_LITERAL__END
The feature id for the 'End' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

STRING_LITERAL_FEATURE_COUNT

static final int STRING_LITERAL_FEATURE_COUNT
The number of structural features of the 'String Literal' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

STRING_PART

static final int STRING_PART
The meta object id for the 'String Part' class.

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

STRING_PART_FEATURE_COUNT

static final int STRING_PART_FEATURE_COUNT
The number of structural features of the 'String Part' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROPERTY_REFERENCE

static final int PROPERTY_REFERENCE
The meta object id for the 'Property Reference' class.

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

PROPERTY_REFERENCE__REFERABLE

static final int PROPERTY_REFERENCE__REFERABLE
The feature id for the 'Referable' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PROPERTY_REFERENCE_FEATURE_COUNT

static final int PROPERTY_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Property Reference' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PLAIN_STRING

static final int PLAIN_STRING
The meta object id for the 'Plain String' class.

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

PLAIN_STRING__VALUE

static final int PLAIN_STRING__VALUE
The feature id for the 'Value' attribute.

See Also:
Constant Field Values
EMF generated code
EMF ordered

PLAIN_STRING_FEATURE_COUNT

static final int PLAIN_STRING_FEATURE_COUNT
The number of structural features of the 'Plain String' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ABSTRACT_REFERENCE

static final int ABSTRACT_REFERENCE
The meta object id for the 'Abstract Reference' class.

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

ABSTRACT_REFERENCE__REFERABLE

static final int ABSTRACT_REFERENCE__REFERABLE
The feature id for the 'Referable' reference.

See Also:
Constant Field Values
EMF generated code
EMF ordered

ABSTRACT_REFERENCE_FEATURE_COUNT

static final int ABSTRACT_REFERENCE_FEATURE_COUNT
The number of structural features of the 'Abstract Reference' class.

See Also:
Constant Field Values
EMF generated code
EMF ordered
Method Detail

getModule

org.eclipse.emf.ecore.EClass getModule()
Returns the meta object for class 'Module'.

Returns:
the meta object for class 'Module'.
See Also:
Module
EMF generated code

getModule_CanonicalName

org.eclipse.emf.ecore.EAttribute getModule_CanonicalName()
Returns the meta object for the attribute 'Canonical Name'.

Returns:
the meta object for the attribute 'Canonical Name'.
See Also:
Module.getCanonicalName(), getModule()
EMF generated code

getModule_Imports

org.eclipse.emf.ecore.EReference getModule_Imports()
Returns the meta object for the containment reference list 'Imports'.

Returns:
the meta object for the containment reference list 'Imports'.
See Also:
Module.getImports(), getModule()
EMF generated code

getModule_DeclaredProperties

org.eclipse.emf.ecore.EReference getModule_DeclaredProperties()
Returns the meta object for the containment reference list 'Declared Properties'.

Returns:
the meta object for the containment reference list 'Declared Properties'.
See Also:
Module.getDeclaredProperties(), getModule()
EMF generated code

getModule_Root

org.eclipse.emf.ecore.EReference getModule_Root()
Returns the meta object for the containment reference 'Root'.

Returns:
the meta object for the containment reference 'Root'.
See Also:
Module.getRoot(), getModule()
EMF generated code

getReferrable

org.eclipse.emf.ecore.EClass getReferrable()
Returns the meta object for class 'Referrable'.

Returns:
the meta object for class 'Referrable'.
See Also:
Referrable
EMF generated code

getReferrable_Type

org.eclipse.emf.ecore.EReference getReferrable_Type()
Returns the meta object for the reference 'Type'.

Returns:
the meta object for the reference 'Type'.
See Also:
Referrable.getType(), getReferrable()
EMF generated code

getReferrable_Name

org.eclipse.emf.ecore.EAttribute getReferrable_Name()
Returns the meta object for the attribute 'Name'.

Returns:
the meta object for the attribute 'Name'.
See Also:
Referrable.getName(), getReferrable()
EMF generated code

getDeclaredProperty

org.eclipse.emf.ecore.EClass getDeclaredProperty()
Returns the meta object for class 'Declared Property'.

Returns:
the meta object for class 'Declared Property'.
See Also:
DeclaredProperty
EMF generated code

getDeclaredProperty_Default

org.eclipse.emf.ecore.EReference getDeclaredProperty_Default()
Returns the meta object for the containment reference 'Default'.

Returns:
the meta object for the containment reference 'Default'.
See Also:
DeclaredProperty.getDefault(), getDeclaredProperty()
EMF generated code

getDeclaredProperty_Module

org.eclipse.emf.ecore.EReference getDeclaredProperty_Module()
Returns the meta object for the container reference 'Module'.

Returns:
the meta object for the container reference 'Module'.
See Also:
DeclaredProperty.getModule(), getDeclaredProperty()
EMF generated code

getComponent

org.eclipse.emf.ecore.EClass getComponent()
Returns the meta object for class 'Component'.

Returns:
the meta object for class 'Component'.
See Also:
Component
EMF generated code

getComponent_Module

org.eclipse.emf.ecore.EReference getComponent_Module()
Returns the meta object for the reference 'Module'.

Returns:
the meta object for the reference 'Module'.
See Also:
Component.getModule(), getComponent()
EMF generated code

getComponent_AutoInject

org.eclipse.emf.ecore.EAttribute getComponent_AutoInject()
Returns the meta object for the attribute 'Auto Inject'.

Returns:
the meta object for the attribute 'Auto Inject'.
See Also:
Component.isAutoInject(), getComponent()
EMF generated code

getComponent_Assignment

org.eclipse.emf.ecore.EReference getComponent_Assignment()
Returns the meta object for the containment reference list 'Assignment'.

Returns:
the meta object for the containment reference list 'Assignment'.
See Also:
Component.getAssignment(), getComponent()
EMF generated code

getImport

org.eclipse.emf.ecore.EClass getImport()
Returns the meta object for class 'Import'.

Returns:
the meta object for class 'Import'.
See Also:
Import
EMF generated code

getImport_ImportedNamespace

org.eclipse.emf.ecore.EAttribute getImport_ImportedNamespace()
Returns the meta object for the attribute 'Imported Namespace'.

Returns:
the meta object for the attribute 'Imported Namespace'.
See Also:
Import.getImportedNamespace(), getImport()
EMF generated code

getAssignment

org.eclipse.emf.ecore.EClass getAssignment()
Returns the meta object for class 'Assignment'.

Returns:
the meta object for class 'Assignment'.
See Also:
Assignment
EMF generated code

getAssignment_Feature

org.eclipse.emf.ecore.EReference getAssignment_Feature()
Returns the meta object for the reference 'Feature'.

Returns:
the meta object for the reference 'Feature'.
See Also:
Assignment.getFeature(), getAssignment()
EMF generated code

getAssignment_Value

org.eclipse.emf.ecore.EReference getAssignment_Value()
Returns the meta object for the containment reference 'Value'.

Returns:
the meta object for the containment reference 'Value'.
See Also:
Assignment.getValue(), getAssignment()
EMF generated code

getAssignment_FeatureName

org.eclipse.emf.ecore.EAttribute getAssignment_FeatureName()
Returns the meta object for the attribute 'Feature Name'.

Returns:
the meta object for the attribute 'Feature Name'.
See Also:
Assignment.getFeatureName(), getAssignment()
EMF generated code

getValue

org.eclipse.emf.ecore.EClass getValue()
Returns the meta object for class 'Value'.

Returns:
the meta object for class 'Value'.
See Also:
Value
EMF generated code

getBooleanLiteral

org.eclipse.emf.ecore.EClass getBooleanLiteral()
Returns the meta object for class 'Boolean Literal'.

Returns:
the meta object for class 'Boolean Literal'.
See Also:
BooleanLiteral
EMF generated code

getBooleanLiteral_IsTrue

org.eclipse.emf.ecore.EAttribute getBooleanLiteral_IsTrue()
Returns the meta object for the attribute 'Is True'.

Returns:
the meta object for the attribute 'Is True'.
See Also:
BooleanLiteral.isIsTrue(), getBooleanLiteral()
EMF generated code

getReference

org.eclipse.emf.ecore.EClass getReference()
Returns the meta object for class 'Reference'.

Returns:
the meta object for class 'Reference'.
See Also:
Reference
EMF generated code

getStringLiteral

org.eclipse.emf.ecore.EClass getStringLiteral()
Returns the meta object for class 'String Literal'.

Returns:
the meta object for class 'String Literal'.
See Also:
StringLiteral
EMF generated code

getStringLiteral_Begin

org.eclipse.emf.ecore.EAttribute getStringLiteral_Begin()
Returns the meta object for the attribute 'Begin'.

Returns:
the meta object for the attribute 'Begin'.
See Also:
StringLiteral.getBegin(), getStringLiteral()
EMF generated code

getStringLiteral_Parts

org.eclipse.emf.ecore.EReference getStringLiteral_Parts()
Returns the meta object for the containment reference list 'Parts'.

Returns:
the meta object for the containment reference list 'Parts'.
See Also:
StringLiteral.getParts(), getStringLiteral()
EMF generated code

getStringLiteral_End

org.eclipse.emf.ecore.EAttribute getStringLiteral_End()
Returns the meta object for the attribute 'End'.

Returns:
the meta object for the attribute 'End'.
See Also:
StringLiteral.getEnd(), getStringLiteral()
EMF generated code

getStringPart

org.eclipse.emf.ecore.EClass getStringPart()
Returns the meta object for class 'String Part'.

Returns:
the meta object for class 'String Part'.
See Also:
StringPart
EMF generated code

getPropertyReference

org.eclipse.emf.ecore.EClass getPropertyReference()
Returns the meta object for class 'Property Reference'.

Returns:
the meta object for class 'Property Reference'.
See Also:
PropertyReference
EMF generated code

getPlainString

org.eclipse.emf.ecore.EClass getPlainString()
Returns the meta object for class 'Plain String'.

Returns:
the meta object for class 'Plain String'.
See Also:
PlainString
EMF generated code

getPlainString_Value

org.eclipse.emf.ecore.EAttribute getPlainString_Value()
Returns the meta object for the attribute 'Value'.

Returns:
the meta object for the attribute 'Value'.
See Also:
PlainString.getValue(), getPlainString()
EMF generated code

getAbstractReference

org.eclipse.emf.ecore.EClass getAbstractReference()
Returns the meta object for class 'Abstract Reference'.

Returns:
the meta object for class 'Abstract Reference'.
See Also:
AbstractReference
EMF generated code

getAbstractReference_Referable

org.eclipse.emf.ecore.EReference getAbstractReference_Referable()
Returns the meta object for the reference 'Referable'.

Returns:
the meta object for the reference 'Referable'.
See Also:
AbstractReference.getReferable(), getAbstractReference()
EMF generated code

getMwe2Factory

Mwe2Factory getMwe2Factory()
Returns the factory that creates the instances of the model.

Returns:
the factory that creates the instances of the model.
EMF generated code