org.apache.clerezza.rdf.core.sparql.query
Class LiteralExpression

java.lang.Object
  extended by org.apache.clerezza.rdf.core.sparql.query.LiteralExpression
All Implemented Interfaces:
Expression

public class LiteralExpression
extends Object
implements Expression

Wraps a Literal in an Expression.

Author:
hasan

Constructor Summary
LiteralExpression(Literal literal)
           
 
Method Summary
 Literal getLiteral()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

LiteralExpression

public LiteralExpression(Literal literal)
Method Detail

getLiteral

public Literal getLiteral()


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