java.lang.Object
org.apache.jena.datatypes.BaseDatatype
org.apache.jena.datatypes.xsd.XSDDatatype
org.apache.jena.datatypes.xsd.impl.XSDBaseNumericType
org.apache.jena.datatypes.xsd.impl.XSDByteType
- All Implemented Interfaces:
RDFDatatype
Datatype template used to define XSD int types
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.jena.datatypes.xsd.XSDDatatype
XSDDatatype.XSDGenericTypeNested classes/interfaces inherited from class org.apache.jena.datatypes.BaseDatatype
BaseDatatype.TypedValue -
Field Summary
Fields inherited from class org.apache.jena.datatypes.xsd.XSDDatatype
XSD, XSDanyURI, XSDbase64Binary, XSDboolean, XSDbyte, XSDdate, XSDdateTime, XSDdateTimeStamp, XSDdayTimeDuration, XSDdecimal, XSDdouble, XSDduration, XSDENTITY, XSDfloat, XSDgDay, XSDgMonth, XSDgMonthDay, XSDgYear, XSDgYearMonth, XSDhexBinary, XSDID, XSDIDREF, XSDint, XSDinteger, XSDlanguage, XSDlong, XSDName, XSDNCName, XSDnegativeInteger, XSDNMTOKEN, XSDnonNegativeInteger, XSDnonPositiveInteger, XSDnormalizedString, XSDNOTATION, XSDpositiveInteger, XSDQName, XSDshort, XSDstring, XSDtime, XSDtoken, XSDunsignedByte, XSDunsignedInt, XSDunsignedLong, XSDunsignedShort, XSDyearMonthDuration -
Constructor Summary
ConstructorsConstructorDescriptionXSDByteType(String typeName) Constructor.XSDByteType(String typeName, Class<?> javaClass) Constructor. -
Method Summary
Methods inherited from class org.apache.jena.datatypes.xsd.impl.XSDBaseNumericType
cannonicalise, isEqual, isValidLiteral, isValidValue, parse, unparseMethods inherited from class org.apache.jena.datatypes.xsd.XSDDatatype
extendedTypeDefinition, getJavaClass, isBaseTypeCompatible, loadXSDSimpleTypes, main, parseValidated, trimPlusMethods inherited from class org.apache.jena.datatypes.BaseDatatype
equals, getHashCode, getURI, hashCode, isValid, langTagCompatible, normalizeSubType, toString
-
Constructor Details
-
XSDByteType
Constructor.- Parameters:
typeName- the name of the XSD type to be instantiated, this is used to lookup a type definition from the Xerces schema factory.
-
XSDByteType
Constructor.- Parameters:
typeName- the name of the XSD type to be instantiated, this is used to lookup a type definition from the Xerces schema factory.javaClass- the java class for which this xsd type is to be treated as the cannonical representation
-