public class TypedValue extends Value
| Modifier and Type | Field and Description |
|---|---|
protected com.hp.hpl.jena.rdf.model.Literal |
value |
| Constructor and Description |
|---|
TypedValue(com.hp.hpl.jena.rdf.model.Literal value) |
| Modifier and Type | Method and Description |
|---|---|
String |
asSPARQL() |
int |
compareTo(Value other) |
String |
getLexicalForm() |
com.hp.hpl.jena.rdf.model.Literal |
getValue() |
void |
writeTo(JSFullWriter out) |
public com.hp.hpl.jena.rdf.model.Literal getValue()
public String getLexicalForm()
getLexicalForm in class Valuepublic void writeTo(JSFullWriter out)
writeTo in interface JSONWritablewriteTo in class Valuepublic int compareTo(Value other)
compareTo in interface Comparable<Value>compareTo in class ValueCopyright © 2014. All rights reserved.