Interface StaticContextRule
-
- All Known Subinterfaces:
HelperOCLDefinition
,StaticSelectionRule
- All Known Implementing Classes:
HelperOCLDefinitionImpl
,StaticContextRuleImpl
,StaticSelectionRuleImpl
public interface StaticContextRule extends EObject
A representation of the model object 'Static Context Rule '.The following features are supported:
- See Also:
gdofPackage.getStaticContextRule()
- Generated class or method.
- EMF model class or method.
- abstract="true"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EClass
getContextClass()
Returns the value of the 'Context Class' reference.void
setContextClass​(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, eUnset
-
Methods inherited from interface org.eclipse.emf.common.notify.Notifier
eAdapters, eDeliver, eNotify, eSetDeliver
-
-
-
-
Method Detail
-
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:
setContextClass(EClass)
,gdofPackage.getStaticContextRule_ContextClass()
- Generated class or method.
- EMF model class or method.
- ordered="false"
-
setContextClass
void setContextClass​(EClass value)
Sets the value of the 'Context Class
' reference.- Parameters:
value
- the new value of the 'Context Class' reference.- See Also:
getContextClass()
- Generated class or method.
-
-