public static enum OrderSet.Operator extends Enum<OrderSet.Operator>
Modifier and Type | Method and Description |
---|---|
static OrderSet.Operator |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static OrderSet.Operator[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final OrderSet.Operator ALL
public static final OrderSet.Operator ONE
public static final OrderSet.Operator ANY
public static OrderSet.Operator[] values()
for (OrderSet.Operator c : OrderSet.Operator.values()) System.out.println(c);
public static OrderSet.Operator 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.