Uses of Class
cz.vutbr.fit.layout.rdf.SparqlQueryResult.Type
-
Packages that use SparqlQueryResult.Type Package Description cz.vutbr.fit.layout.rdf -
-
Uses of SparqlQueryResult.Type in cz.vutbr.fit.layout.rdf
Methods in cz.vutbr.fit.layout.rdf that return SparqlQueryResult.Type Modifier and Type Method Description SparqlQueryResult.TypeSparqlQueryResult. getType()The result type: TUPLE, GRAPH or BOOLEANstatic SparqlQueryResult.TypeSparqlQueryResult.Type. valueOf(String name)Returns the enum constant of this type with the specified name.static SparqlQueryResult.Type[]SparqlQueryResult.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.
-