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.


Method Summary
 BigDecimal getAsBigDecimal()
           
 
Methods inherited from interface org.jrdf.graph.Value
getLexicalForm, getValue, isWellFormedXML
 
Methods inherited from interface org.jrdf.graph.datatype.ValueCreator
create, create
 
Methods inherited from interface java.lang.Comparable
compareTo
 
Methods inherited from interface org.jrdf.graph.datatype.EquivComparable
equivCompareTo
 

Method Detail

getAsBigDecimal

BigDecimal getAsBigDecimal()