Interface LinkingResourceReference
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,EObject
,Notifier
,Reference
- All Known Implementing Classes:
LinkingResourceReferenceImpl
A representation of the model object 'Linking Resource Reference'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionorg.palladiosimulator.pcm.resourceenvironment.LinkingResource
Returns the value of the 'Linking Resource' reference.void
setLinkingResource
(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value) Sets the value of the 'Linking Resource
' 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
-
getLinkingResource
org.palladiosimulator.pcm.resourceenvironment.LinkingResource getLinkingResource()Returns the value of the 'Linking Resource' reference.- Returns:
- the value of the 'Linking Resource' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setLinkingResource
void setLinkingResource(org.palladiosimulator.pcm.resourceenvironment.LinkingResource value) Sets the value of the 'Linking Resource
' reference.- Parameters:
value
- the new value of the 'Linking Resource' reference.- See Also:
- Generated class or method.
-