org.openrdf.sesame.sail.query
Class StringConstant

java.lang.Object
  extended byorg.openrdf.sesame.sail.query.StringConstant
All Implemented Interfaces:
StringExpr

public class StringConstant
extends Object
implements StringExpr


Constructor Summary
StringConstant(String value)
           
 
Method Summary
 String getString()
          Gets the String value for this expression.
 void getVariables(Collection variables)
          Gets all variables that are used in this StringExpr.
 String toString()
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

StringConstant

public StringConstant(String value)
Method Detail

getString

public String getString()
Description copied from interface: StringExpr
Gets the String value for this expression.

Specified by:
getString in interface StringExpr

getVariables

public void getVariables(Collection variables)
Description copied from interface: StringExpr
Gets all variables that are used in this StringExpr.

Specified by:
getVariables in interface StringExpr
Parameters:
variables - a Collection to add relevant Var objects to.

toString

public String toString()


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