public static enum ColumnSearchWindow.SearchScope extends Enum<ColumnSearchWindow.SearchScope>
Enum Constant and Description |
---|
CONTAINS
Target string contains match text.
|
FULL
Whole target string is matched by match text.
|
Modifier and Type | Method and Description |
---|---|
abstract boolean |
matches(Matcher matcher)
Indicates whether a regex matcher matches according to this scope.
|
String |
toString() |
static ColumnSearchWindow.SearchScope |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static ColumnSearchWindow.SearchScope[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final ColumnSearchWindow.SearchScope CONTAINS
public static final ColumnSearchWindow.SearchScope FULL
public static ColumnSearchWindow.SearchScope[] values()
for (ColumnSearchWindow.SearchScope c : ColumnSearchWindow.SearchScope.values()) System.out.println(c);
public static ColumnSearchWindow.SearchScope 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 nullpublic abstract boolean matches(Matcher matcher)
matcher
- matcherpublic String toString()
toString
in class Enum<ColumnSearchWindow.SearchScope>
Copyright © 2003-2025 CCLRC: Council for the Central Laboratory of the Research Councils. All Rights Reserved.