com.hp.hpl.jena.rdql
Interface Settable

All Superinterfaces:
Printable, Value
All Known Implementing Classes:
com.hp.hpl.jena.rdql.parser.ParsedLiteral, WorkingVar

public interface Settable
extends Value


Method Summary
 void setBoolean(boolean b)
           
 void setDouble(double d)
           
 void setInt(long i)
           
 void setRDFLiteral(Literal l)
           
 void setRDFResource(Resource r)
           
 void setString(java.lang.String s)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from interface com.hp.hpl.jena.rdql.Value
asQuotedString, asUnquotedString, getBoolean, getDouble, getInt, getRDFLiteral, getRDFResource, getString, getURI, isBoolean, isDouble, isInt, isNumber, isRDFLiteral, isRDFResource, isString, isURI, toString, valueString
 
Methods inherited from interface com.hp.hpl.jena.rdql.Printable
asInfixString, asPrefixString, print
 

Method Detail

setInt

public void setInt(long i)

setDouble

public void setDouble(double d)

setBoolean

public void setBoolean(boolean b)

setString

public void setString(java.lang.String s)

setURI

public void setURI(java.lang.String uri)

setRDFLiteral

public void setRDFLiteral(Literal l)

setRDFResource

public void setRDFResource(Resource r)


Copyright © 2001-2003 Hewlett-Packard. All Rights Reserved.