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