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.repository.RequiredRole,org.palladiosimulator.pcm.repository.Role
- All Known Implementing Classes:
DataSourceRoleImpl
public interface DataSourceRole extends org.palladiosimulator.pcm.repository.RequiredRoleA representation of the model object 'Data Source Role'.The following features are supported:
- See Also:
RepositoryPackage.getDataSourceRole()- 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'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DataInterfacegetDataInterface()Returns 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, 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.palladiosimulator.pcm.core.entity.NamedElement
getEntityName, setEntityName
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
getDataInterface
DataInterface getDataInterface()
Returns the value of the 'Data Interface' reference.- Returns:
- the value of the 'Data Interface' reference.
- See Also:
setDataInterface(DataInterface),RepositoryPackage.getDataSourceRole_DataInterface()- Generated class or method.
- EMF model class or method.
- required="true"
-
setDataInterface
void setDataInterface(DataInterface value)
Sets the value of the 'Data Interface' reference.- Parameters:
value- the new value of the 'Data Interface' reference.- See Also:
getDataInterface()- Generated class or method.
-
-