org.apache.clerezza.rdf.core.sparql.query
Class LiteralExpression
java.lang.Object
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
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
LiteralExpression
public LiteralExpression(Literal literal)
getLiteral
public Literal getLiteral()
Copyright © 2012 The Apache Software Foundation. All Rights Reserved.