@NotFinalAPI public enum QueryParameterType extends Enum<QueryParameterType>
Enum Constant and Description |
---|
CONDITION_REPLACEMENT |
MULTIPLE_VALUES |
SINGLE_VALUE |
VALUES_RANGE |
Modifier and Type | Method and Description |
---|---|
static QueryParameterType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static QueryParameterType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final QueryParameterType SINGLE_VALUE
public static final QueryParameterType MULTIPLE_VALUES
public static final QueryParameterType VALUES_RANGE
public static final QueryParameterType CONDITION_REPLACEMENT
public static QueryParameterType[] values()
for (QueryParameterType c : QueryParameterType.values()) System.out.println(c);
public static QueryParameterType 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 null Documentation Feedback
Copyright 2011 - 2018 Micro Focus or one of its affiliates.