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

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

public class BigIntegerMarshall
extends Object
implements Marshall<BigInteger>


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

Constructor Detail

BigIntegerMarshall

public BigIntegerMarshall(ValueFactory vf)
Method Detail

getJavaClass

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

getDatatype

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

setDatatype

public void setDatatype(URI dt)
Specified by:
setDatatype in interface Marshall<BigInteger>

deserialize

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

serialize

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


Copyright © 2004-2008 Aduna. All Rights Reserved.