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

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

public class ByteMarshall
extends Object
implements Marshall<Byte>


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

ByteMarshall

public ByteMarshall(ValueFactory vf)
Method Detail

getJavaClass

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

getDatatype

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

setDatatype

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

deserialize

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

serialize

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


Copyright © 2004-2007. All Rights Reserved.