Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Literal
Packages that use RDF_Literal
-
Uses of RDF_Literal in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_LiteralModifier and TypeMethodDescriptionRDF_Literal.deepCopy()RDF_Term.getLiteral()RDF_Literal.setBaseDirection(String baseDirection) RDF_Literal.setDatatype(String datatype) RDF_Literal.setDtPrefix(RDF_PrefixName dtPrefix) RDF_Literal.setLangtag(String langtag) Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_LiteralModifier and TypeMethodDescriptionintRDF_Literal.compareTo(RDF_Literal other) booleanRDF_Literal.equals(RDF_Literal that) static RDF_TermRDF_Term.literal(RDF_Literal value) voidRDF_Term.setLiteral(RDF_Literal value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Literal