Uses of Enum Class
ch.so.agi.hop.doclint.model.CheckStatus
Packages that use CheckStatus
-
Uses of CheckStatus in ch.so.agi.hop.doclint.model
Methods in ch.so.agi.hop.doclint.model that return CheckStatusModifier and TypeMethodDescriptionCheckResult.status()Returns the value of thestatusrecord component.static CheckStatusReturns the enum constant of this class with the specified name.static CheckStatus[]CheckStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in ch.so.agi.hop.doclint.model with parameters of type CheckStatusModifierConstructorDescriptionCheckResult(String elementId, String check, CheckStatus status, String detail) Creates an instance of aCheckResultrecord class.