Class ListParameter

    • Constructor Detail

      • ListParameter

        public ListParameter()
      • ListParameter

        public ListParameter​(String name,
                             String description,
                             String type,
                             String separator,
                             String defaultValue)
        Parameters:
        name - name
        description - description
        type - type
        separator - separator
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • setType

        public void setType​(String type)
        Parameters:
        type - the type to set
      • getSeparator

        public String getSeparator()
        Returns:
        the separator
      • setSeparator

        public void setSeparator​(String separator)
      • getDefaultValue

        public String getDefaultValue()
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)