public enum CompositeQueryType extends java.lang.Enum<CompositeQueryType>
Enum Constant and Description |
---|
COMPOSITE_AND |
COMPOSITE_OR |
COMPOSITE_XOR |
Modifier and Type | Method and Description |
---|---|
static CompositeQueryType |
swigToEnum(int swigValue) |
int |
swigValue() |
static CompositeQueryType |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static CompositeQueryType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final CompositeQueryType COMPOSITE_AND
public static final CompositeQueryType COMPOSITE_OR
public static final CompositeQueryType COMPOSITE_XOR
public static CompositeQueryType[] values()
for (CompositeQueryType c : CompositeQueryType.values()) System.out.println(c);
public static CompositeQueryType 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 final int swigValue()
public static CompositeQueryType swigToEnum(int swigValue)