Interface SimpleConfigParameter<T>
-
- Type Parameters:
T- The type of the configuration parameter
- All Known Implementing Classes:
SimpleBooleanConfigParameter,SimpleDurationParameter,SimpleIntConfigParameter
public interface SimpleConfigParameter<T>Interface describing a simple configuration parameter
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description TgetDefaultValue()StringgetName()
-