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