Class In
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection<T>
-
- org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection<Operand>
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Expression<Function>
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Function
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.In
-
- All Implemented Interfaces:
Operand
,Assignable
,Groupable
,Orderable
,QueryElement
public class In extends Function
-
-
Field Summary
Fields Modifier and Type Field Description private Operand
searchTerm
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
operator
-
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
elements
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getQueryString()
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.constraint.Expression
addOperand, getOperand, parenthesize, parenthesize
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.StandardQueryElementCollection
printBodyIfEmpty, printNameIfEmpty, resetWrapperMethod, setOperatorName, setOperatorName, setWrapperMethod
-
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.core.QueryElementCollection
addElements, addElements, isEmpty
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.eclipse.rdf4j.sparqlbuilder.core.Assignable
as
-
-
-
-
Field Detail
-
searchTerm
private final Operand searchTerm
-
-
Method Detail
-
getQueryString
public java.lang.String getQueryString()
- Specified by:
getQueryString
in interfaceQueryElement
- Overrides:
getQueryString
in classStandardQueryElementCollection<Operand>
- Returns:
- the String representing the SPARQL syntax of this element
-
-