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 setAction ParameterSetAction 1..1 deprecated, xor, XSDelement New value for the parameter.
D modifyAction ParameterModifyAction 1..1 deprecated, xor, XSDelement Modifying rule for the parameter (Add value or multiply by value).
Deprecation
  • Class deprecated. With version 1.2. Use VariableAction.
  • Property setAction deprecated. With version 1.2. Use VariableActions instead of ParameterActions.
  • Property modifyAction deprecated. With version 1.2. Use VariableActions instead of ParameterActions.
XSD 1.3 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.2
  • Property 'setAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
  • Property 'modifyAction'. Lower cardinality changed.
    • New Value
      1
      From 1.2.0
      0
Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "choice"; mixed: "false"]
    • union
    • deprecated [withVersion: "1.2"; comment: "Use VariableAction"]
  • Property parameterRef
    • nameRef [xsdType: "string"]
    • XSDattribute
  • Property setAction
    • deprecated [withVersion: "1.2"; comment: "Use VariableActions instead of ParameterActions"]
    • xor
    • XSDelement [position: "2"]
  • Property modifyAction
    • deprecated [withVersion: "1.2"; comment: "Use VariableActions instead of ParameterActions"]
    • xor
    • XSDelement [position: "3"]

To XSD