public static enum QueryWhere.ParameterType extends Enum<QueryWhere.ParameterType>
| Modifier and Type | Method and Description |
|---|---|
static QueryWhere.ParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryWhere.ParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryWhere.ParameterType NORMAL
public static final QueryWhere.ParameterType REGEXP
public static final QueryWhere.ParameterType RANGE
public static QueryWhere.ParameterType[] values()
for (QueryWhere.ParameterType c : QueryWhere.ParameterType.values()) System.out.println(c);
public static QueryWhere.ParameterType 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 nullCopyright © 2001–2015 JBoss by Red Hat. All rights reserved.