Package | Description |
---|---|
org.apache.jena.riot.thrift.wire |
Modifier and Type | Method and Description |
---|---|
RDF_Decimal |
RDF_Decimal.deepCopy() |
RDF_Decimal |
RDF_Term.getValDecimal() |
RDF_Decimal |
RDF_Decimal.setScale(int scale) |
RDF_Decimal |
RDF_Decimal.setValue(long value) |
Modifier and Type | Method and Description |
---|---|
int |
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) |
Constructor and Description |
---|
RDF_Decimal(RDF_Decimal other)
Performs a deep copy on other.
|
Licenced under the Apache License, Version 2.0