Class ModifyRule
- Applied Stereotypes:
-
XSDcomplexType,
union,
deprecated
Enclosing type for either adding a value to a parameter or multiply the parameter by a value. Has to be match the parameter type.
- Used in:
-
ParameterModifyAction
|
Deprecation
|
- Class deprecated. With version 1.2. Use VariableModifyRule instead.
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ModifyRule">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:choice>
<xsd:element name="AddValue" type="ParameterAddValueRule"/>
<xsd:element name="MultiplyByValue" type="ParameterMultiplyByValueRule"/>
</xsd:choice>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'addValue'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'multiplyByValue'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- deprecated [withVersion: "1.2"; comment: "Use VariableModifyRule instead"]
-
Property addValue
-
Property multiplyByValue
|
To XSD