| Modifier and Type | Field and Description |
|---|---|
protected Person.Sex |
DefaultPersonProvider.sex |
| Modifier and Type | Method and Description |
|---|---|
Person.Sex |
Person.getSex() |
static Person.Sex |
Person.Sex.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Person.Sex[] |
Person.Sex.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonProvider.setSex(Person.Sex sex) |
void |
NationalIdentificationNumberProvider.setSex(Person.Sex sex) |
void |
DefaultPersonProvider.setSex(Person.Sex sex) |
static NationalIdentificationNumberProperties.Property |
NationalIdentificationNumberProperties.sex(Person.Sex sex) |
| Constructor and Description |
|---|
Person(String firstName,
String middleName,
String lastName,
Address address,
String email,
String username,
String password,
Person.Sex sex,
String telephoneNumber,
String mobileTelephoneNumber,
LocalDate dateOfBirth,
Integer age,
String nationalIdentityCardNumber,
String nationalIdentificationNumber,
String passportNumber,
Company company,
String companyEmail,
Country nationality) |
| Modifier and Type | Method and Description |
|---|---|
void |
NoNationalIdentificationNumberFactory.NoNationalIdentificationNumberProvider.setSex(Person.Sex sex) |
| Modifier and Type | Method and Description |
|---|---|
void |
PlNationalIdentificationNumberProvider.setSex(Person.Sex sex) |
| Modifier and Type | Method and Description |
|---|---|
void |
SvNationalIdentificationNumberProvider.setSex(Person.Sex sex) |
Copyright © 2022. All rights reserved.