Class SetVariableActivity


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

      • SetVariableActivity

        public SetVariableActivity()
    • Method Detail

      • getVariableName

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

        public SetVariableActivity setVariableName​(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.
      • getValue

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

        public SetVariableActivity setValue​(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.
      • setDescription

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