|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Gender | |
|---|---|
| org.wicketopia.example.domain.entity | |
| org.wicketopia.example.domain.value | |
| Uses of Gender in org.wicketopia.example.domain.entity |
|---|
| Methods in org.wicketopia.example.domain.entity that return Gender | |
|---|---|
Gender |
Person.getGender()
|
| Methods in org.wicketopia.example.domain.entity with parameters of type Gender | |
|---|---|
void |
Person.setGender(Gender gender)
|
| Uses of Gender in org.wicketopia.example.domain.value |
|---|
| Methods in org.wicketopia.example.domain.value that return Gender | |
|---|---|
static Gender |
Gender.valueOf(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 are declared. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||