Package | Description |
---|---|
com.saperion.settings |
Package for navigation component classes.
|
Modifier and Type | Method and Description |
---|---|
SettingSearchInfo.MatchKind |
SettingSearchInfo.getNameMatchkind() |
SettingSearchInfo.MatchKind |
SettingSearchInfo.getSectionMatchkind() |
static SettingSearchInfo.MatchKind |
SettingSearchInfo.MatchKind.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SettingSearchInfo.MatchKind[] |
SettingSearchInfo.MatchKind.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
SettingSearchInfo |
SettingSearchInfo.name(String name,
SettingSearchInfo.MatchKind matchKind)
Sets the name to search for and the match kind to search with.
|
SettingSearchInfo |
SettingSearchInfo.section(String section,
SettingSearchInfo.MatchKind matchKind)
Sets the section to search for and the match kind to search with.
|
Copyright © 2020 Hyland Software Germany GmbH. All rights reserved.