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

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

public class CharacterMarshall
extends Object
implements Marshall<Character>


Constructor Summary
CharacterMarshall(ValueFactory vf)
           
 
Method Summary
 Character deserialize(Literal literal)
           
 URI getDatatype()
           
 Class<Character> getJavaClass()
           
 Literal serialize(Character 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

CharacterMarshall

public CharacterMarshall(ValueFactory vf)
Method Detail

getJavaClass

public Class<Character> getJavaClass()
Specified by:
getJavaClass in interface Marshall<Character>

getDatatype

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

setDatatype

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

deserialize

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

serialize

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


Copyright © 2004-2008 Aduna. All Rights Reserved.