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