public interface NameValueReferableTypeConvertibleMap<T> extends NameValueReferableMap<T>
Modifier and Type | Method and Description |
---|---|
java.math.BigDecimal |
getBigDeciVal(java.lang.String name)
Converts the value contained in the specified object to a BigDecimal.
|
java.lang.Boolean |
getBoolVal(java.lang.String name)
Converts the value contained in the specified object to a Boolean.
|
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 objectjava.math.BigDecimal getBigDeciVal(java.lang.String name)
name
- the name of the NameValueReferable objectjava.lang.Boolean getBoolVal(java.lang.String name)
name
- the name of the NameValueReferable object