Interface OCLRule
-
- All Known Subinterfaces:
HelperOCLDefinition
,InstanceSelectionRule
,SelectionRule
,StaticSelectionRule
,ValueRule
- All Known Implementing Classes:
HelperOCLDefinitionImpl
,InstanceSelectionRuleImpl
,OCLRuleImpl
,SelectionRuleImpl
,StaticSelectionRuleImpl
,ValueRuleImpl
public interface OCLRule extends EObject
A representation of the model object 'OCL Rule'.The following features are supported:
- See Also:
gdofPackage.getOCLRule()
- Generated class or method.
- EMF model class or method.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EList<HelperOCLDefinition>
getHelperDefinition()
Returns the value of the 'Helper Definition' containment reference list.String
getMainOclQuery()
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 Detail
-
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:
setMainOclQuery(String)
,gdofPackage.getOCLRule_MainOclQuery()
- Generated class or method.
- EMF model class or method.
- dataType="org.eclipse.uml2.types.String" required="true" ordered="false"
-
setMainOclQuery
void setMainOclQuery(String value)
Sets the value of the 'Main Ocl Query
' attribute.- Parameters:
value
- the new value of the 'Main Ocl Query' attribute.- See Also:
getMainOclQuery()
- 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:
gdofPackage.getOCLRule_HelperDefinition()
- Generated class or method.
- EMF model class or method.
- containment="true" ordered="false"
-
-