Uses of Class
com.epimorphics.sparql.query.Distinction
-
Packages that use Distinction Package Description com.epimorphics.sparql.query -
-
Uses of Distinction in com.epimorphics.sparql.query
Fields in com.epimorphics.sparql.query declared as Distinction Modifier and Type Field Description protected DistinctionQueryShape. distinctionMethods in com.epimorphics.sparql.query that return Distinction Modifier and Type Method Description static DistinctionDistinction. valueOf(String name)Returns the enum constant of this type with the specified name.static Distinction[]Distinction. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.epimorphics.sparql.query with parameters of type Distinction Modifier and Type Method Description voidQueryShape. setDistinction(Distinction d)
-