org.openrdf.sesame.sail.query
Interface ValueExpr

All Superinterfaces:
StringExpr
All Known Implementing Classes:
Datatype, Label, Lang, LiteralExpr, LocalName, MathExpr, Namespace, Null, ResourceExpr, Var

public interface ValueExpr
extends StringExpr

An expressions that evaluates to Value objects.


Method Summary
 Value getValue()
          Gets the value of this expression.
 
Methods inherited from interface org.openrdf.sesame.sail.query.StringExpr
getString, getVariables
 

Method Detail

getValue

public Value getValue()
Gets the value of this expression.



Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.