org.openrdf.util
Class Enumeration

java.lang.Object
  extended byorg.openrdf.util.Enumeration
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AdminResultFormat, HTTPErrorType, QueryErrorType, QueryLanguage, QueryResultFormat, RDFFormat, Right

public abstract class Enumeration
extends Object
implements Serializable

An abstract super class for type-safe enumeration classes.

Version:
$Revision: 1.8.4.2 $
Author:
Arjohn Kampman
See Also:
Serialized Form

Method Summary
 boolean equals(Object o)
           
 int hashCode()
           
 String toString()
          Returns the String-representation for this Enumeration.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Method Detail

toString

public String toString()
Returns the String-representation for this Enumeration.


equals

public boolean equals(Object o)

hashCode

public int hashCode()


Copyright © 2002-2006 Aduna BV, GNU LGPL License applies.