Class ScriptActivityParameter


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

      • ScriptActivityParameter

        public ScriptActivityParameter()
    • Method Detail

      • getName

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

        public ScriptActivityParameter setName​(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.
      • getValue

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

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

        public ScriptActivityParameterDirection getDirection()
        Get the direction property: The direction of the parameter.
        Returns:
        the direction value.
      • getSize

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

        public ScriptActivityParameter setSize​(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.