public class XSDInt extends AbstractDerivedIntegerType
Title: xsd:int
Description: Singleton implementation of xsd:int datatype
Copyright: Copyright (c) 2009
Company: Clark & Parsia, LLC.
| Modifier and Type | Method and Description |
|---|---|
protected Number |
fromLexicalForm(String lexicalForm)
Parse and validate a lexical form of the literal.
|
static XSDInt |
getInstance() |
asDataRange, getCanonicalRepresentation, getLiteral, getPrimitiveDatatype, getValue, isPrimitiveequals, getLexicalForm, getName, hashCodepublic static XSDInt getInstance()
protected Number fromLexicalForm(String lexicalForm) throws InvalidLiteralException
AbstractDerivedIntegerTypefromLexicalForm in class AbstractDerivedIntegerTypeNumber representation of the literalInvalidLiteralException - if the literal form is invalid or the value is out of rangeCopyright © 2019. All rights reserved.