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