public interface RioSetting<T> extends Serializable
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.
|
String getKey()
String getDescription()
T getDefaultValue()
Copyright © 2001-2016 Aduna. All Rights Reserved.