public static enum ExecutionParameters.ExecutionParametersType extends Enum<ExecutionParameters.ExecutionParametersType>
| Enum Constant and Description |
|---|
CONTAINS |
CONTAINS_EXACTLY |
CONTAINS_KEYS_ONLY |
| Modifier and Type | Method and Description |
|---|---|
static ExecutionParameters.ExecutionParametersType |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ExecutionParameters.ExecutionParametersType[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ExecutionParameters.ExecutionParametersType CONTAINS
public static final ExecutionParameters.ExecutionParametersType CONTAINS_EXACTLY
public static final ExecutionParameters.ExecutionParametersType CONTAINS_KEYS_ONLY
public static ExecutionParameters.ExecutionParametersType[] values()
for (ExecutionParameters.ExecutionParametersType c : ExecutionParameters.ExecutionParametersType.values()) System.out.println(c);
public static ExecutionParameters.ExecutionParametersType 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 © 2017. All rights reserved.