public interface RioSetting<T>
extends java.io.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.
|
java.lang.String |
getDescription()
The human readable name for this parser setting
|
java.lang.String |
getKey()
A unique key for this parser setting.
|
java.lang.String getKey()
java.lang.String getDescription()
T getDefaultValue()
Copyright © 2001-2014 Aduna. All Rights Reserved.