Uses of Class
com.caplin.motif.fx.config.definitions.common.HistoricSearchSearchMode
-
Packages that use HistoricSearchSearchMode Package Description com.caplin.motif.fx.config.definitions.common -
-
Uses of HistoricSearchSearchMode in com.caplin.motif.fx.config.definitions.common
Methods in com.caplin.motif.fx.config.definitions.common that return HistoricSearchSearchMode Modifier and Type Method Description static HistoricSearchSearchMode
HistoricSearchSearchMode. fromValue(java.lang.String value)
@NotNull @Valid 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.fx.config.definitions.common with parameters of type HistoricSearchSearchMode Modifier and Type Method Description HistoricSearch
HistoricSearch. searchMode(HistoricSearchSearchMode searchMode)
void
HistoricSearch. setSearchMode(HistoricSearchSearchMode searchMode)
-