Uses of Class
org.apache.jena.riot.thrift.wire.RDF_UNDEF
-
Packages that use RDF_UNDEF Package Description org.apache.jena.riot.thrift org.apache.jena.riot.thrift.wire -
-
Uses of RDF_UNDEF in org.apache.jena.riot.thrift
Fields in org.apache.jena.riot.thrift declared as RDF_UNDEF Modifier and Type Field Description static RDF_UNDEFTRDF. UNDEFThe Thrift RDF Term 'UNDEF' -
Uses of RDF_UNDEF in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_UNDEF Modifier and Type Method Description RDF_UNDEFRDF_UNDEF. deepCopy()RDF_UNDEFRDF_Term. getUndefined()Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_UNDEF Modifier and Type Method Description intRDF_UNDEF. compareTo(RDF_UNDEF other)booleanRDF_UNDEF. equals(RDF_UNDEF that)voidRDF_Term. setUndefined(RDF_UNDEF value)static RDF_TermRDF_Term. undefined(RDF_UNDEF value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_UNDEF Constructor Description RDF_UNDEF(RDF_UNDEF other)Performs a deep copy on other.
-