|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.sun.n1.util.enum.EnumImpl
com.sun.n1.util.enumx.EnumXImpl
public abstract class EnumXImpl
This class is the base implementation of the Enumumeration types.
Its not meant to be used directly, only subclasses should be used. This
class must be used by client code in place of EnumImpl
Constructor Summary | |
---|---|
protected |
EnumXImpl()
|
protected |
EnumXImpl(java.lang.String stringValue,
EnumFactoryXImpl factory)
|
Method Summary |
---|
Methods inherited from class com.sun.n1.util.enum.EnumImpl |
---|
equals, hashCode, toInt, toString |
Methods inherited from class java.lang.Object |
---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
Methods inherited from interface com.sun.n1.util.enum.Enum |
---|
toInt |
Constructor Detail |
---|
protected EnumXImpl(java.lang.String stringValue, EnumFactoryXImpl factory)
protected EnumXImpl()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |