T - the datatype of the literalpublic abstract class RdfLiteral<T> extends Object implements RdfValue
| Modifier and Type | Class and Description | 
|---|---|
| static class  | RdfLiteral.BooleanLiteralRepresents an RDF boolean literal | 
| static class  | RdfLiteral.NumericLiteralRepresents an RDF number literal | 
| static class  | RdfLiteral.StringLiteralRepresents an RDF string literal | 
protected T value
public String getQueryString()
getQueryString in interface QueryElementCopyright © 2015-2020 Eclipse Foundation. All Rights Reserved.