Uses of Class
com.saperion.settings.SettingSearchInfo.MatchKind
-
Packages that use SettingSearchInfo.MatchKind Package Description com.saperion.settings Package for navigation component classes. -
-
Uses of SettingSearchInfo.MatchKind in com.saperion.settings
Methods in com.saperion.settings that return SettingSearchInfo.MatchKind Modifier and Type Method Description SettingSearchInfo.MatchKind
SettingSearchInfo. getNameMatchkind()
SettingSearchInfo.MatchKind
SettingSearchInfo. getSectionMatchkind()
static SettingSearchInfo.MatchKind
SettingSearchInfo.MatchKind. valueOf(java.lang.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.Methods in com.saperion.settings with parameters of type SettingSearchInfo.MatchKind Modifier and Type Method Description SettingSearchInfo
SettingSearchInfo. name(java.lang.String name, SettingSearchInfo.MatchKind matchKind)
Sets the name to search for and the match kind to search with.SettingSearchInfo
SettingSearchInfo. section(java.lang.String section, SettingSearchInfo.MatchKind matchKind)
Sets the section to search for and the match kind to search with.
-