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