Uses of Class
org.apache.jena.riot.thrift.wire.RDF_Decimal
-
Packages that use RDF_Decimal Package Description org.apache.jena.riot.thrift.wire -
-
Uses of RDF_Decimal in org.apache.jena.riot.thrift.wire
Methods in org.apache.jena.riot.thrift.wire that return RDF_Decimal Modifier and Type Method Description RDF_DecimalRDF_Decimal. deepCopy()RDF_DecimalRDF_Term. getValDecimal()RDF_DecimalRDF_Decimal. setScale(int scale)RDF_DecimalRDF_Decimal. setValue(long value)Methods in org.apache.jena.riot.thrift.wire with parameters of type RDF_Decimal Modifier and Type Method Description intRDF_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 Constructor Description RDF_Decimal(RDF_Decimal other)Performs a deep copy on other.
-