| Package | Description |
|---|---|
| au.gov.nehta.model.cda.common.person_org |
| Modifier and Type | Method and Description |
|---|---|
Occupation |
PersonDispenser.getOccupation() |
Occupation |
PersonImpl.getOccupation() |
Occupation |
PersonPrescriber.getOccupation() |
static Occupation |
Occupation.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Occupation[] |
Occupation.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PersonDispenser.setOccupation(Occupation occupation) |
void |
PersonImpl.setOccupation(Occupation occupation) |
void |
PersonPrescriber.setOccupation(Occupation occupation) |
Copyright © 2021. All rights reserved.