public interface Constraint extends IdentifiedElement
The following features are supported:
DeclarationPackage.getConstraint()| Modifier and Type | Method and Description |
|---|---|
Operation |
getOperation()
Returns the value of the 'Operation' container reference.
|
Parameter |
getRestricts()
Returns the value of the 'Restricts' reference.
|
void |
setOperation(Operation value)
Sets the value of the '
Operation'
container reference. |
void |
setRestricts(Parameter value)
Sets the value of the '
Restricts'
reference. |
getDescription, getName, setDescription, setNameOperation getOperation()
Constraints'.
If the meaning of the 'Operation' container reference isn't clear, there really should be more of a description here...
Operation to which the parameter belongssetOperation(Operation),
DeclarationPackage.getConstraint_Operation(),
Operation.getConstraints()void setOperation(Operation value)
Operation'
container reference.
value - the new value of the 'Operation' container reference.getOperation()Parameter getRestricts()
If the meaning of the 'Restricts' reference isn't clear, there really should be more of a description here...
setRestricts(Parameter),
DeclarationPackage.getConstraint_Restricts()void setRestricts(Parameter value)
Restricts'
reference.
value - the new value of the 'Restricts' reference.getRestricts()Copyright © 2020. All rights reserved.