com.hp.hpl.jena.rdql
Interface Value

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

public interface Value
extends Printable


Method Summary
 java.lang.String asQuotedString()
           
 java.lang.String asUnquotedString()
           
 boolean getBoolean()
           
 double getDouble()
           
 long getInt()
           
 Literal getRDFLiteral()
           
 Resource getRDFResource()
           
 java.lang.String getString()
           
 java.lang.String getURI()
           
 boolean isBoolean()
           
 boolean isDouble()
           
 boolean isInt()
           
 boolean isNumber()
           
 boolean isRDFLiteral()
           
 boolean isRDFResource()
           
 boolean isString()
           
 boolean isURI()
           
 java.lang.String toString()
           
 java.lang.String valueString()
           
 
Methods inherited from interface com.hp.hpl.jena.rdql.Printable
asInfixString, asPrefixString, print
 

Method Detail

isNumber

public boolean isNumber()

isInt

public boolean isInt()

isDouble

public boolean isDouble()

isBoolean

public boolean isBoolean()

isString

public boolean isString()

isURI

public boolean isURI()

isRDFLiteral

public boolean isRDFLiteral()

isRDFResource

public boolean isRDFResource()

getInt

public long getInt()

getDouble

public double getDouble()

getBoolean

public boolean getBoolean()

getString

public java.lang.String getString()

getURI

public java.lang.String getURI()

getRDFLiteral

public Literal getRDFLiteral()

getRDFResource

public Resource getRDFResource()

asQuotedString

public java.lang.String asQuotedString()

asUnquotedString

public java.lang.String asUnquotedString()

valueString

public java.lang.String valueString()

toString

public java.lang.String toString()


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