Class NotebookParameter


  • public final class NotebookParameter
    extends Object
    Notebook parameter.
    • Constructor Detail

      • NotebookParameter

        public NotebookParameter()
    • Method Detail

      • getValue

        public Object getValue()
        Get the value property: Notebook parameter value. Type: string (or Expression with resultType string).
        Returns:
        the value value.
      • setValue

        public NotebookParameter setValue​(Object value)
        Set the value property: Notebook parameter value. Type: string (or Expression with resultType string).
        Parameters:
        value - the value value to set.
        Returns:
        the NotebookParameter object itself.
      • getType

        public NotebookParameterType getType()
        Get the type property: Notebook parameter type.
        Returns:
        the type value.
      • setType

        public NotebookParameter setType​(NotebookParameterType type)
        Set the type property: Notebook parameter type.
        Parameters:
        type - the type value to set.
        Returns:
        the NotebookParameter object itself.