Uses of Class
org.apache.jena.riot.thrift.wire.RDF_REPEAT
-
Packages that use RDF_REPEAT Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_REPEAT in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_REPEAT Modifier and Type Method Description RDF_REPEATRDF_REPEAT. deepCopy()RDF_REPEATRDF_Term. getRepeat()Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_REPEAT Modifier and Type Method Description intRDF_REPEAT. compareTo(RDF_REPEAT other)booleanRDF_REPEAT. equals(RDF_REPEAT that)static RDF_TermRDF_Term. repeat(RDF_REPEAT value)voidRDF_Term. setRepeat(RDF_REPEAT value)Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_REPEAT Constructor Description RDF_REPEAT(RDF_REPEAT other)Performs a deep copy on other.
-