Uses of Class
org.apache.clerezza.rdf.core.LiteralFactory

Packages that use LiteralFactory
org.apache.clerezza.rdf.core   
org.apache.clerezza.rdf.core.impl   
 

Uses of LiteralFactory in org.apache.clerezza.rdf.core
 

Methods in org.apache.clerezza.rdf.core that return LiteralFactory
static LiteralFactory LiteralFactory.getInstance()
          Get a LiteralFactory.
 

Methods in org.apache.clerezza.rdf.core with parameters of type LiteralFactory
static void LiteralFactory.setInstance(LiteralFactory instance)
          Set the instance returned by getInstance.
 

Uses of LiteralFactory in org.apache.clerezza.rdf.core.impl
 

Subclasses of LiteralFactory in org.apache.clerezza.rdf.core.impl
 class SimpleLiteralFactory
          An implementation of literal factory currently supporting only byte[]/base64Binary and Java.util.Date/date
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.