de.cau.cs.kieler.esterel.esterel
Interface ConstantRenaming

All Superinterfaces:
EObject, Notifier
All Known Implementing Classes:
ConstantRenamingImpl

public interface ConstantRenaming
extends EObject

A representation of the model object 'Constant Renaming'.

The following features are supported:

See Also:
EsterelPackage.getConstantRenaming()
Rating red
Generated:
This code was automatically generated.
Model element

Method Summary
 Constant getNewName()
          Returns the value of the 'New Name' reference.
 Constant getOldName()
          Returns the value of the 'Old Name' reference.
 void setNewName(Constant value)
          Sets the value of the 'New Name' reference.
 void setOldName(Constant value)
          Sets the value of the 'Old Name' reference.
 
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

getNewName

Constant getNewName()
Returns the value of the 'New Name' reference.

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

Returns:
the value of the 'New Name' reference.
See Also:
setNewName(Constant), EsterelPackage.getConstantRenaming_NewName()
Generated:
This code was automatically generated.
Model element

setNewName

void setNewName(Constant value)
Sets the value of the 'New Name' reference.

Parameters:
value - the new value of the 'New Name' reference.
See Also:
getNewName()
Generated:
This code was automatically generated.

getOldName

Constant getOldName()
Returns the value of the 'Old Name' reference.

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

Returns:
the value of the 'Old Name' reference.
See Also:
setOldName(Constant), EsterelPackage.getConstantRenaming_OldName()
Generated:
This code was automatically generated.
Model element

setOldName

void setOldName(Constant value)
Sets the value of the 'Old Name' reference.

Parameters:
value - the new value of the 'Old Name' reference.
See Also:
getOldName()
Generated:
This code was automatically generated.