|
Holger's Java API |
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Person.Gender | |
|---|---|
| com.antelmann.crm | Provides interfaces and classes for implementing applications dealing with Customer Relationship Management (CRM). |
| Uses of Person.Gender in com.antelmann.crm |
|---|
| Methods in com.antelmann.crm that return Person.Gender | |
|---|---|
Person.Gender |
PersonImpl.getGender()
|
Person.Gender |
Person.getGender()
|
static Person.Gender |
Person.Gender.valueOf(String name)
Returns the enum constant of this type with the specified name. |
static Person.Gender[] |
Person.Gender.values()
Returns an array containing the constants of this enum type, in the order they are declared. |
| Methods in com.antelmann.crm with parameters of type Person.Gender | |
|---|---|
void |
PersonImpl.setGender(Person.Gender gender)
|
|
|
|||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||