com.hp.hpl.jena.sparql.util
Class RomanNumeralDatatype

java.lang.Object
  extended by com.hp.hpl.jena.datatypes.BaseDatatype
      extended by com.hp.hpl.jena.sparql.util.RomanNumeralDatatype
All Implemented Interfaces:
com.hp.hpl.jena.datatypes.RDFDatatype

public class RomanNumeralDatatype
extends com.hp.hpl.jena.datatypes.BaseDatatype


Nested Class Summary
 
Nested classes/interfaces inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
com.hp.hpl.jena.datatypes.BaseDatatype.TypedValue
 
Method Summary
static void enableAsFirstClassDatatype()
           
static RomanNumeralDatatype get()
           
 Class<?> getJavaClass()
           
 Object parse(String lexicalForm)
           
 String toString()
           
 String unparse(Object value)
           
 
Methods inherited from class com.hp.hpl.jena.datatypes.BaseDatatype
cannonicalise, extendedTypeDefinition, getHashCode, getURI, isEqual, isValid, isValidLiteral, isValidValue, langTagCompatible, normalizeSubType
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Method Detail

enableAsFirstClassDatatype

public static void enableAsFirstClassDatatype()

get

public static RomanNumeralDatatype get()

getJavaClass

public Class<?> getJavaClass()
Specified by:
getJavaClass in interface com.hp.hpl.jena.datatypes.RDFDatatype
Overrides:
getJavaClass in class com.hp.hpl.jena.datatypes.BaseDatatype

unparse

public String unparse(Object value)
Specified by:
unparse in interface com.hp.hpl.jena.datatypes.RDFDatatype
Overrides:
unparse in class com.hp.hpl.jena.datatypes.BaseDatatype

parse

public Object parse(String lexicalForm)
             throws com.hp.hpl.jena.datatypes.DatatypeFormatException
Specified by:
parse in interface com.hp.hpl.jena.datatypes.RDFDatatype
Overrides:
parse in class com.hp.hpl.jena.datatypes.BaseDatatype
Throws:
com.hp.hpl.jena.datatypes.DatatypeFormatException

toString

public String toString()
Overrides:
toString in class com.hp.hpl.jena.datatypes.BaseDatatype


Licenced under the Apache License, Version 2.0