Interface OCLRule
- All Known Subinterfaces:
HelperOCLDefinition
,InstanceSelectionRule
,SelectionRule
,StaticSelectionRule
,ValueRule
- All Known Implementing Classes:
HelperOCLDefinitionImpl
,InstanceSelectionRuleImpl
,OCLRuleImpl
,SelectionRuleImpl
,StaticSelectionRuleImpl
,ValueRuleImpl
A representation of the model object 'OCL Rule'.
The following features are supported:
- See Also:
- Generated class or method.
- EMF model class or method.
-
Method Summary
Modifier and TypeMethodDescriptionReturns the value of the 'Helper Definition' containment reference list.Returns the value of the 'Main Ocl Query' attribute.void
setMainOclQuery
(String value) Sets the value of the 'Main Ocl Query
' attribute.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 Details
-
getMainOclQuery
String getMainOclQuery()Returns the value of the 'Main Ocl Query' attribute.If the meaning of the 'Main Ocl Query' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Main Ocl Query' attribute.
- See Also:
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
-
setMainOclQuery
Sets the value of the 'Main Ocl Query
' attribute.- Parameters:
value
- the new value of the 'Main Ocl Query' attribute.- See Also:
- Generated class or method.
-
getHelperDefinition
EList<HelperOCLDefinition> getHelperDefinition()Returns the value of the 'Helper Definition' containment reference list. The list contents are of typeHelperOCLDefinition
.If the meaning of the 'Helper Definition' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Helper Definition' containment reference list.
- See Also:
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-