Class SetVariableActivityTypeProperties


  • public final class SetVariableActivityTypeProperties
    extends Object
    SetVariable activity properties.
    • Constructor Detail

      • SetVariableActivityTypeProperties

        public SetVariableActivityTypeProperties()
    • Method Detail

      • variableName

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

        public SetVariableActivityTypeProperties 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 SetVariableActivityTypeProperties 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 SetVariableActivityTypeProperties 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 SetVariableActivityTypeProperties object itself.
      • validate

        public void validate()
        Validates the instance.
        Throws:
        IllegalArgumentException - thrown if the instance is not valid.