Uses of Class
org.apache.jena.riot.thrift.wire.RDF_IRI
-
Packages that use RDF_IRI Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_IRI in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_IRI Modifier and Type Method Description RDF_IRIRDF_IRI. deepCopy()RDF_IRIRDF_Term. getIri()RDF_IRIRDF_IRI. setIri(java.lang.String iri)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_IRI Modifier and Type Method Description intRDF_IRI. compareTo(RDF_IRI other)booleanRDF_IRI. equals(RDF_IRI that)static RDF_TermRDF_Term. iri(RDF_IRI value)voidRDF_Term. setIri(RDF_IRI value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_IRI Constructor Description RDF_IRI(RDF_IRI other)Performs a deep copy on other.
-