Uses of Enum Class
com.saperion.settings.SettingSearchInfo.MatchKind
Packages that use SettingSearchInfo.MatchKind
-
Uses of SettingSearchInfo.MatchKind in com.saperion.settings
Methods in com.saperion.settings that return SettingSearchInfo.MatchKindModifier and TypeMethodDescriptionSettingSearchInfo.getNameMatchkind()
SettingSearchInfo.getSectionMatchkind()
static SettingSearchInfo.MatchKind
Returns the enum constant of this class with the specified name.static SettingSearchInfo.MatchKind[]
SettingSearchInfo.MatchKind.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in com.saperion.settings with parameters of type SettingSearchInfo.MatchKindModifier and TypeMethodDescriptionSettingSearchInfo.name
(String name, SettingSearchInfo.MatchKind matchKind) Sets the name to search for and the match kind to search with.SettingSearchInfo.section
(String section, SettingSearchInfo.MatchKind matchKind) Sets the section to search for and the match kind to search with.