Uses of Class
org.somda.sdc.biceps.model.participant.GenerationMode
-
Packages that use GenerationMode Package Description org.somda.sdc.biceps.model.participant -
-
Uses of GenerationMode in org.somda.sdc.biceps.model.participant
Fields in org.somda.sdc.biceps.model.participant declared as GenerationMode Modifier and Type Field Description protected GenerationModeAbstractMetricValue.MetricQuality. modeMethods in org.somda.sdc.biceps.model.participant that return GenerationMode Modifier and Type Method Description static GenerationModeGenerationMode. fromValue(String v)GenerationModeAbstractMetricValue.MetricQuality. getMode()Gets the value of the mode property.static GenerationModeGenerationMode. valueOf(String name)Returns the enum constant of this type with the specified name.static GenerationMode[]GenerationMode. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.somda.sdc.biceps.model.participant with parameters of type GenerationMode Modifier and Type Method Description voidAbstractMetricValue.MetricQuality. setMode(GenerationMode value)Sets the value of the mode property.
-