Uses of Class
org.cyclonedx.model.Issue.Type
-
Packages that use Issue.Type Package Description org.cyclonedx.model -
-
Uses of Issue.Type in org.cyclonedx.model
Fields in org.cyclonedx.model declared as Issue.Type Modifier and Type Field Description private Issue.TypeIssue. typeMethods in org.cyclonedx.model that return Issue.Type Modifier and Type Method Description Issue.TypeIssue. getType()static Issue.TypeIssue.Type. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static Issue.Type[]Issue.Type. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.cyclonedx.model with parameters of type Issue.Type Modifier and Type Method Description voidIssue. setType(Issue.Type type)
-