Uses of Interface
org.apache.clerezza.rdf.core.TypedLiteral

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

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

Methods in org.apache.clerezza.rdf.core that return TypedLiteral
abstract  TypedLiteral LiteralFactory.createTypedLiteral(Object value)
          Create a typed literal for the specified object
 

Methods in org.apache.clerezza.rdf.core with parameters of type TypedLiteral
abstract
<T> T
LiteralFactory.createObject(Class<T> type, TypedLiteral literal)
          Converts a literal to an instance of the specified class
 

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

Classes in org.apache.clerezza.rdf.core.impl that implement TypedLiteral
 class TypedLiteralImpl
           
 

Methods in org.apache.clerezza.rdf.core.impl that return TypedLiteral
 TypedLiteral SimpleLiteralFactory.createTypedLiteral(Object value)
           
 

Methods in org.apache.clerezza.rdf.core.impl with parameters of type TypedLiteral
<T> T
SimpleLiteralFactory.createObject(Class<T> type, TypedLiteral literal)
           
 



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