Class SetVariableActivity


  • public final class SetVariableActivity
    extends ControlActivity
    Set value for a Variable.
    • Constructor Detail

      • SetVariableActivity

        public SetVariableActivity()
    • Method Detail

      • withDescription

        public SetVariableActivity withDescription​(String description)
        Set the description property: Activity description.
        Overrides:
        withDescription in class ControlActivity
        Parameters:
        description - the description value to set.
        Returns:
        the Activity object itself.
      • variableName

        public String variableName()
        Get the variableName property: Name of the variable whose value needs to be set.
        Returns:
        the variableName value.
      • withVariableName

        public SetVariableActivity withVariableName​(String variableName)
        Set the variableName property: Name of the variable whose value needs to be set.
        Parameters:
        variableName - the variableName value to set.
        Returns:
        the SetVariableActivity object itself.
      • value

        public Object value()
        Get the value property: Value to be set. Could be a static value or Expression.
        Returns:
        the value value.
      • withValue

        public SetVariableActivity withValue​(Object value)
        Set the value property: Value to be set. Could be a static value or Expression.
        Parameters:
        value - the value value to set.
        Returns:
        the SetVariableActivity object itself.