Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Decimal
Packages that use RDF_Decimal
-
Uses of RDF_Decimal in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_DecimalModifier and TypeMethodDescriptionRDF_Decimal.deepCopy()
RDF_Term.getValDecimal()
RDF_Decimal.setScale
(int scale) RDF_Decimal.setValue
(long value) Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_DecimalModifier and TypeMethodDescriptionint
RDF_Decimal.compareTo
(RDF_Decimal other) boolean
RDF_Decimal.equals
(RDF_Decimal that) void
RDF_Term.setValDecimal
(RDF_Decimal value) static RDF_Term
RDF_Term.valDecimal
(RDF_Decimal value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Decimal