org.jrdf.graph.datatype
Interface XSDDecimal
- All Superinterfaces:
- Comparable<DatatypeValue>, DatatypeValue, EquivComparable<DatatypeValue>, Serializable, Value, ValueCreator
- All Known Implementing Classes:
- ByteValue, DecimalValue, IntegerValue, IntValue, LongValue, NonNegativeIntegerValue, NonPositiveIntegerValue, ShortValue
public interface XSDDecimal
- extends DatatypeValue
All of the data types derived from XSD decimal to be treated in the same way. So that XSD integers can be compared
with XSD long, decimal, etc.
getAsBigDecimal
BigDecimal getAsBigDecimal()