Uses of Class
de.chkal.maven.gitlab.codequality.spotbugs.DesignationType
-
Packages that use DesignationType Package Description de.chkal.maven.gitlab.codequality.spotbugs -
-
Uses of DesignationType in de.chkal.maven.gitlab.codequality.spotbugs
Fields in de.chkal.maven.gitlab.codequality.spotbugs declared as DesignationType Modifier and Type Field Description protected DesignationTypeBugCollection.BugInstance.UserAnnotation. designationMethods in de.chkal.maven.gitlab.codequality.spotbugs that return DesignationType Modifier and Type Method Description static DesignationTypeDesignationType. fromValue(String v)DesignationTypeBugCollection.BugInstance.UserAnnotation. getDesignation()Gets the value of the designation property.static DesignationTypeDesignationType. valueOf(String name)Returns the enum constant of this type with the specified name.static DesignationType[]DesignationType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in de.chkal.maven.gitlab.codequality.spotbugs with parameters of type DesignationType Modifier and Type Method Description voidBugCollection.BugInstance.UserAnnotation. setDesignation(DesignationType value)Sets the value of the designation property.
-