Class Parameter<T extends Enum<T>>

    • Constructor Detail

    • Method Detail

      • getId

        public String getId()
        Deprecated.
        Get the id.
        Returns:
        Returns the id.
      • setId

        public void setId​(String id)
        Deprecated.
        Set the id.
        Parameters:
        id - the id.
      • getPluginName

        public String getPluginName()
        Deprecated.
        Retrieves the name of the plugin declaring this parameter.
        Returns:
        the plugin name.
      • setPluginName

        public void setPluginName​(String pluginName)
        Deprecated.
        Set the name of the plugin declaring this parameter.
        Parameters:
        pluginName - the plugin name.
      • setLabel

        public void setLabel​(I18nizableText label)
        Deprecated.
        Set the label.
        Parameters:
        label - the label.
      • setDescription

        public void setDescription​(I18nizableText description)
        Deprecated.
        Set the description.
        Parameters:
        description - the description.
      • getType

        public T getType()
        Deprecated.
        Retrieves the type.
        Returns:
        the type.
      • setType

        public void setType​(T type)
        Deprecated.
        Set the type.
        Parameters:
        type - the type.
      • getWidget

        public String getWidget()
        Deprecated.
        Retrieves the widget to use for rendering.
        Returns:
        the widget or null if none is defined.
      • setWidget

        public void setWidget​(String widget)
        Deprecated.
        Set the widget.
        Parameters:
        widget - the widget.
      • getEnumerator

        public Enumerator getEnumerator()
        Deprecated.
        Retrieves the enumerator.
        Returns:
        the enumerator or null if none is defined.
      • setEnumerator

        public void setEnumerator​(Enumerator enumerator)
        Deprecated.
        Set the enumerator.
        Parameters:
        enumerator - the enumerator.
      • getValidator

        public Validator getValidator()
        Deprecated.
        Retrieves the validator.
        Returns:
        the validator or null if none is defined.
      • setValidator

        public void setValidator​(Validator validator)
        Deprecated.
        Set the validator.
        Parameters:
        validator - the validator.
      • getDefaultValue

        public Object getDefaultValue()
        Deprecated.
        Retrieves the default value.
        Returns:
        the default value or null if none is defined.
      • setDefaultValue

        public void setDefaultValue​(Object defaultValue)
        Deprecated.
        Set the default value.
        Parameters:
        defaultValue - the default value.