public static enum ISearchParams.SearchTarget extends Enum<ISearchParams.SearchTarget>
Enum Constant and Description |
---|
FORMATTED_VALUES
The formatted/computed value in the cell
|
RAW_VALUES
The raw value of the cell
|
Modifier and Type | Method and Description |
---|---|
static ISearchParams.SearchTarget |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ISearchParams.SearchTarget[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ISearchParams.SearchTarget RAW_VALUES
public static final ISearchParams.SearchTarget FORMATTED_VALUES
public static ISearchParams.SearchTarget[] values()
for (ISearchParams.SearchTarget c : ISearchParams.SearchTarget.values()) System.out.println(c);
public static ISearchParams.SearchTarget 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 © 2024. All rights reserved.