Interface ExtensionContext
-
- All Superinterfaces:
org.eclipse.emf.cdo.CDOObject
,org.eclipse.emf.cdo.common.id.CDOWithID
,Context
,org.palladiosimulator.pcm.core.entity.Entity
,EObject
,de.uka.ipd.sdq.identifier.Identifier
,org.palladiosimulator.pcm.core.entity.NamedElement
,Notifier
,UserDeclaredContext
- All Known Implementing Classes:
ExtensionContextImpl
public interface ExtensionContext extends UserDeclaredContext
A representation of the model object 'Extension Context'.The following features are supported:
- See Also:
ContextPackage.getExtensionContext()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description String
getCustomAccessPolicy()
Returns the value of the 'Custom Access Policy' attribute.boolean
isAddAtEnd()
Returns the value of the 'Add At End' attribute.void
setAddAtEnd(boolean value)
Sets the value of the 'Add At End
' attribute.void
setCustomAccessPolicy(String value)
Sets the value of the 'Custom Access Policy
' attribute.-
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
-
getCustomAccessPolicy
String getCustomAccessPolicy()
Returns the value of the 'Custom Access Policy' attribute.- Returns:
- the value of the 'Custom Access Policy' attribute.
- See Also:
setCustomAccessPolicy(String)
,ContextPackage.getExtensionContext_CustomAccessPolicy()
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.emf.ecore.xml.type.String"
-
setCustomAccessPolicy
void setCustomAccessPolicy(String value)
Sets the value of the 'Custom Access Policy
' attribute.- Parameters:
value
- the new value of the 'Custom Access Policy' attribute.- See Also:
getCustomAccessPolicy()
- Generated class or method.
-
isAddAtEnd
boolean isAddAtEnd()
Returns the value of the 'Add At End' attribute.- Returns:
- the value of the 'Add At End' attribute.
- See Also:
setAddAtEnd(boolean)
,ContextPackage.getExtensionContext_AddAtEnd()
- Generated class or method.
- EMF model class or method.
-
setAddAtEnd
void setAddAtEnd(boolean value)
Sets the value of the 'Add At End
' attribute.- Parameters:
value
- the new value of the 'Add At End' attribute.- See Also:
isAddAtEnd()
- Generated class or method.
-
-