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 class
Values.Builder
static interface
Values.ValuesBuilder
static interface
Values.VariablesBuilder
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static Values.VariablesBuilder
builder()
String
getQueryString()
-
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:
getQueryString
in interfaceQueryElement
- Returns:
- the String representing the SPARQL syntax of this element
-
builder
public static Values.VariablesBuilder builder()
-
-