public static enum QueryConditions.MatchType extends Enum<QueryConditions.MatchType>
| Modifier and Type | Method and Description |
|---|---|
String |
getName() |
static QueryConditions.MatchType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryConditions.MatchType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryConditions.MatchType EQ
public static final QueryConditions.MatchType NE
public static final QueryConditions.MatchType LE
public static final QueryConditions.MatchType GE
public static final QueryConditions.MatchType LT
public static final QueryConditions.MatchType GT
public static final QueryConditions.MatchType LK
public static QueryConditions.MatchType[] values()
for (QueryConditions.MatchType c : QueryConditions.MatchType.values()) System.out.println(c);
public static QueryConditions.MatchType 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 nullpublic String getName()
Copyright © 2019. All rights reserved.