Interface StaticContextRule
- All Known Subinterfaces:
HelperOCLDefinition,StaticSelectionRule
- All Known Implementing Classes:
HelperOCLDefinitionImpl,StaticContextRuleImpl,StaticSelectionRuleImpl
A representation of the model object 'Static Context Rule
'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Context Class' reference.voidsetContextClass(EClass value) Sets the value of the 'Context Class' reference.Methods 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 org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
Method Details
-
getContextClass
EClass getContextClass()Returns the value of the 'Context Class' reference.If the meaning of the 'Context Class' reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Context Class' reference.
- See Also:
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setContextClass
Sets the value of the 'Context Class' reference.- Parameters:
value- the new value of the 'Context Class' reference.- See Also:
- Generated class or method.
-