Class ObjectParameter

    • Constructor Detail

      • ObjectParameter

        public ObjectParameter()
      • ObjectParameter

        public ObjectParameter​(String name,
                               String description,
                               String type,
                               String defaultValue)
        Parameters:
        name - name
        description - description
        type - type
        defaultValue - default value
    • Method Detail

      • getType

        public String getType()
        Returns:
        the type
      • setType

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

        public String getDefaultValue()
        Returns:
        the defaultValue
      • setDefaultValue

        public void setDefaultValue​(String defaultValue)
        Parameters:
        defaultValue - the defaultValue to set