net.walend.enum
Interface Member

All Known Implementing Classes:
Operation

public interface Member

A member of an Enum. Concrete subclasses generally should be Immutable. Implementers of Member should be abstract supertypes of the desired classes. Instances should be static final constants of a subclass of the Member's abstract supertype. They should override readResolve() to return the correct constant value.

Since:
20021217
Author:
David Walend david@walend.net



Copyright (c) 2001, 2002, David Walend