Class AppendVariableActivity


  • public class AppendVariableActivity
    extends ControlActivity
    Append value for a Variable of type Array.
    • Constructor Detail

      • AppendVariableActivity

        public AppendVariableActivity()
    • Method Detail

      • getVariableName

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

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

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

        public AppendVariableActivity setValue​(Object value)
        Set the value property: Value to be appended. Could be a static value or Expression.
        Parameters:
        value - the value value to set.
        Returns:
        the AppendVariableActivity object itself.
      • setDescription

        public AppendVariableActivity 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.