Uses of Enum
com.solibri.smc.api.checking.Decision
-
Uses of Decision in com.solibri.smc.api.checking
Modifier 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.Modifier and TypeMethodDescriptionResult.getComponentDecisions()
Get decisions related to components in checking results.Modifier and TypeMethodDescriptionvoid
Result.setDecision
(Decision decision) Sets theDecision
for this result.void
ResultCategory.setDecision
(Decision decision) Sets theDecision
for all results in this ResultCategory.