Uses of Enum Class
neqsim.util.validation.AIIntegrationHelper.ExecutionResult.Status
Packages that use AIIntegrationHelper.ExecutionResult.Status
-
Uses of AIIntegrationHelper.ExecutionResult.Status in neqsim.util.validation
Subclasses with type arguments of type AIIntegrationHelper.ExecutionResult.Status in neqsim.util.validationModifier and TypeClassDescriptionstatic enumExecution status.Fields in neqsim.util.validation declared as AIIntegrationHelper.ExecutionResult.StatusModifier and TypeFieldDescriptionprivate final AIIntegrationHelper.ExecutionResult.StatusAIIntegrationHelper.ExecutionResult.statusMethods in neqsim.util.validation that return AIIntegrationHelper.ExecutionResult.StatusModifier and TypeMethodDescriptionAIIntegrationHelper.ExecutionResult.getStatus()Returns the enum constant of this class with the specified name.AIIntegrationHelper.ExecutionResult.Status.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in neqsim.util.validation with parameters of type AIIntegrationHelper.ExecutionResult.StatusModifierConstructorDescriptionprivateExecutionResult(AIIntegrationHelper.ExecutionResult.Status status, String message, ValidationResult validation, Exception exception)