Uses of Enum Class
org.episteme.social.architecture.AccessibilityChecker.Severity
Packages that use AccessibilityChecker.Severity
Package
Description
Provides mathematical and analytical models for architectural engineering,
building physics, and urban history.
-
Uses of AccessibilityChecker.Severity in org.episteme.social.architecture
Subclasses with type arguments of type AccessibilityChecker.Severity in org.episteme.social.architectureModifier and TypeClassDescriptionstatic enumLevel of priority/danger for an accessibility issue.Methods in org.episteme.social.architecture that return AccessibilityChecker.SeverityModifier and TypeMethodDescriptionAccessibilityChecker.AccessibilityIssue.severity()Returns the value of theseverityrecord component.Returns the enum constant of this class with the specified name.static AccessibilityChecker.Severity[]AccessibilityChecker.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.episteme.social.architecture with parameters of type AccessibilityChecker.SeverityModifierConstructorDescriptionAccessibilityIssue(String element, String requirement, String violation, AccessibilityChecker.Severity severity) Creates an instance of aAccessibilityIssuerecord class.