Interface DataSourceRole
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject,org.eclipse.emf.cdo.common.id.CDOWithID,org.palladiosimulator.pcm.core.entity.Entity,EObject,de.uka.ipd.sdq.identifier.Identifier,org.palladiosimulator.pcm.core.entity.NamedElement,Notifier,org.palladiosimulator.pcm.PCMBaseClass,org.palladiosimulator.pcm.PCMClass,org.palladiosimulator.pcm.repository.RequiredRole,org.palladiosimulator.pcm.repository.Role
- All Known Implementing Classes:
DataSourceRoleImpl
public interface DataSourceRole
extends org.palladiosimulator.pcm.repository.RequiredRole
A representation of the model object 'Data Source Role'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- annotation="http://www.eclipse.org/emf/2002/Ecore constraints='sourceRoleOfComposedStructureHasExactlyOneDelegationConnector'" annotation="http://www.eclipse.org/emf/2002/Ecore/OCL sourceRoleOfComposedStructureHasExactlyOneDelegationConnector='not self.requiringEntity_RequiredRole.oclIsKindOf(pcm::core::composition::ComposedStructure) or\nself.requiringEntity_RequiredRole.oclAsType(pcm::core::composition::ComposedStructure).connectors__ComposedStructure->selectByKind(indirections::composition::DataSourceDelegationConnector)->select(c | c.outerDataSourceRole = self)->size() = 1'"
-
Field Summary
Fields inherited from interface org.palladiosimulator.pcm.repository.RequiredRole
copyright -
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Data Interface' reference.voidsetDataInterface(DataInterface value) Sets the value of the 'Data Interface' 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, cdoWriteOptionMethods inherited from interface org.eclipse.emf.ecore.EObject
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnsetMethods inherited from interface de.uka.ipd.sdq.identifier.Identifier
getId, setIdMethods inherited from interface org.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityNameMethods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliverMethods inherited from interface org.palladiosimulator.pcm.repository.RequiredRole
getRequiringEntity_RequiredRole, setRequiringEntity_RequiredRole
-
Method Details
-
getDataInterface
DataInterface getDataInterface()Returns the value of the 'Data Interface' reference.- Returns:
- the value of the 'Data Interface' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- required="true"
-
setDataInterface
Sets the value of the 'Data Interface' reference.- Parameters:
value- the new value of the 'Data Interface' reference.- See Also:
- Generated class or method.
-