public final class ParserSettingImpl<T> extends Object implements ParserSetting<T>
ParserSetting interface.| Constructor and Description |
|---|
ParserSettingImpl(String key,
String description,
T defaultValue) |
| Modifier and Type | Method and Description |
|---|---|
T |
getDefaultValue()
Returns the default value for this parser setting if it is not set by a
user.
|
String |
getDescription()
The human readable name for this parser setting
|
String |
getKey()
A unique key for this parser setting.
|
public String getKey()
ParserSettinggetKey in interface ParserSetting<T>public String getDescription()
ParserSettinggetDescription in interface ParserSetting<T>public T getDefaultValue()
ParserSettinggetDefaultValue in interface ParserSetting<T>Copyright © 2001-2013 Aduna. All Rights Reserved.