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