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 TypeMethodDescriptionintRDF_Decimal.compareTo(RDF_Decimal other) booleanRDF_Decimal.equals(RDF_Decimal that) voidRDF_Term.setValDecimal(RDF_Decimal value) static RDF_TermRDF_Term.valDecimal(RDF_Decimal value) Constructors in org.apache.jena.riot.thrift.wire with parameters of type RDF_Decimal