public interface UnaryExpression extends AbstractExpressionValue
The following features are supported:
DatavaluePackage.getUnaryExpression()| Modifier and Type | Method and Description |
|---|---|
UnaryOperator |
getOperator()
Returns the value of the 'Operator' attribute.
|
DataValue |
getOwnedOperand()
Returns the value of the 'Owned Operand' containment reference.
|
void |
setOperator(UnaryOperator value)
Sets the value of the '
Operator' attribute. |
void |
setOwnedOperand(DataValue value)
Sets the value of the '
Owned Operand' containment reference. |
getExpression, getExpressionType, getUnparsedExpression, setUnparsedExpressiongetBooleanTypegetComplexTypegetEnumerationTypegetNumericType, getUnit, setUnitgetStringTypegetType, isAbstract, setAbstractgetAppliedPropertyValueGroups, getAppliedPropertyValues, getAppliedRequirements, getDescription, getFeatures, getOwnedEnumerationPropertyTypes, getOwnedPropertyValueGroups, getOwnedPropertyValues, getReview, getStatus, getSummary, setDescription, setReview, setStatus, setSummarygetIncomingTraces, getOutgoingTracesisVisibleInDoc, isVisibleInLM, setVisibleInDoc, setVisibleInLMgetAbstractType, setAbstractTypedestroy, getConstraints, getFullLabel, getId, getLabel, getOwnedConstraints, getSid, hasUnnamedLabel, setId, setSidgetOwnedExtensionsUnaryOperator getOperator()
UnaryOperator.
If the meaning of the 'Operator' attribute isn't clear, there really should be more of a description here...
UnaryOperator,
setOperator(UnaryOperator),
DatavaluePackage.getUnaryExpression_Operator()void setOperator(UnaryOperator value)
Operator' attribute.
value - the new value of the 'Operator' attribute.UnaryOperator,
getOperator()DataValue getOwnedOperand()
If the meaning of the 'Owned Operand' containment reference isn't clear, there really should be more of a description here...
setOwnedOperand(DataValue),
DatavaluePackage.getUnaryExpression_OwnedOperand()void setOwnedOperand(DataValue value)
Owned Operand' containment reference.
value - the new value of the 'Owned Operand' containment reference.getOwnedOperand()