public interface EnforcementOperation
A representation of the model object 'Enforcement Operation'.
The following features are supported:
QvtcorePackage.getEnforcementOperation()
Method Summary | |
---|---|
BottomPattern |
getBottomPattern()
Returns the value of the 'Bottom Pattern' container reference. |
EnforcementMode |
getEnforcementMode()
Returns the value of the 'Enforcement Mode' attribute. |
OperationCallExp |
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(OperationCallExp 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)
,
QvtcorePackage.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)
,
QvtcorePackage.getEnforcementOperation_BottomPattern()
,
BottomPattern.getEnforcementOperation()
void setBottomPattern(BottomPattern value)
Bottom Pattern
' container reference.
value
- the new value of the 'Bottom Pattern' container reference.getBottomPattern()
OperationCallExp getOperationCallExp()
If the meaning of the 'Operation Call Exp' reference isn't clear, there really should be more of a description here...
setOperationCallExp(OperationCallExp)
,
QvtcorePackage.getEnforcementOperation_OperationCallExp()
void setOperationCallExp(OperationCallExp value)
Operation Call Exp
' reference.
value
- the new value of the 'Operation Call Exp' reference.getOperationCallExp()