Uses of Class
org.apache.jena.query.QueryType
-
Packages that use QueryType Package Description org.apache.jena.query ARQ - A query engine for Jena, implementing SPARQL. -
-
Uses of QueryType in org.apache.jena.query
Methods in org.apache.jena.query that return QueryType Modifier and Type Method Description QueryTypeQuery. queryType()Return theQueryTypestatic QueryTypeQueryType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static QueryType[]QueryType. values()Returns an array containing the constants of this enum type, in the order they are declared.
-