org.jrdf.graph.datatype
Interface DatatypeValue

All Superinterfaces:
Comparable<DatatypeValue>, EquivComparable<DatatypeValue>, Serializable, Value, ValueCreator
All Known Subinterfaces:
XSDDecimal
All Known Implementing Classes:
AnyURIValue, BooleanValue, ByteValue, CalendarValue, DateTimeValue, DecimalValue, DoubleValue, DurationValue, FloatValue, GMonthCalendarValue, IntegerValue, IntValue, LongValue, NonNegativeIntegerValue, NonPositiveIntegerValue, QNameValue, ShortValue, StringValue

public interface DatatypeValue
extends Serializable, Value, ValueCreator, Comparable<DatatypeValue>, EquivComparable<DatatypeValue>

Datatypes are values and create themselves.


Method Summary
 
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