public interface NameValueReferableTypeConvertibleMap<T> extends NameValueReferableMap<T>
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getDblVal(java.lang.String name)
Converts the value contained in the specified object to a Double.
|
java.lang.Integer |
getIntVal(java.lang.String name)
Converts the value contained in the specified object to an Integer.
|
java.lang.String |
getStrVal(java.lang.String name)
Converts the value contained in the specified object to a String.
|
getOne, getValue, put, setValue
java.lang.String getStrVal(java.lang.String name)
name
- the name of the NameValueReferable objectjava.lang.Integer getIntVal(java.lang.String name)
name
- the name of the NameValueReferable objectjava.lang.Double getDblVal(java.lang.String name)
name
- the name of the NameValueReferable object