|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use ValueMapRequiredKeyException | |
|---|---|
| com.programix.value | The Value framework for encapsulating "values" generically in a way that they can be coerced into other types. |
| Uses of ValueMapRequiredKeyException in com.programix.value |
|---|
| Methods in com.programix.value that throw ValueMapRequiredKeyException | ||
|---|---|---|
BigDecimal |
ValueMap.getBigDecimal(String key)
Returns the value stored under the specified required key as a BigDecimal. |
|
byte[] |
ValueMap.getBytes(String key)
Returns the value stored under the specified required key as a byte[]. |
|
InputStream |
ValueMap.getBytesAsStream(String key)
Returns the value stored under the specified required key as an InputStream. |
|
DateTime |
ValueMap.getDateTime(String key)
Returns the value stored under the specified required key as a DateTime (defaulting to the UTC timezone if necessary). |
|
DateTime |
ValueMap.getDateTime(String key,
TimeZone tz)
Returns the value stored under the specified required key as a DateTime (defaulting to the specified timezone if necessary). |
|
DateTime |
ValueMap.getDateTimeLocal(String key)
Returns the value stored under the specified required key as a DateTime (defaulting to the local VM's timezone if necessary). |
|
double |
ValueMap.getDouble(String key)
Returns the value stored under the specified required key as a double. |
|
Double |
ValueMap.getDoubleNumber(String key)
Returns the value stored under the specified required key as an Double. |
|
float |
ValueMap.getFloat(String key)
Returns the value stored under the specified required key as a float. |
|
Float |
ValueMap.getFloatNumber(String key)
Returns the value stored under the specified required key as an Float. |
|
int |
ValueMap.getInt(String key)
Returns the value stored under the specified required key as an int. |
|
Integer |
ValueMap.getIntegerNumber(String key)
Returns the value stored under the specified required key as an Integer. |
|
long |
ValueMap.getLong(String key)
Returns the value stored under the specified required key as a long. |
|
Long |
ValueMap.getLongNumber(String key)
Returns the value stored under the specified required key as a Long. |
|
Number |
ValueMap.getNumber(String key)
Returns the value stored under the specified required key as a Number. |
|
|
ValueMap.getObject(String key,
Class<T> type)
Returns the value stored under the specified required key as an Object. |
|
PlainDate |
ValueMap.getPlainDate(String key)
Returns the value stored under the specified required key as a PlainDate. |
|
Value |
ValueMap.getRequired(String key)
Returns the Value mapped to the specified key or
if nothing is mapped to the key,
ValueMapRequiredKeyException is thrown. |
|
String |
ValueMap.getString(String key)
Returns the value stored under the specified required key as a String. |
|
TriState |
ValueMap.getTriState(String key)
Returns the value stored under the specified required key as a TriState. |
|
boolean |
ValueMap.isTrue(String key)
Returns the value stored under the specified required key as a boolean. |
|
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||