Class ScriptActivityParameter


  • public final class ScriptActivityParameter
    extends Object
    Parameters of a script block.
    • Constructor Detail

      • ScriptActivityParameter

        public ScriptActivityParameter()
    • Method Detail

      • name

        public Object name()
        Get the name property: The name of the parameter. Type: string (or Expression with resultType string).
        Returns:
        the name value.
      • withName

        public ScriptActivityParameter withName​(Object name)
        Set the name property: The name of the parameter. Type: string (or Expression with resultType string).
        Parameters:
        name - the name value to set.
        Returns:
        the ScriptActivityParameter object itself.
      • value

        public Object value()
        Get the value property: The value of the parameter.
        Returns:
        the value value.
      • withValue

        public ScriptActivityParameter withValue​(Object value)
        Set the value property: The value of the parameter.
        Parameters:
        value - the value value to set.
        Returns:
        the ScriptActivityParameter object itself.
      • size

        public Integer size()
        Get the size property: The size of the output direction parameter.
        Returns:
        the size value.
      • withSize

        public ScriptActivityParameter withSize​(Integer size)
        Set the size property: The size of the output direction parameter.
        Parameters:
        size - the size value to set.
        Returns:
        the ScriptActivityParameter object itself.
      • validate

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