Uses of Class
com.caplin.motif.config.definitions.common.HistoricSearchSearchMode
-
Packages that use HistoricSearchSearchMode Package Description com.caplin.motif.config.definitions.common -
-
Uses of HistoricSearchSearchMode in com.caplin.motif.config.definitions.common
Methods in com.caplin.motif.config.definitions.common that return HistoricSearchSearchMode Modifier and Type Method Description static HistoricSearchSearchMode
HistoricSearchSearchMode. fromValue(java.lang.String value)
@NotNull HistoricSearchSearchMode
HistoricSearch. getSearchMode()
Get searchModestatic HistoricSearchSearchMode
HistoricSearchSearchMode. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static HistoricSearchSearchMode[]
HistoricSearchSearchMode. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.caplin.motif.config.definitions.common with parameters of type HistoricSearchSearchMode Modifier and Type Method Description HistoricSearch
HistoricSearch. searchMode(HistoricSearchSearchMode searchMode)
void
HistoricSearch. setSearchMode(HistoricSearchSearchMode searchMode)
Constructors in com.caplin.motif.config.definitions.common with parameters of type HistoricSearchSearchMode Constructor Description HistoricSearch(HistoricSearchSearchMode searchMode, java.util.List<Field> searchFields)
Constructor with only required parameters
-