Class Values
- java.lang.Object
-
- org.eclipse.rdf4j.sparqlbuilder.constraint.Values
-
- All Implemented Interfaces:
QueryElement,GraphPattern
public class Values extends Object implements GraphPattern
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classValues.Builderstatic interfaceValues.ValuesBuilderstatic interfaceValues.VariablesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Values.VariablesBuilderbuilder()StringgetQueryString()-
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.graphpattern.GraphPattern
and, filter, filterExists, filterExists, filterNotExists, from, isEmpty, minus, optional, optional, union, values
-
-
-
-
Method Detail
-
getQueryString
public String getQueryString()
- Specified by:
getQueryStringin interfaceQueryElement- Returns:
- the String representing the SPARQL syntax of this element
-
builder
public static Values.VariablesBuilder builder()
-
-