com.sun.msv.datatype.xsd
public class DoubleType extends FloatingNumberType
java.lang.Double.
See http://www.w3.org/TR/xmlschema-2/#double for the spec
| Field Summary | |
|---|---|
| static DoubleType | theInstance |
| Method Summary | |
|---|---|
| String | convertToLexicalValue(Object value, SerializationContext context) |
| XSDatatype | getBaseType() |
| Class | getJavaObjectType() |
| static Double | load(String lexicalValue) |
| static String | save(Double value) |
| Object | _createValue(String lexicalValue, ValidationContext context) |