Class CometParameterizedScript.Parameter

  • All Implemented Interfaces:
    java.io.Serializable
    Enclosing class:
    CometParameterizedScript

    public static class CometParameterizedScript.Parameter
    extends java.lang.Object
    implements java.io.Serializable
    The Class Parameter.
    See Also:
    Serialized Form
    • Constructor Detail

      • Parameter

        public Parameter()
    • Method Detail

      • getDeclaration

        public java.lang.String getDeclaration()
        Gets the declaration.
        Returns:
        the declaration
      • getDefaultValue

        public java.lang.String getDefaultValue()
        Gets the default value.
        Returns:
        the default value
      • getDescription

        public java.lang.String getDescription()
        Gets the description.
        Returns:
        the description
      • getName

        public java.lang.String getName()
        Gets the name.
        Returns:
        the name
      • getScriptId

        public int getScriptId()
        Gets the script id.
        Returns:
        the script id
      • getStatement

        public java.lang.String getStatement()
        Gets the statement.
        Returns:
        the statement
      • getValues

        public java.util.List<java.lang.String> getValues()
        Gets the values.
        Returns:
        the values
      • setDefaultValue

        public void setDefaultValue​(java.lang.String defaultValue)
        Sets the default value.
        Parameters:
        defaultValue - the new default value
      • setDescription

        public void setDescription​(java.lang.String description)
        Sets the description.
        Parameters:
        description - the new description
      • setName

        public void setName​(java.lang.String name)
        Sets the name.
        Parameters:
        name - the new name
      • setScriptId

        public void setScriptId​(int scriptId)
        Sets the script id.
        Parameters:
        scriptId - the new script id
      • setStatement

        public void setStatement​(java.lang.String statement)
        Sets the statement.
        Parameters:
        statement - the new statement
      • setValues

        public void setValues​(java.util.List<java.lang.String> values)
        Sets the values.
        Parameters:
        values - the new values