| Package | Description |
|---|---|
| com.devskiller.jfairy.producer.person |
| Modifier and Type | Field and Description |
|---|---|
protected Country |
DefaultPersonProvider.nationality |
| Modifier and Type | Method and Description |
|---|---|
Country |
Person.getNationality() |
static Country |
Country.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Country[] |
Country.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static List<Country> |
Country.findCountryForLanguage(LanguageCode language) |
| 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) |
Copyright © 2022. All rights reserved.