Package | Description |
---|---|
org.apache.jena.riot.thrift.wire |
Modifier and Type | Field and Description |
---|---|
RDF_PrefixName |
RDF_Literal.dtPrefix |
Modifier and Type | Method and Description |
---|---|
RDF_PrefixName |
RDF_PrefixName.deepCopy() |
RDF_PrefixName |
RDF_Literal.getDtPrefix() |
RDF_PrefixName |
RDF_Term.getPrefixName() |
RDF_PrefixName |
RDF_PrefixName.setLocalName(String localName) |
RDF_PrefixName |
RDF_PrefixName.setPrefix(String prefix) |
Modifier and Type | Method and Description |
---|---|
int |
RDF_PrefixName.compareTo(RDF_PrefixName other) |
boolean |
RDF_PrefixName.equals(RDF_PrefixName that) |
static RDF_Term |
RDF_Term.prefixName(RDF_PrefixName value) |
RDF_Literal |
RDF_Literal.setDtPrefix(RDF_PrefixName dtPrefix) |
void |
RDF_Term.setPrefixName(RDF_PrefixName value) |
Constructor and Description |
---|
RDF_PrefixName(RDF_PrefixName other)
Performs a deep copy on other.
|
Licenced under the Apache License, Version 2.0