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