org.openrdf.elmo.sesame.converters.impl
Class FloatMarshall

java.lang.Object
  extended by org.openrdf.elmo.sesame.converters.impl.FloatMarshall
All Implemented Interfaces:
Marshall<Float>

public class FloatMarshall
extends Object
implements Marshall<Float>


Constructor Summary
FloatMarshall(ValueFactory vf)
           
 
Method Summary
 Float deserialize(Literal literal)
           
 URI getDatatype()
           
 Class<? extends Float> getJavaClass()
           
 Literal serialize(Float object)
           
 void setDatatype(URI datatype)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FloatMarshall

public FloatMarshall(ValueFactory vf)
Method Detail

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.