Uses of Enum
org.netbeans.validation.api.Severity
Packages that use Severity
-
Uses of Severity in org.netbeans.validation.api
Subclasses with type arguments of type Severity in org.netbeans.validation.apiModifier and TypeClassDescriptionenumenum indicatingSeverity, used for classifyingProbleminstances.Methods in org.netbeans.validation.api that return SeverityModifier and TypeMethodDescriptionProblem.severity()Get theSeverityof this Problem.static SeverityReturns the enum constant of this type with the specified name.static Severity[]Severity.values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.netbeans.validation.api with parameters of type SeverityModifier and TypeMethodDescriptionfinal voidDeprecated.use append() insteadfinal ProblemsAdd a problem with the specified severitystatic <T> Validator<T> ValidatorUtils.limitSeverity(Severity maximum, Validator<T> validator) Wraps a validator in a validator which imposes a limit on the severity of the validator in use.static <T> Validator<T> ValidatorUtils.limitSeverity(Severity maximum, Validator<T>... validators) Wrapper one or more validators in a validator which imposes a limit on the severity of the validators in use.Constructors in org.netbeans.validation.api with parameters of type Severity