public static enum QueryConditionCategories.MatchMode extends java.lang.Enum<QueryConditionCategories.MatchMode>
Enum Constant and Description |
---|
CONTAINS
Categories field has some value.
|
HAS_NO_VALUE
Categories field has no value.
|
HAS_VALUE
Categories field has any value.
|
Modifier and Type | Method and Description |
---|---|
static QueryConditionCategories.MatchMode |
find(int id)
Returns the match mode for the given ID.
|
int |
getID()
Returns the ID for this match mode.
|
static QueryConditionCategories.MatchMode |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QueryConditionCategories.MatchMode[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryConditionCategories.MatchMode HAS_VALUE
public static final QueryConditionCategories.MatchMode HAS_NO_VALUE
public static final QueryConditionCategories.MatchMode CONTAINS
public static QueryConditionCategories.MatchMode[] values()
for (QueryConditionCategories.MatchMode c : QueryConditionCategories.MatchMode.values()) System.out.println(c);
public static QueryConditionCategories.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 QueryConditionCategories.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.