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