| Package | Description |
|---|---|
| com.vaadin.flow.component.combobox.demo.entity |
| Modifier and Type | Method and Description |
|---|---|
Person.MaritalStatus |
Person.getMaritalStatus() |
static Person.MaritalStatus |
Person.MaritalStatus.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Person.MaritalStatus[] |
Person.MaritalStatus.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Person.setMaritalStatus(Person.MaritalStatus maritalStatus) |
| Constructor and Description |
|---|
Person(int id,
String firstName,
String lastName,
int age,
Person.Address address,
String phoneNumber,
Person.MaritalStatus maritalStatus,
LocalDate birthDate) |
Copyright © 2026. All rights reserved.