public class DblType extends BaseValueType<Double>
clazzType| Modifier and Type | Method and Description |
|---|---|
Double |
cast(Object o)
Attempt to cast the passed object to the generic type T.
|
static DblType |
get() |
static DblType |
instance() |
Double |
parse(String sourceValue)
Attempts to parse the passed String into the destinationType.
|
getDestinationType, isParsable, toStringpublic static DblType get()
public static DblType instance()
public Double parse(String sourceValue) throws ParsingException
ValueTypeParsingException - for any type of failure.public Double cast(Object o) throws RuntimeException
ValueTypeRuntimeExceptionCopyright © 2017. All rights reserved.