public static enum PatientSetService.Modifier extends java.lang.Enum<PatientSetService.Modifier>
Enum Constant and Description |
---|
EQUAL |
GREATER_EQUAL |
GREATER_THAN |
LESS_EQUAL |
LESS_THAN |
Modifier and Type | Field and Description |
---|---|
java.lang.String |
sqlRep |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getSqlRepresentation() |
static PatientSetService.Modifier |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PatientSetService.Modifier[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PatientSetService.Modifier LESS_THAN
public static final PatientSetService.Modifier LESS_EQUAL
public static final PatientSetService.Modifier EQUAL
public static final PatientSetService.Modifier GREATER_EQUAL
public static final PatientSetService.Modifier GREATER_THAN
public static PatientSetService.Modifier[] values()
for (PatientSetService.Modifier c : PatientSetService.Modifier.values()) System.out.println(c);
public static PatientSetService.Modifier valueOf(java.lang.String name)
name
- the name of the enum constant to be returned.java.lang.IllegalArgumentException
- if this enum type has no constant with the specified namejava.lang.NullPointerException
- if the argument is nullpublic java.lang.String getSqlRepresentation()
Copyright © 2018 OpenMRS Inc.. All Rights Reserved.