com.hp.hpl.jena.sparql.resultset
Class ResultsFormat

java.lang.Object
  extended by com.hp.hpl.jena.sparql.util.Symbol
      extended by com.hp.hpl.jena.sparql.resultset.ResultsFormat

public class ResultsFormat
extends Symbol


Field Summary
static ResultsFormat FMT_COUNT
          Format of results as dump of bindings
static ResultsFormat FMT_NONE
           
static ResultsFormat FMT_RDF_N3
           
static ResultsFormat FMT_RDF_NT
           
static ResultsFormat FMT_RDF_TTL
           
static ResultsFormat FMT_RDF_XML
          Output the number of rows of a SELECT query
static ResultsFormat FMT_RS_CSV
          Format of result set as SSE
static ResultsFormat FMT_RS_JSON
          Format of result set as XML
static ResultsFormat FMT_RS_RDF
           
static ResultsFormat FMT_RS_SSE
          Format of result set as JSON
static ResultsFormat FMT_RS_TSV
           
static ResultsFormat FMT_RS_XML
          Format of result set is an RDF graph
static ResultsFormat FMT_TEXT
          No output
static ResultsFormat FMT_TUPLES
          Any kind of text
static ResultsFormat FMT_UNKNOWN
           
 
Method Summary
static ResultsFormat lookup(java.lang.String s)
          Short name to proper name (symbol)
 
Methods inherited from class com.hp.hpl.jena.sparql.util.Symbol
create, create, equals, getSymbol, hashCode, toString
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

FMT_RS_RDF

public static final ResultsFormat FMT_RS_RDF

FMT_RS_XML

public static final ResultsFormat FMT_RS_XML
Format of result set is an RDF graph


FMT_RS_JSON

public static final ResultsFormat FMT_RS_JSON
Format of result set as XML


FMT_RS_SSE

public static final ResultsFormat FMT_RS_SSE
Format of result set as JSON


FMT_RS_CSV

public static final ResultsFormat FMT_RS_CSV
Format of result set as SSE


FMT_RS_TSV

public static final ResultsFormat FMT_RS_TSV

FMT_NONE

public static final ResultsFormat FMT_NONE

FMT_TEXT

public static final ResultsFormat FMT_TEXT
No output


FMT_TUPLES

public static final ResultsFormat FMT_TUPLES
Any kind of text


FMT_COUNT

public static final ResultsFormat FMT_COUNT
Format of results as dump of bindings


FMT_RDF_XML

public static final ResultsFormat FMT_RDF_XML
Output the number of rows of a SELECT query


FMT_RDF_N3

public static final ResultsFormat FMT_RDF_N3

FMT_RDF_TTL

public static final ResultsFormat FMT_RDF_TTL

FMT_RDF_NT

public static final ResultsFormat FMT_RDF_NT

FMT_UNKNOWN

public static final ResultsFormat FMT_UNKNOWN
Method Detail

lookup

public static ResultsFormat lookup(java.lang.String s)
Short name to proper name (symbol)



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