Uses of Class
org.drools.scenariosimulation.api.model.FactMappingValueStatus
-
Packages that use FactMappingValueStatus Package Description org.drools.scenariosimulation.api.model -
-
Uses of FactMappingValueStatus in org.drools.scenariosimulation.api.model
Methods in org.drools.scenariosimulation.api.model that return FactMappingValueStatus Modifier and Type Method Description FactMappingValueStatusFactMappingValue. getStatus()static FactMappingValueStatusFactMappingValueStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static FactMappingValueStatus[]FactMappingValueStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.
-