org.openrdf.util
Class Enumeration
java.lang.Object
org.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
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.