|
|||||||||||
| 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.QueryLanguage
A type-safe enumeration class for RDF query languages.
| Field Summary | |
static QueryLanguage |
RDQL
Constant representing the RDQL query language. |
static QueryLanguage |
RQL
Constant representing the RQL query language. |
static QueryLanguage |
SERQL
Constant representing the SeRQL query language. |
| Method Summary | |
static QueryLanguage |
forValue(String value)
Returns a QueryLanguage 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 QueryLanguage SERQL
public static final QueryLanguage RQL
public static final QueryLanguage RDQL
| Method Detail |
public static QueryLanguage forValue(String value)
value - The String-representation of a QueryLanguage constant.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||