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

Packages that use Literal
org.apache.clerezza.rdf.core   
org.apache.clerezza.rdf.core.impl   
org.apache.clerezza.rdf.core.sparql.query   
 

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

Subinterfaces of Literal in org.apache.clerezza.rdf.core
 interface PlainLiteral
          A string combined with an optional language tag The lexical form is the string represented by the Literal without including the language tag
 interface TypedLiteral
          Typed literals have a lexical form and a data type URI being an RDF URI reference.
 

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

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

Uses of Literal in org.apache.clerezza.rdf.core.sparql.query
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return Literal
 Literal LiteralExpression.getLiteral()
           
 

Constructors in org.apache.clerezza.rdf.core.sparql.query with parameters of type Literal
LiteralExpression(Literal literal)
           
 



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