public interface AbstractExpressionValue extends AbstractBooleanValue, AbstractComplexValue, AbstractEnumerationValue, NumericValue, AbstractStringValue
The following features are supported:
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getExpression()
Returns the value of the 'Expression' attribute.
|
DataType |
getExpressionType()
Returns the value of the 'Expression Type' reference.
|
java.lang.String |
getUnparsedExpression()
Returns the value of the 'Unparsed Expression' attribute.
|
void |
setUnparsedExpression(java.lang.String value)
Sets the value of the '
Unparsed Expression' attribute. |
getBooleanTypegetComplexTypegetEnumerationTypegetNumericType, 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, setSidgetOwnedExtensionsjava.lang.String getExpression()
If the meaning of the 'Expression' attribute isn't clear, there really should be more of a description here...
DatavaluePackage.getAbstractExpressionValue_Expression()java.lang.String getUnparsedExpression()
If the meaning of the 'Unparsed Expression' attribute isn't clear, there really should be more of a description here...
setUnparsedExpression(String),
DatavaluePackage.getAbstractExpressionValue_UnparsedExpression()void setUnparsedExpression(java.lang.String value)
Unparsed Expression' attribute.
value - the new value of the 'Unparsed Expression' attribute.getUnparsedExpression()DataType getExpressionType()
If the meaning of the 'Expression Type' reference isn't clear, there really should be more of a description here...
DatavaluePackage.getAbstractExpressionValue_ExpressionType()