|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ModuleRenaming
A representation of the model object 'Module Renaming'.
The following features are supported:
EsterelPackage.getModuleRenaming()
Method Summary | |
---|---|
Module |
getModule()
Returns the value of the 'Module' reference. |
String |
getNewName()
Returns the value of the 'New Name' attribute. |
boolean |
isRenamed()
Returns the value of the 'Renamed' attribute. |
void |
setModule(Module value)
Sets the value of the ' Module ' reference. |
void |
setNewName(String value)
Sets the value of the ' New Name ' attribute. |
void |
setRenamed(boolean value)
Sets the value of the ' Renamed ' 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 |
---|
Module getModule()
If the meaning of the 'Module' reference isn't clear, there really should be more of a description here...
setModule(Module)
,
EsterelPackage.getModuleRenaming_Module()
void setModule(Module value)
Module
' reference.
value
- the new value of the 'Module' reference.getModule()
boolean isRenamed()
If the meaning of the 'Renamed' attribute isn't clear, there really should be more of a description here...
setRenamed(boolean)
,
EsterelPackage.getModuleRenaming_Renamed()
void setRenamed(boolean value)
Renamed
' attribute.
value
- the new value of the 'Renamed' attribute.isRenamed()
String getNewName()
If the meaning of the 'New Name' attribute isn't clear, there really should be more of a description here...
setNewName(String)
,
EsterelPackage.getModuleRenaming_NewName()
void setNewName(String value)
New Name
' attribute.
value
- the new value of the 'New Name' attribute.getNewName()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |