com.thaiopensource.relaxng.impl
Class DatatypeValue

java.lang.Object
  extended by com.thaiopensource.relaxng.impl.DatatypeValue

 class DatatypeValue
extends Object


Field Summary
private  Datatype dt
           
private  Object value
           
 
Constructor Summary
DatatypeValue(Object value, Datatype dt)
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

value

private final Object value

dt

private final Datatype dt
Constructor Detail

DatatypeValue

DatatypeValue(Object value,
              Datatype dt)
Method Detail

hashCode

public int hashCode()
Overrides:
hashCode in class Object

equals

public boolean equals(Object obj)
Overrides:
equals in class Object