Interface ConfigParameterContainer
- All Known Implementing Classes:
TypeSpecification
public interface ConfigParameterContainer
Contract for a model object that stores configuration parameters
-
Method Summary
Modifier and TypeMethodDescriptionGet the configuration parametersvoidsetParameter(String name, String value) Set a parameter
-
Method Details
-
getParameters
-
setParameter
-