|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Module
A representation of the model object 'Module'.
The following features are supported:
EsterelPackage.getModule()
Method Summary | |
---|---|
ModuleBody |
getModBody()
Returns the value of the 'Mod Body' containment reference. |
ModuleInterface |
getModInt()
Returns the value of the 'Mod Int' containment reference. |
String |
getName()
Returns the value of the 'Name' attribute. |
void |
setModBody(ModuleBody value)
Sets the value of the ' Mod Body ' containment reference. |
void |
setModInt(ModuleInterface value)
Sets the value of the ' Mod Int ' containment reference. |
void |
setName(String value)
Sets the value of the ' Name ' attribute. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
String getName()
If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
setName(String)
,
EsterelPackage.getModule_Name()
void setName(String value)
Name
' attribute.
value
- the new value of the 'Name' attribute.getName()
ModuleInterface getModInt()
If the meaning of the 'Mod Int' containment reference isn't clear, there really should be more of a description here...
setModInt(ModuleInterface)
,
EsterelPackage.getModule_ModInt()
containment | = | true |
void setModInt(ModuleInterface value)
Mod Int
' containment reference.
value
- the new value of the 'Mod Int' containment reference.getModInt()
ModuleBody getModBody()
If the meaning of the 'Mod Body' containment reference isn't clear, there really should be more of a description here...
setModBody(ModuleBody)
,
EsterelPackage.getModule_ModBody()
containment | = | true |
void setModBody(ModuleBody value)
Mod Body
' containment reference.
value
- the new value of the 'Mod Body' containment reference.getModBody()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |