com.hp.hpl.jena.sparql.lang.rdql
Interface RDQL_NodeValue

All Superinterfaces:
PrintableRDQL
All Known Implementing Classes:
ParsedLiteral, Q_BooleanLiteral, Q_NumericLiteral, Q_QName, Q_QuotedURI, Q_TextLiteral, Q_TextLiteral2, Q_URI, Q_URL, WorkingVar

public interface RDQL_NodeValue
extends PrintableRDQL

A dynamically typed slot


Method Summary
 boolean getBoolean()
           
 double getDouble()
           
 long getInt()
           
 com.hp.hpl.jena.graph.Node getNode()
           
 java.lang.String getString()
           
 java.lang.String getURI()
           
 boolean isBoolean()
           
 boolean isDouble()
           
 boolean isInt()
           
 boolean isNode()
           
 boolean isNumber()
           
 boolean isString()
           
 boolean isURI()
           
 java.lang.String valueString()
           
 
Methods inherited from interface com.hp.hpl.jena.sparql.lang.rdql.PrintableRDQL
asInfixString, asPrefixString, format
 

Method Detail

isNumber

boolean isNumber()

isInt

boolean isInt()

isDouble

boolean isDouble()

isBoolean

boolean isBoolean()

isString

boolean isString()

isURI

boolean isURI()

isNode

boolean isNode()

getInt

long getInt()

getDouble

double getDouble()

getBoolean

boolean getBoolean()

getString

java.lang.String getString()

getURI

java.lang.String getURI()

getNode

com.hp.hpl.jena.graph.Node getNode()

valueString

java.lang.String valueString()


Copyright ? 2004, 2005, 2006, 2007, 2008, 2009 Hewlett-Packard Development Company, LP Copyright ? 2010 Talis Systems Ltd. Copyright ? 2010, 2011 Epimorphics Ltd.