| Package | Description |
|---|---|
| org.apache.jena.riot.thrift.wire |
| Modifier and Type | Method and Description |
|---|---|
RDF_Literal |
RDF_Literal.deepCopy() |
RDF_Literal |
RDF_Term.getLiteral() |
RDF_Literal |
RDF_Literal.setDatatype(String datatype) |
RDF_Literal |
RDF_Literal.setDtPrefix(RDF_PrefixName dtPrefix) |
RDF_Literal |
RDF_Literal.setLangtag(String langtag) |
RDF_Literal |
RDF_Literal.setLex(String lex) |
| Modifier and Type | Method and Description |
|---|---|
int |
RDF_Literal.compareTo(RDF_Literal other) |
boolean |
RDF_Literal.equals(RDF_Literal that) |
static RDF_Term |
RDF_Term.literal(RDF_Literal value) |
void |
RDF_Term.setLiteral(RDF_Literal value) |
| Constructor and Description |
|---|
RDF_Literal(RDF_Literal other)
Performs a deep copy on other.
|
Licenced under the Apache License, Version 2.0