|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Enumerator
An interface implemented by the enumerators of a type-safe enum.
Method Summary | |
---|---|
java.lang.String |
getLiteral()
Returns the literal value of the enumerator. |
java.lang.String |
getName()
Returns the name of the enumerator. |
int |
getValue()
Returns the int value of the enumerator. |
Method Detail |
---|
java.lang.String getName()
int getValue()
int
value of the enumerator.
java.lang.String getLiteral()
|
Copyright 2001-2006 IBM Corporation and others. All Rights Reserved. |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |