public static enum JQuickSearchTextField.Strategy extends Enum<JQuickSearchTextField.Strategy>
| Enum Constant and Description |
|---|
CONTAINS |
ENDS_WITH |
REGXP |
SHELL |
STARTS_WITH |
| Modifier and Type | Method and Description |
|---|---|
static JQuickSearchTextField.Strategy |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static JQuickSearchTextField.Strategy[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final JQuickSearchTextField.Strategy STARTS_WITH
public static final JQuickSearchTextField.Strategy ENDS_WITH
public static final JQuickSearchTextField.Strategy CONTAINS
public static final JQuickSearchTextField.Strategy REGXP
public static final JQuickSearchTextField.Strategy SHELL
public static JQuickSearchTextField.Strategy[] values()
for (JQuickSearchTextField.Strategy c : JQuickSearchTextField.Strategy.values()) System.out.println(c);
public static JQuickSearchTextField.Strategy 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 © 2022 vpc open source initiative. All rights reserved.