| Modifier and Type | Method and Description |
|---|---|
Department |
Person.getDepartment() |
static Department |
Department.getRandomDepartment() |
static Department |
Department.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Department[] |
Department.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.setDepartment(Department department) |
| Constructor and Description |
|---|
Person(String name,
boolean isSubscriber,
String email,
int age,
Department department) |
Copyright © 2026. All rights reserved.