eu.monnetproject.lemon
Class URIValue

java.lang.Object
  extended by eu.monnetproject.lemon.URIValue
Direct Known Subclasses:
URIElement

public abstract class URIValue
extends Object

Convenience class for wrapping a URI value

Author:
John McCrae

Constructor Summary
protected URIValue(URI uri)
           
 
Method Summary
 boolean equals(Object obj)
           
protected  int getInfHash()
           
 URI getURI()
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Constructor Detail

URIValue

protected URIValue(URI uri)
Method Detail

getURI

public URI getURI()

toString

public String toString()
Overrides:
toString in class Object

equals

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

hashCode

public int hashCode()
Overrides:
hashCode in class Object

getInfHash

protected int getInfHash()


Copyright © 2012. All Rights Reserved.