Uses of Class
org.eclipse.rdf4j.sparqlbuilder.constraint.SparqlAggregate
-
Packages that use SparqlAggregate Package Description org.eclipse.rdf4j.sparqlbuilder.constraint -
-
Uses of SparqlAggregate in org.eclipse.rdf4j.sparqlbuilder.constraint
Methods in org.eclipse.rdf4j.sparqlbuilder.constraint that return SparqlAggregate Modifier and Type Method Description static SparqlAggregate
SparqlAggregate. valueOf(String name)
Returns the enum constant of this type with the specified name.static SparqlAggregate[]
SparqlAggregate. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-