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