|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
Interface Enum should be implemented by all enumeration types. Enumerations are a fixed set of instances. So you
need not create them explicitly and they have no public constructor.
Enumerations can easily displayed via EnumComboBox.
EnumComboBox| Method Summary | |
java.lang.Object |
getDefault()
Returns the default value of the enumeration |
java.lang.Object[] |
getInstances()
Returns all possible instances of the enumeration |
int |
getValue()
Returns the current value (numeric representation) of the enumeration. |
| Method Detail |
public int getValue()
public java.lang.Object[] getInstances()
public java.lang.Object getDefault()
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||