public static enum ServiceOrder.Laterality extends Enum<ServiceOrder.Laterality>
Modifier and Type | Method and Description |
---|---|
static ServiceOrder.Laterality |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ServiceOrder.Laterality[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ServiceOrder.Laterality LEFT
public static final ServiceOrder.Laterality RIGHT
public static final ServiceOrder.Laterality BILATERAL
public static ServiceOrder.Laterality[] values()
for (ServiceOrder.Laterality c : ServiceOrder.Laterality.values()) System.out.println(c);
public static ServiceOrder.Laterality valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullCopyright © 2024 OpenMRS Inc.. All rights reserved.