|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.util.Enumeration
org.openrdf.sesame.constants.QueryResultFormat
A type-safe enumeration class for query response formats.
| Field Summary | |
static QueryResultFormat |
BINARY
Constant representing binary format. |
static QueryResultFormat |
HTML
Constant representing HTML format. |
static QueryResultFormat |
RDF
Constant representing RDF format. |
static QueryResultFormat |
XML
Constant representing XML format. |
| Method Summary | |
static QueryResultFormat |
forValue(String value)
Returns a QueryResultFormat constant for the specified value. |
| Methods inherited from class org.openrdf.util.Enumeration |
equals, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
public static final QueryResultFormat XML
public static final QueryResultFormat HTML
public static final QueryResultFormat RDF
public static final QueryResultFormat BINARY
| Method Detail |
public static QueryResultFormat forValue(String value)
value - The String-representation of a QueryResultFormat constant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||