Uses of Class
org.apache.jena.riot.thrift.wire.RDF_ANY
-
Packages that use RDF_ANY Package Description org.apache.jena.riot.thrift org.apache.jena.riot.thrift.wire -
-
Uses of RDF_ANY in org.apache.jena.riot.thrift
Fields in org.apache.jena.riot.thrift declared as RDF_ANY Modifier and Type Field Description static RDF_ANYTRDF. ANY -
Uses of RDF_ANY in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_ANY Modifier and Type Method Description RDF_ANYRDF_ANY. deepCopy()RDF_ANYRDF_Term. getAny()Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_ANY Modifier and Type Method Description static RDF_TermRDF_Term. any(RDF_ANY value)intRDF_ANY. compareTo(RDF_ANY other)booleanRDF_ANY. equals(RDF_ANY that)voidRDF_Term. setAny(RDF_ANY value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_ANY Constructor Description RDF_ANY(RDF_ANY other)Performs a deep copy on other.
-