Uses of Class
org.drools.scenariosimulation.api.model.FactMappingValueType
-
Packages that use FactMappingValueType Package Description org.drools.scenariosimulation.api.model -
-
Uses of FactMappingValueType in org.drools.scenariosimulation.api.model
Methods in org.drools.scenariosimulation.api.model that return FactMappingValueType Modifier and Type Method Description FactMappingValueTypeFactMapping. getFactMappingValueType()static FactMappingValueTypeFactMappingValueType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static FactMappingValueType[]FactMappingValueType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.drools.scenariosimulation.api.model with parameters of type FactMappingValueType Modifier and Type Method Description voidFactMapping. setFactMappingValueType(FactMappingValueType factMappingValueType)
-