|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use EnumExample | |
net.sf.jaxme.js.junit |
Uses of EnumExample in net.sf.jaxme.js.junit |
Fields in net.sf.jaxme.js.junit declared as EnumExample | |
static EnumExample |
EnumExample.JOE
The enumeration item with name JOE and value John Doe. |
static EnumExample |
EnumExample.POPEYE
The enumeration item with name POPEYE and value Olivia's Lover. |
static EnumExample |
EnumExample.DONALD
The enumeration item with name DONALD and value The Duck King. |
Methods in net.sf.jaxme.js.junit that return EnumExample | |
static EnumExample[] |
EnumExample.getInstances()
|
static EnumExample |
EnumExample.getInstanceByName(java.lang.String pName)
Returns the item with the given name. |
static EnumExample |
EnumExample.getInstanceByValue(java.lang.String pValue)
Returns the item with the given value. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |