org.openrdf.elmo.sesame.converters.impl
Class BigDecimalMarshall
java.lang.Object
org.openrdf.elmo.sesame.converters.impl.BigDecimalMarshall
- All Implemented Interfaces:
- Marshall<BigDecimal>
public class BigDecimalMarshall
- extends Object
- implements Marshall<BigDecimal>
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
BigDecimalMarshall
public BigDecimalMarshall(ValueFactory vf)
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 dt)
- 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.