Uses of Class
org.kiwiproject.base.KiwiDeprecated.Severity
-
Packages that use KiwiDeprecated.Severity Package Description org.kiwiproject.base -
-
Uses of KiwiDeprecated.Severity in org.kiwiproject.base
Methods in org.kiwiproject.base that return KiwiDeprecated.Severity Modifier and Type Method Description KiwiDeprecated.SeverityusageSeverity()Indication of potential for problems if the deprecated feature continues to be used by callers, clients, etc.static KiwiDeprecated.SeverityKiwiDeprecated.Severity. valueOf(String name)Returns the enum constant of this type with the specified name.static KiwiDeprecated.Severity[]KiwiDeprecated.Severity. values()Returns an array containing the constants of this enum type, in the order they are declared.
-