Uses of Enum Class
edu.umd.cs.findbugs.annotations.Confidence
Packages that use Confidence
-
Uses of Confidence in edu.umd.cs.findbugs.annotations
Methods in edu.umd.cs.findbugs.annotations that return ConfidenceModifier and TypeMethodDescriptionstatic Confidence
Confidence.getConfidence
(int prio) Given a numeric confidence value, report the corresponding confidence enum valuestatic Confidence
Returns the enum constant of this class with the specified name.static Confidence[]
Confidence.values()
Returns an array containing the constants of this enum class, in the order they are declared.