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