Uses of Enum Class
com.caplin.motif.config.definitions.common.HistoricSearchSearchMode
-
Uses of HistoricSearchSearchMode in com.caplin.motif.config.definitions.common
Modifier and TypeMethodDescriptionstatic HistoricSearchSearchMode
@NotNull HistoricSearchSearchMode
HistoricSearch.getSearchMode()
Get searchModestatic HistoricSearchSearchMode
Returns the enum constant of this class with the specified name.static HistoricSearchSearchMode[]
HistoricSearchSearchMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.Modifier and TypeMethodDescriptionHistoricSearch.searchMode
(HistoricSearchSearchMode searchMode) void
HistoricSearch.setSearchMode
(HistoricSearchSearchMode searchMode) ModifierConstructorDescriptionHistoricSearch
(HistoricSearchSearchMode searchMode, List<Field> searchFields) Constructor with only required parameters