public interface IDefaultValueConsumer
| Modifier and Type | Method and Description |
|---|---|
String |
getDefaultValue(String key)
Returns the default value for the given key
|
void |
init(Dictionary values)
Initializes the consumer with the values.
|
void init(Dictionary values)
values - String getDefaultValue(String key)
key - null if not provided.