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

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

public class BigDecimalMarshall
extends Object
implements Marshall<BigDecimal>


Constructor Summary
BigDecimalMarshall(ValueFactory vf)
           
 
Method Summary
 BigDecimal deserialize(Literal literal)
           
 URI getDatatype()
           
 Class<? extends BigDecimal> getJavaClass()
           
 Literal serialize(BigDecimal 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

BigDecimalMarshall

public BigDecimalMarshall(ValueFactory vf)
Method Detail

getJavaClass

public Class<? extends BigDecimal> getJavaClass()
Specified by:
getJavaClass in interface Marshall<BigDecimal>

getDatatype

public URI getDatatype()
Specified by:
getDatatype in interface Marshall<BigDecimal>

setDatatype

public void setDatatype(URI datatype)
Specified by:
setDatatype in interface Marshall<BigDecimal>

deserialize

public BigDecimal deserialize(Literal literal)
Specified by:
deserialize in interface Marshall<BigDecimal>

serialize

public Literal serialize(BigDecimal object)
Specified by:
serialize in interface Marshall<BigDecimal>


Copyright © 2004-2008 Aduna. All Rights Reserved.