Class RdfLiteral.StringLiteral
java.lang.Object
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral<String>
org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral.StringLiteral
- All Implemented Interfaces:
Operand
,QueryElement
,RdfObject
,RdfValue
- Enclosing class:
RdfLiteral<T>
Represents an RDF string literal
-
Nested Class Summary
Nested classes/interfaces inherited from class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
RdfLiteral.BooleanLiteral, RdfLiteral.NumericLiteral, RdfLiteral.StringLiteral
-
Field Summary
Fields inherited from class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
value
-
Method Summary
Methods inherited from class org.eclipse.rdf4j.sparqlbuilder.rdf.RdfLiteral
equals, hashCode
-
Method Details
-
ofType
-
ofType
-
ofLanguage
-
getQueryString
- Specified by:
getQueryString
in interfaceQueryElement
- Overrides:
getQueryString
in classRdfLiteral<String>
- Returns:
- the String representing the SPARQL syntax of this element
-