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

All Superinterfaces:
Printable
All Known Subinterfaces:
Settable
All Known Implementing Classes:
Literal

public interface Value
extends Printable


Method Summary
 java.lang.String asQuotedString()
           
 java.lang.String asUnquotedString()
           
 boolean getBoolean()
           
 int getInt()
           
 long getLong()
           
 java.lang.String getString()
           
 java.lang.String getURI()
           
 boolean isBoolean()
           
 boolean isInt()
           
 boolean isLong()
           
 boolean isNumber()
           
 boolean isString()
           
 boolean isURI()
           
 java.lang.String toString()
           
 
Methods inherited from interface com.hp.hpl.jena.rdf.query.Printable
asInfixString, asPrefixString, print
 

Method Detail

isNumber

public boolean isNumber()

isInt

public boolean isInt()

isLong

public boolean isLong()

isBoolean

public boolean isBoolean()

isString

public boolean isString()

isURI

public boolean isURI()

getInt

public int getInt()

getLong

public long getLong()

getBoolean

public boolean getBoolean()

getString

public java.lang.String getString()

getURI

public java.lang.String getURI()

asQuotedString

public java.lang.String asQuotedString()

asUnquotedString

public java.lang.String asUnquotedString()

toString

public java.lang.String toString()
Overrides:
toString in class java.lang.Object


Copyright © 2001 Hewlett-Packard. All Rights Reserved.