Uses of Class
de.cxp.ocs.config.ScoreType
-
Packages that use ScoreType Package Description de.cxp.ocs.config -
-
Uses of ScoreType in de.cxp.ocs.config
Methods in de.cxp.ocs.config that return ScoreType Modifier and Type Method Description static ScoreTypeScoreType. valueOf(String name)Returns the enum constant of this type with the specified name.static ScoreType[]ScoreType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.cxp.ocs.config with parameters of type ScoreType Modifier and Type Method Description ScoringConfiguration.ScoringFunctionScoringConfiguration.ScoringFunction. setType(ScoreType type)Set how scoring works for that field.
-