Interface InternalActionReference
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,Reference
- All Known Implementing Classes:
InternalActionReferenceImpl
A representation of the model object 'Internal Action Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.seff.InternalAction
Returns the value of the 'Internal Action' reference.void
setInternalAction
(org.palladiosimulator.pcm.seff.InternalAction value) Sets the value of the 'Internal Action
' reference.Methods inherited from interface org.eclipse.emf.cdo.CDOObject
cdoConflict, cdoDirectResource, cdoHistory, cdoID, cdoInvalid, cdoLockState, cdoPermission, cdoPrefetch, cdoReadLock, cdoReload, cdoResource, cdoRevision, cdoRevision, cdoState, cdoView, cdoWriteLock, cdoWriteOption
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 Details
-
getInternalAction
org.palladiosimulator.pcm.seff.InternalAction getInternalAction()Returns the value of the 'Internal Action' reference.- Returns:
- the value of the 'Internal Action' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setInternalAction
void setInternalAction(org.palladiosimulator.pcm.seff.InternalAction value) Sets the value of the 'Internal Action
' reference.- Parameters:
value
- the new value of the 'Internal Action' reference.- See Also:
- Generated class or method.
-