Uses of Class
org.ehrbase.client.classgenerator.OptimizerSetting
-
-
Uses of OptimizerSetting in org.ehrbase.client.classgenerator
Methods in org.ehrbase.client.classgenerator that return OptimizerSetting Modifier and Type Method Description OptimizerSettingClassGeneratorConfig. getOptimizerSetting()static OptimizerSettingOptimizerSetting. valueOf(String name)Returns the enum constant of this type with the specified name.static OptimizerSetting[]OptimizerSetting. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.ehrbase.client.classgenerator with parameters of type OptimizerSetting Modifier and Type Method Description voidClassGeneratorConfig. setOptimizerSetting(OptimizerSetting optimizerSetting)
-