public static enum ArdenClause.Predicate extends java.lang.Enum<ArdenClause.Predicate>
Enum Constant and Description |
---|
avg |
first |
greaterThan |
greaterThanEqual |
last |
lessThan |
lessThanEqual |
max |
min |
Modifier and Type | Method and Description |
---|---|
static ArdenClause.Predicate |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static ArdenClause.Predicate[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ArdenClause.Predicate last
public static final ArdenClause.Predicate first
public static final ArdenClause.Predicate max
public static final ArdenClause.Predicate min
public static final ArdenClause.Predicate avg
public static final ArdenClause.Predicate greaterThan
public static final ArdenClause.Predicate lessThan
public static final ArdenClause.Predicate greaterThanEqual
public static final ArdenClause.Predicate lessThanEqual
public static ArdenClause.Predicate[] values()
for (ArdenClause.Predicate c : ArdenClause.Predicate.values()) System.out.println(c);
public static ArdenClause.Predicate 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 nullCopyright © 2018 OpenMRS Inc.. All Rights Reserved.