Class ParameterAction
- Applied Stereotypes:
-
XSDcomplexType,
union,
deprecated
Set or modify a named parameter. (Be aware of the data type).
- Used in:
-
GlobalAction
|
Properties
|
| |
Name |
Type |
Cardinality |
AppliedStereotypes |
Description |
| |
parameterRef |
ParameterDeclaration |
1..1 |
nameRef,
XSDattribute
|
Name of the parameter. |
| D |
modifyAction |
ParameterModifyAction |
1..1 |
deprecated,
xor,
XSDelement
|
Modifying rule for the parameter (Add value or multiply by value). |
| D |
setAction |
ParameterSetAction |
1..1 |
deprecated,
xor,
XSDelement
|
New value for the parameter. |
|
|
Deprecation
|
- Class deprecated. With version 1.2. Use VariableAction.
- Property modifyAction deprecated.
- Property setAction deprecated.
|
|
XSD 1.4 Representation
|
<xsd:complexType name="ParameterAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:choice>
<xsd:element name="SetAction" type="ParameterSetAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
<xsd:element name="ModifyAction" type="ParameterModifyAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
</xsd:element>
</xsd:choice>
<xsd:attribute name="parameterRef" type="String" use="required"/>
</xsd:complexType>
|
|
|
Change log from version 1.3
|
- Property 'parameterRef'. Stereotype <<nameRef>>. Tagged value 'xsdType' removed.
- Property 'modifyAction'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
- Property 'modifyAction'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
- Property 'modifyAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
- Property 'setAction'. Stereotype <<deprecated>>. Tagged value 'withVersion' removed.
- Property 'setAction'. Stereotype <<deprecated>>. Tagged value 'comment' removed.
- Property 'setAction'. Stereotype <<XSDelement>>. Tagged value 'position' removed.
|
|
Stereotype Details Information
|
-
Class
- XSDcomplexType [modelGroup: "choice"; mixed: "false"]
- deprecated [withVersion: "1.2"; comment: "Use VariableAction"]
-
Property parameterRef
-
Property modifyAction
-
Property setAction
|
To XSD