de.cau.cs.kieler.synccharts
Interface Renaming

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

public interface Renaming
extends EObject

A representation of the model object 'Renaming'.

The following features are supported:

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

Method Summary
 String getNewID()
          Returns the value of the 'New ID' attribute.
 String getOldID()
          Returns the value of the 'Old ID' attribute.
 State getParentState()
          Returns the value of the 'Parent State' container reference.
 void setNewID(String value)
          Sets the value of the 'New ID' attribute.
 void setOldID(String value)
          Sets the value of the 'Old ID' attribute.
 void setParentState(State value)
          Sets the value of the 'Parent State' container reference.
 
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

getParentState

State getParentState()
Returns the value of the 'Parent State' container reference. It is bidirectional and its opposite is 'Renamings'.

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

Returns:
the value of the 'Parent State' container reference.
See Also:
setParentState(State), SyncchartsPackage.getRenaming_ParentState(), State.getRenamings()
Generated:
This code was automatically generated.
Model element:
opposite=renamings
required=true
transient=false

setParentState

void setParentState(State value)
Sets the value of the 'Parent State' container reference.

Parameters:
value - the new value of the 'Parent State' container reference.
See Also:
getParentState()
Generated:
This code was automatically generated.

getOldID

String getOldID()
Returns the value of the 'Old ID' attribute.

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

Returns:
the value of the 'Old ID' attribute.
See Also:
setOldID(String), SyncchartsPackage.getRenaming_OldID()
Generated:
This code was automatically generated.
Model element:
required=true

setOldID

void setOldID(String value)
Sets the value of the 'Old ID' attribute.

Parameters:
value - the new value of the 'Old ID' attribute.
See Also:
getOldID()
Generated:
This code was automatically generated.

getNewID

String getNewID()
Returns the value of the 'New ID' attribute.

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

Returns:
the value of the 'New ID' attribute.
See Also:
setNewID(String), SyncchartsPackage.getRenaming_NewID()
Generated:
This code was automatically generated.
Model element:
required=true

setNewID

void setNewID(String value)
Sets the value of the 'New ID' attribute.

Parameters:
value - the new value of the 'New ID' attribute.
See Also:
getNewID()
Generated:
This code was automatically generated.