org.eclipse.emf.mwe2.language.mwe2
Interface Mwe2Factory

All Superinterfaces:
org.eclipse.emf.ecore.EFactory, org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
All Known Implementing Classes:
Mwe2FactoryImpl

public interface Mwe2Factory
extends org.eclipse.emf.ecore.EFactory

The Factory for the model. It provides a create method for each non-abstract class of the model.

See Also:
Mwe2Package
EMF generated code

Field Summary
static Mwe2Factory eINSTANCE
          The singleton instance of the factory.
 
Method Summary
 Assignment createAssignment()
          Returns a new object of class 'Assignment'.
 BooleanLiteral createBooleanLiteral()
          Returns a new object of class 'Boolean Literal'.
 Component createComponent()
          Returns a new object of class 'Component'.
 DeclaredProperty createDeclaredProperty()
          Returns a new object of class 'Declared Property'.
 Import createImport()
          Returns a new object of class 'Import'.
 Module createModule()
          Returns a new object of class 'Module'.
 PlainString createPlainString()
          Returns a new object of class 'Plain String'.
 PropertyReference createPropertyReference()
          Returns a new object of class 'Property Reference'.
 Reference createReference()
          Returns a new object of class 'Reference'.
 Referrable createReferrable()
          Returns a new object of class 'Referrable'.
 StringLiteral createStringLiteral()
          Returns a new object of class 'String Literal'.
 StringPart createStringPart()
          Returns a new object of class 'String Part'.
 Mwe2Package getMwe2Package()
          Returns the package supported by this factory.
 
Methods inherited from interface org.eclipse.emf.ecore.EFactory
convertToString, create, createFromString, getEPackage, setEPackage
 
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

eINSTANCE

static final Mwe2Factory eINSTANCE
The singleton instance of the factory.

EMF generated code
Method Detail

createModule

Module createModule()
Returns a new object of class 'Module'.

Returns:
a new object of class 'Module'.
EMF generated code

createReferrable

Referrable createReferrable()
Returns a new object of class 'Referrable'.

Returns:
a new object of class 'Referrable'.
EMF generated code

createDeclaredProperty

DeclaredProperty createDeclaredProperty()
Returns a new object of class 'Declared Property'.

Returns:
a new object of class 'Declared Property'.
EMF generated code

createComponent

Component createComponent()
Returns a new object of class 'Component'.

Returns:
a new object of class 'Component'.
EMF generated code

createImport

Import createImport()
Returns a new object of class 'Import'.

Returns:
a new object of class 'Import'.
EMF generated code

createAssignment

Assignment createAssignment()
Returns a new object of class 'Assignment'.

Returns:
a new object of class 'Assignment'.
EMF generated code

createBooleanLiteral

BooleanLiteral createBooleanLiteral()
Returns a new object of class 'Boolean Literal'.

Returns:
a new object of class 'Boolean Literal'.
EMF generated code

createReference

Reference createReference()
Returns a new object of class 'Reference'.

Returns:
a new object of class 'Reference'.
EMF generated code

createStringLiteral

StringLiteral createStringLiteral()
Returns a new object of class 'String Literal'.

Returns:
a new object of class 'String Literal'.
EMF generated code

createStringPart

StringPart createStringPart()
Returns a new object of class 'String Part'.

Returns:
a new object of class 'String Part'.
EMF generated code

createPropertyReference

PropertyReference createPropertyReference()
Returns a new object of class 'Property Reference'.

Returns:
a new object of class 'Property Reference'.
EMF generated code

createPlainString

PlainString createPlainString()
Returns a new object of class 'Plain String'.

Returns:
a new object of class 'Plain String'.
EMF generated code

getMwe2Package

Mwe2Package getMwe2Package()
Returns the package supported by this factory.

Returns:
the package supported by this factory.
EMF generated code