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