org.openrdf.sesame.sail.query
Class ProjectionElem

java.lang.Object
  extended byorg.openrdf.sesame.sail.query.ProjectionElem

public class ProjectionElem
extends Object


Constructor Summary
ProjectionElem(ValueExpr ve)
           
ProjectionElem(ValueExpr ve, String alias)
           
 
Method Summary
 String getAlias()
           
 String getName()
          Returns the alias if available, or the string-representation of the value expression otherwise.
 ValueExpr getValueExpr()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ProjectionElem

public ProjectionElem(ValueExpr ve)

ProjectionElem

public ProjectionElem(ValueExpr ve,
                      String alias)
Method Detail

getValueExpr

public ValueExpr getValueExpr()

getAlias

public String getAlias()

getName

public String getName()
Returns the alias if available, or the string-representation of the value expression otherwise.


toString

public String toString()


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