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