com.hp.hpl.jena.rdf.query
Interface Settable

All Superinterfaces:
Printable, Value
All Known Implementing Classes:
WorkingVar

public interface Settable
extends Value


Method Summary
 void setBoolean(boolean b)
           
 void setInt(int i)
           
 void setLong(long l)
           
 void setString(java.lang.String s)
           
 void setURI(java.lang.String uri)
           
 
Methods inherited from interface com.hp.hpl.jena.rdf.query.Value
asQuotedString, asUnquotedString, getBoolean, getInt, getLong, getString, getURI, isBoolean, isInt, isLong, isNumber, isString, isURI, toString
 
Methods inherited from interface com.hp.hpl.jena.rdf.query.Printable
asInfixString, asPrefixString, print
 

Method Detail

setInt

public void setInt(int i)

setLong

public void setLong(long l)

setBoolean

public void setBoolean(boolean b)

setString

public void setString(java.lang.String s)

setURI

public void setURI(java.lang.String uri)


Copyright © 2001 Hewlett-Packard. All Rights Reserved.