The double representation, an InvalidValueTypeException is thrown if the value is not a number. If value is
a string then this is tried to be converted to a Double.
asLong
java.lang.Long asLong()
Returns:
The long representation, an InvalidValueTypeException is thrown if the value is not a number. If value is a
string then this is tried to be converted to a Long.
asBoolean
java.lang.Boolean asBoolean()
Returns:
The boolean representation, an InvalidValueTypeException is thrown if the value is not of type boolean. If
value is a string then this is tried to be converted to a boolean.
asDate
java.util.Date asDate()
Returns:
The date representation, an InvalidValueTypeException is thrown if the value is not of type date or
datetime. If value is a string then this is tried to be converted to a date.
asDateTime
java.util.Date asDateTime()
Returns:
The date time representation, an InvalidValueTypeException is thrown if the value is not of type datetime.
If value is a string then this is tried to be converted to a datetime.