Class ParameterSetAction

Applied Stereotypes:
XSDcomplexType, deprecated

Setting a parameter to a given value.

Used in:
ParameterAction
Properties
  Name Type Cardinality AppliedStereotypes Description
  value string 1..1 XSDattribute The new value for the parameter.
Deprecation
  • Class deprecated. With version 1.2. Use VariableSetAction.
XSD 1.3 Representation


<xsd:complexType name="ParameterSetAction">
<xsd:annotation>
<xsd:appinfo>
deprecated
</xsd:appinfo>
</xsd:annotation>
<xsd:attribute name="value" type="String" use="required"/>
</xsd:complexType>

Stereotype Details Information
  • Class
    • XSDcomplexType [modelGroup: "sequence"; mixed: "false"]
    • deprecated [withVersion: "1.2"; comment: "Use VariableSetAction"]
  • Property value
    • XSDattribute

To XSD