Uses of Enum Class
neqsim.process.mechanicaldesign.DesignValidationResult.Severity
Packages that use DesignValidationResult.Severity
-
Uses of DesignValidationResult.Severity in neqsim.process.mechanicaldesign
Subclasses with type arguments of type DesignValidationResult.Severity in neqsim.process.mechanicaldesignModifier and TypeClassDescriptionstatic enumSeverity levels for validation messages.Fields in neqsim.process.mechanicaldesign declared as DesignValidationResult.SeverityModifier and TypeFieldDescriptionprivate final DesignValidationResult.SeverityDesignValidationResult.ValidationMessage.severityMethods in neqsim.process.mechanicaldesign that return DesignValidationResult.SeverityModifier and TypeMethodDescriptionDesignValidationResult.ValidationMessage.getSeverity()Get message severity.Returns the enum constant of this class with the specified name.static DesignValidationResult.Severity[]DesignValidationResult.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in neqsim.process.mechanicaldesign that return types with arguments of type DesignValidationResult.SeverityModifier and TypeMethodDescriptionDesignValidationResult.getSummaryCounts()Get summary counts of all severities.Methods in neqsim.process.mechanicaldesign with parameters of type DesignValidationResult.SeverityModifier and TypeMethodDescriptionDesignValidationResult.addMessage(DesignValidationResult.Severity severity, String category, String equipmentName, String message, String remediation) Add a validation message.intDesignValidationResult.getCount(DesignValidationResult.Severity severity) Get count of messages by severity.DesignValidationResult.getMessages(DesignValidationResult.Severity severity) Get messages filtered by severity.Constructors in neqsim.process.mechanicaldesign with parameters of type DesignValidationResult.SeverityModifierConstructorDescriptionValidationMessage(DesignValidationResult.Severity severity, String category, String equipmentName, String message, String remediation) Constructor.