Uses of Enum
org.ofdrw.archive.check.ArchiveViolation.Severity
Packages that use ArchiveViolation.Severity
-
Uses of ArchiveViolation.Severity in org.ofdrw.archive.check
Subclasses with type arguments of type ArchiveViolation.Severity in org.ofdrw.archive.checkMethods in org.ofdrw.archive.check that return ArchiveViolation.SeverityModifier and TypeMethodDescriptionArchiveViolation.getSeverity()static ArchiveViolation.SeverityReturns the enum constant of this type with the specified name.static ArchiveViolation.Severity[]ArchiveViolation.Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.ofdrw.archive.check with parameters of type ArchiveViolation.SeverityModifierConstructorDescriptionArchiveViolation(String ruleName, ArchiveViolation.Severity severity, String description, org.ofdrw.core.basicType.ST_Loc location, String actualValue, String expectedValue) 创建不合规项描述