org.eclipse.emf.mwe2.language.mwe2
Interface Component

All Superinterfaces:
org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier, Referrable, Value
All Known Implementing Classes:
ComponentImpl, ComponentImplCustom

public interface Component
extends Referrable, Value

A representation of the model object 'Component'.

The following features are supported:

See Also:
Mwe2Package.getComponent()
EMF generated code
EMF model element

Method Summary
 org.eclipse.emf.common.util.EList<Assignment> getAssignment()
          Returns the value of the 'Assignment' containment reference list.
 Module getModule()
          Returns the value of the 'Module' reference.
 boolean isAutoInject()
          Returns the value of the 'Auto Inject' attribute.
 void setAutoInject(boolean value)
          Sets the value of the 'Auto Inject' attribute.
 void setModule(Module value)
          Sets the value of the 'Module' reference.
 
Methods inherited from interface org.eclipse.emf.mwe2.language.mwe2.Referrable
getActualType, getName, getType, setName, setType
 
Methods inherited from interface org.eclipse.emf.mwe2.language.mwe2.Value
getActualType
 
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
 

Method Detail

getModule

Module getModule()
Returns the value of the 'Module' reference.

If the meaning of the 'Module' reference isn't clear, there really should be more of a description here...

Returns:
the value of the 'Module' reference.
See Also:
setModule(Module), Mwe2Package.getComponent_Module()
EMF generated code
EMF model element

setModule

void setModule(Module value)
Sets the value of the 'Module' reference.

Parameters:
value - the new value of the 'Module' reference.
See Also:
getModule()
EMF generated code

isAutoInject

boolean isAutoInject()
Returns the value of the 'Auto Inject' attribute.

If the meaning of the 'Auto Inject' attribute isn't clear, there really should be more of a description here...

Returns:
the value of the 'Auto Inject' attribute.
See Also:
setAutoInject(boolean), Mwe2Package.getComponent_AutoInject()
EMF generated code
EMF model element

setAutoInject

void setAutoInject(boolean value)
Sets the value of the 'Auto Inject' attribute.

Parameters:
value - the new value of the 'Auto Inject' attribute.
See Also:
isAutoInject()
EMF generated code

getAssignment

org.eclipse.emf.common.util.EList<Assignment> getAssignment()
Returns the value of the 'Assignment' containment reference list. The list contents are of type Assignment.

If the meaning of the 'Assignment' containment reference list isn't clear, there really should be more of a description here...

Returns:
the value of the 'Assignment' containment reference list.
See Also:
Mwe2Package.getComponent_Assignment()
EMF generated code
EMF model element
containment="true"