org.openrdf.elmo.sesame.converters.impl
Class XMLGregorianCalendarMarshall
java.lang.Object
org.openrdf.elmo.sesame.converters.impl.XMLGregorianCalendarMarshall
- All Implemented Interfaces:
- Marshall<XMLGregorianCalendar>
public class XMLGregorianCalendarMarshall
- extends Object
- implements Marshall<XMLGregorianCalendar>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
XMLGregorianCalendarMarshall
public XMLGregorianCalendarMarshall(ValueFactory vf)
throws DatatypeConfigurationException
- Throws:
DatatypeConfigurationException
getJavaClass
public Class<? extends XMLGregorianCalendar> getJavaClass()
- Specified by:
getJavaClass in interface Marshall<XMLGregorianCalendar>
getDatatype
public URI getDatatype()
- Specified by:
getDatatype in interface Marshall<XMLGregorianCalendar>
setDatatype
public void setDatatype(URI datatype)
- Specified by:
setDatatype in interface Marshall<XMLGregorianCalendar>
deserialize
public XMLGregorianCalendar deserialize(Literal literal)
- Specified by:
deserialize in interface Marshall<XMLGregorianCalendar>
serialize
public Literal serialize(XMLGregorianCalendar object)
- Specified by:
serialize in interface Marshall<XMLGregorianCalendar>
Copyright © 2004-2008 Aduna. All Rights Reserved.