public interface EnforcementOperation
A representation of the model object 'Enforcement Operation'.
The following features are supported:
EqvtCorePackage.getEnforcementOperation()
Method Summary | |
---|---|
BottomPattern |
getBottomPattern()
Returns the value of the 'Bottom Pattern' container reference. |
EnforcementMode |
getEnforcementMode()
Returns the value of the 'Enforcement Mode' attribute. |
org.eclipse.ocl.expressions.OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> |
getOperationCallExp()
Returns the value of the 'Operation Call Exp' reference. |
void |
setBottomPattern(BottomPattern value)
Sets the value of the ' Bottom Pattern ' container reference. |
void |
setEnforcementMode(EnforcementMode value)
Sets the value of the ' Enforcement Mode ' attribute. |
void |
setOperationCallExp(org.eclipse.ocl.expressions.OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Sets the value of the ' Operation Call Exp ' reference. |
Methods inherited from interface org.eclipse.emf.ecore.EObject |
---|
eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eIsProxy, eIsSet, eResource, eSet, eUnset |
Methods inherited from interface org.eclipse.emf.common.notify.Notifier |
---|
eAdapters, eDeliver, eNotify, eSetDeliver |
Method Detail |
---|
EnforcementMode getEnforcementMode()
EnforcementMode
.
If the meaning of the 'Enforcement Mode' attribute isn't clear, there really should be more of a description here...
EnforcementMode
,
setEnforcementMode(EnforcementMode)
,
EqvtCorePackage.getEnforcementOperation_EnforcementMode()
void setEnforcementMode(EnforcementMode value)
Enforcement Mode
' attribute.
value
- the new value of the 'Enforcement Mode' attribute.EnforcementMode
,
getEnforcementMode()
BottomPattern getBottomPattern()
Enforcement Operation
'.
If the meaning of the 'Bottom Pattern' container reference isn't clear, there really should be more of a description here...
setBottomPattern(BottomPattern)
,
EqvtCorePackage.getEnforcementOperation_BottomPattern()
,
BottomPattern.getEnforcementOperation()
void setBottomPattern(BottomPattern value)
Bottom Pattern
' container reference.
value
- the new value of the 'Bottom Pattern' container reference.getBottomPattern()
org.eclipse.ocl.expressions.OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> getOperationCallExp()
If the meaning of the 'Operation Call Exp' reference isn't clear, there really should be more of a description here...
#setOperationCallExp(OperationCallExp)
,
EqvtCorePackage.getEnforcementOperation_OperationCallExp()
void setOperationCallExp(org.eclipse.ocl.expressions.OperationCallExp<org.eclipse.emf.ecore.EClassifier,org.eclipse.emf.ecore.EParameter> value)
Operation Call Exp
' reference.
value
- the new value of the 'Operation Call Exp' reference.getOperationCallExp()