Uses of Enum
com.solibri.smc.api.checking.Decision
Packages that use Decision
-
Uses of Decision in com.solibri.smc.api.checking
Methods in com.solibri.smc.api.checking that return DecisionModifier and TypeMethodDescriptionResult.getDecision()
Returns the decision of the result: ACCEPTED, REJECTED or UNDEFINED.ResultCategory.getDecision()
Returns theDecision
of this result category If any result in this ResultCategory is UNDEFINED, then UNDEFINED is returned.static Decision
Returns the enum constant of this type with the specified name.static Decision[]
Decision.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.solibri.smc.api.checking that return types with arguments of type DecisionModifier and TypeMethodDescriptionResult.getComponentDecisions()
Get decisions related to components in checking results.Methods in com.solibri.smc.api.checking with parameters of type DecisionModifier and TypeMethodDescriptionvoid
Result.setDecision
(Decision decision) Sets theDecision
for this result.void
ResultCategory.setDecision
(Decision decision) Sets theDecision
for all results in this ResultCategory.