| Package | Description |
|---|---|
| net.sf.mmm.search.api.config |
Contains the API of common search configurations.
|
| net.sf.mmm.search.base.config |
Contains the base-implementation of common search configurations.
|
| Modifier and Type | Method and Description |
|---|---|
SearchFieldMode |
SearchFieldConfiguration.getMode()
|
static SearchFieldMode |
SearchFieldMode.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SearchFieldMode[] |
SearchFieldMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private SearchFieldMode |
SearchFieldConfigurationBean.mode |
| Modifier and Type | Method and Description |
|---|---|
SearchFieldMode |
SearchFieldConfigurationBean.getMode()
|
| Modifier and Type | Method and Description |
|---|---|
protected Class<SearchFieldMode> |
SearchFieldConfigurationBean.XmlAdapterSearchFieldMode.getEnumClass()
This method gets the
Class reflecting the enum. |
| Modifier and Type | Method and Description |
|---|---|
void |
SearchFieldConfigurationBean.setMode(SearchFieldMode mode) |
| Constructor and Description |
|---|
SearchFieldConfigurationBean(String name,
SearchFieldType type,
SearchFieldMode mode)
The constructor.
|
Copyright © 2001–2016 mmm-Team. All rights reserved.