|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gender | |
|---|---|
| com.ail.util | |
| Uses of Gender in com.ail.util |
|---|
| Methods in com.ail.util that return Gender | |
|---|---|
static Gender |
Gender.forName(java.lang.String name)
This method is similar to the valueOf() method offered by Java's Enum type, but in this case it will match either the Enum's name or the longName. |
static Gender |
Gender.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name. |
static Gender[] |
Gender.values()
Returns an array containing the constants of this enum type, in the order they're declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||