public static enum QueryConditionBoolean.MatchMode extends java.lang.Enum<QueryConditionBoolean.MatchMode>
Enum Constant and Description |
---|
HAS_NO_VALUE
Field has no value.
|
HAS_VALUE
Field has any value.
|
IS_FALSE
Field has value and that value is false.
|
IS_TRUE
Field has value and that value is true.
|
Modifier and Type | Method and Description |
---|---|
static QueryConditionBoolean.MatchMode |
find(int id)
Returns the match mode for the given ID.
|
int |
getID()
Returns the ID for this match mode.
|
static QueryConditionBoolean.MatchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryConditionBoolean.MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryConditionBoolean.MatchMode HAS_VALUE
public static final QueryConditionBoolean.MatchMode HAS_NO_VALUE
public static final QueryConditionBoolean.MatchMode IS_TRUE
public static final QueryConditionBoolean.MatchMode IS_FALSE
public static QueryConditionBoolean.MatchMode[] values()
for (QueryConditionBoolean.MatchMode c : QueryConditionBoolean.MatchMode.values()) System.out.println(c);
public static QueryConditionBoolean.MatchMode 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 int getID()
public static QueryConditionBoolean.MatchMode find(int id)
id
- ID to find the match mode forwww.canto.com
Canto, the Canto logo, the Cumulus logo, and Cumulus are registered trademarks of Canto GmbH, registered in the U.S. and other countries.