public static enum SearchPatternController.Option extends Enum<SearchPatternController.Option>
Enum Constant and Description |
---|
MATCH_CASE |
REGULAR_EXPRESSION |
WHOLE_WORDS |
Modifier and Type | Method and Description |
---|---|
static SearchPatternController.Option |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchPatternController.Option[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SearchPatternController.Option MATCH_CASE
public static final SearchPatternController.Option WHOLE_WORDS
public static final SearchPatternController.Option REGULAR_EXPRESSION
public static SearchPatternController.Option[] values()
for (SearchPatternController.Option c : SearchPatternController.Option.values()) System.out.println(c);
public static SearchPatternController.Option 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 nullBuilt on August 30 2023. | Copyright © 2017-2023 Apache Software Foundation. All Rights Reserved.