com.hp.hpl.jena.sparql.util
Class RomanNumeralDatatype
java.lang.Object
com.hp.hpl.jena.datatypes.BaseDatatype
com.hp.hpl.jena.sparql.util.RomanNumeralDatatype
- All Implemented Interfaces:
- RDFDatatype
public class RomanNumeralDatatype
- extends BaseDatatype
enableAsFirstClassDatatype
public static void enableAsFirstClassDatatype()
get
public static RomanNumeralDatatype get()
getJavaClass
public Class<?> getJavaClass()
- Specified by:
getJavaClass in interface RDFDatatype- Overrides:
getJavaClass in class BaseDatatype
unparse
public String unparse(Object value)
- Specified by:
unparse in interface RDFDatatype- Overrides:
unparse in class BaseDatatype
parse
public Object parse(String lexicalForm)
throws DatatypeFormatException
- Specified by:
parse in interface RDFDatatype- Overrides:
parse in class BaseDatatype
- Throws:
DatatypeFormatException
toString
public String toString()
- Overrides:
toString in class BaseDatatype
Licenced under the Apache License, Version 2.0