Interface ConfigParameterContainer

  • All Known Implementing Classes:
    TypeSpecification

    public interface ConfigParameterContainer
    Contract for a model object that stores configuration parameters
    • Method Detail

      • getParameters

        Map<String,​String> getParameters()
        Get the configuration parameters
        Returns:
        an immutable map of configuration parameters
      • setParameter

        void setParameter​(String name,
                          String value)
        Set a parameter
        Parameters:
        name - the parameter name, should never be null
        value - the parameter value, should never be null