com.hp.hpl.jena.rdf.query
Interface Settable
- All Superinterfaces:
- Printable, Value
- All Known Implementing Classes:
- WorkingVar
- public interface Settable
- extends Value
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 |
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.