Uses of Class
org.eclipse.rdf4j.queryrender.sparql.experimental.PreprocessedQuerySerializer.NonIriFunctions
-
Packages that use PreprocessedQuerySerializer.NonIriFunctions Package Description org.eclipse.rdf4j.queryrender.sparql.experimental This package contains classes for rendering RDF4J query objects as SPARQL queries. -
-
Uses of PreprocessedQuerySerializer.NonIriFunctions in org.eclipse.rdf4j.queryrender.sparql.experimental
Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return PreprocessedQuerySerializer.NonIriFunctions Modifier and Type Method Description static PreprocessedQuerySerializer.NonIriFunctions
PreprocessedQuerySerializer.NonIriFunctions. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static PreprocessedQuerySerializer.NonIriFunctions[]
PreprocessedQuerySerializer.NonIriFunctions. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-