Interface ContextAttribute
-
- 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
- All Known Subinterfaces:
HierarchicalContext
,RelatedContextSet
,SingleAttributeContext
- All Known Implementing Classes:
ContextAttributeImpl
,HierarchicalContextImpl
,HierarchicalContextImplGen
,RelatedContextSetImpl
,RelatedContextSetImplGen
,SingleAttributeContextImpl
,SingleAttributeContextImplGen
public interface ContextAttribute extends org.palladiosimulator.pcm.core.entity.Entity
A representation of the model object 'Context Attribute'.The following features are supported:
- See Also:
ModelPackage.getContextAttribute()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description boolean
checkAccessRight(ContextAttribute context)
Checks wheter the the given Contextattribute would fullfill this contextattributeContextType
getContexttype()
Returns the value of the 'Contexttype' reference.void
setContexttype(ContextType value)
Sets the value of the 'Contexttype
' 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
-
getContexttype
ContextType getContexttype()
Returns the value of the 'Contexttype' reference.- Returns:
- the value of the 'Contexttype' reference.
- See Also:
setContexttype(ContextType)
,ModelPackage.getContextAttribute_Contexttype()
- Generated class or method.
- EMF model class or method.
-
setContexttype
void setContexttype(ContextType value)
Sets the value of the 'Contexttype
' reference.- Parameters:
value
- the new value of the 'Contexttype' reference.- See Also:
getContexttype()
- Generated class or method.
-
checkAccessRight
boolean checkAccessRight(ContextAttribute context)
Checks wheter the the given Contextattribute would fullfill this contextattribute- Parameters:
context
- ContextAttribute to check- Returns:
- true if ContextAttribute context fullfills it
- Generated class or method.
- EMF model class or method.
-
-