Class ChartDisplayerParameterInfo


  • public class ChartDisplayerParameterInfo
    extends Object
    Model representing the metadata associated with a ChartTypeDisplayer.
    Since:
    1.2.0-rc-1
    Version:
    $Id$
    • Constructor Detail

      • ChartDisplayerParameterInfo

        public ChartDisplayerParameterInfo()
    • Method Detail

      • getId

        public String getId()
        Returns:
        the id of the parameter.
      • setId

        public void setId​(String id)
        Parameters:
        id - see getId().
      • getLabel

        public String getLabel()
        Returns:
        the label of the parameter. It represents the pretty name of the parameter.
      • setLabel

        public void setLabel​(String label)
        Parameters:
        label - see getLabel().
      • getDescription

        public String getDescription()
        Returns:
        the description of the parameter. It describes what the parameter does and how it affects the ChartTypeDisplayer.
      • setDescription

        public void setDescription​(String description)
        Parameters:
        description - see getDescription().
      • getValues

        public List<String> getValues()
        Returns:
        a list of values that can be assigned to the attribute.
      • isMultiple

        public boolean isMultiple()
        Returns:
        whether the parameter supports multiple values from the getValues() list or not.
      • setMultiple

        public void setMultiple​(boolean multiple)
        Parameters:
        multiple - see isMultiple().