| Package | Description |
|---|---|
| io.resourcepool.model |
| Modifier and Type | Field and Description |
|---|---|
Gender |
GivenName.gender |
Gender |
FullName.gender |
| Modifier and Type | Method and Description |
|---|---|
static Gender |
Gender.parse(String s) |
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.
|
| Constructor and Description |
|---|
FullName(String givenName,
String nickname,
String surname,
Gender gender) |
GivenName(String givenName,
String nickname,
Gender gender) |
Copyright © 2017. All rights reserved.