Uses of Enum
org.eclipse.rdf4j.queryrender.sparql.experimental.PreprocessedQuerySerializer.NonIriFunctions
Packages that use PreprocessedQuerySerializer.NonIriFunctions
Package
Description
This package contains classes for rendering RDF4J query objects as SPARQL queries.
-
Uses of PreprocessedQuerySerializer.NonIriFunctions in org.eclipse.rdf4j.queryrender.sparql.experimental
Subclasses with type arguments of type PreprocessedQuerySerializer.NonIriFunctions in org.eclipse.rdf4j.queryrender.sparql.experimentalModifier and TypeClassDescriptionprotected static enumEnumeration of standard SPARQL 1.1 functions that are neither recognized by RDF4J as special value expressions nor defined as IRI functions in the fn: namespace (seeFNFunction).Methods in org.eclipse.rdf4j.queryrender.sparql.experimental that return PreprocessedQuerySerializer.NonIriFunctionsModifier and TypeMethodDescriptionReturns the enum constant of this type with the specified name.PreprocessedQuerySerializer.NonIriFunctions.values()Returns an array containing the constants of this enum type, in the order they are declared.