org.jreform.types
Class DoubleType
java.lang.Object
org.jreform.types.DoubleType
- All Implemented Interfaces:
- InputDataType<Double>
public final class DoubleType
- extends Object
- implements InputDataType<Double>
type
private static final DoubleType type
DoubleType
private DoubleType()
parseValue
public Double parseValue(String value)
- Description copied from interface:
InputDataType
- Parses the specified string into an object of this data type's class.
- Specified by:
parseValue
in interface InputDataType<Double>
getInputDataClass
public Class<Double> getInputDataClass()
- Description copied from interface:
InputDataType
- Returns class of input's data.
- Specified by:
getInputDataClass
in interface InputDataType<Double>
toString
public String toString()
- Overrides:
toString
in class Object
doubleType
public static InputDataType<Double> doubleType()
Copyright © 2007-2008
jReform