de.cau.cs.kieler.esterel.esterel
Interface TypeRenaming

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

public interface TypeRenaming
extends EObject

A representation of the model object 'Type Renaming'.

The following features are supported:

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

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

Type 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(Type), EsterelPackage.getTypeRenaming_NewName()
Generated:
This code was automatically generated.
Model element

setNewName

void setNewName(Type 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

Type 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(Type), EsterelPackage.getTypeRenaming_OldName()
Generated:
This code was automatically generated.
Model element

setOldName

void setOldName(Type 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.