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 RdfLiteral
RdfLiteral.BooleanLiteral, RdfLiteral.NumericLiteral, RdfLiteral.StringLiteral - 
Field Summary
Fields inherited from class RdfLiteral
value - 
Method Summary
Methods inherited from class RdfLiteral
equals, hashCode 
- 
Method Details
- 
ofType
 - 
ofType
 - 
ofLanguage
 - 
getQueryString
- Specified by:
 getQueryStringin interfaceQueryElement- Overrides:
 getQueryStringin classRdfLiteral<String>- Returns:
 - the String representing the SPARQL syntax of this element
 
 
 -