Class AppendVariableActivity


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

      • AppendVariableActivity

        public AppendVariableActivity()
    • Method Detail

      • variableName

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

        public AppendVariableActivity withVariableName​(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.
      • value

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

        public AppendVariableActivity withValue​(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.