Uses of Enum Class
com.example.cab302project.CrimeCategory.Severity
-
Uses of CrimeCategory.Severity in com.example.cab302project
Methods in com.example.cab302project that return CrimeCategory.SeverityModifier and TypeMethodDescriptionCrimeCategory.getSeverity()Gets the severity level associated with this crime category.static CrimeCategory.SeverityReturns the enum constant of this class with the specified name.static CrimeCategory.Severity[]CrimeCategory.Severity.values()Returns an array containing the constants of this enum class, in the order they are declared.