Uses of Enum Class
de.murmelmeister.murmelapi.punishment.PunishmentType
Packages that use PunishmentType
-
Uses of PunishmentType in de.murmelmeister.murmelapi.punishment
Fields in de.murmelmeister.murmelapi.punishment declared as PunishmentTypeMethods in de.murmelmeister.murmelapi.punishment that return PunishmentTypeModifier and TypeMethodDescriptionstatic PunishmentTypePunishmentType.fromString(String value) Converts a string representation of a punishment type to its corresponding enum constant.static PunishmentTypeReturns the enum constant of this class with the specified name.static PunishmentType[]PunishmentType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in de.murmelmeister.murmelapi.punishment with parameters of type PunishmentTypeModifier and TypeMethodDescriptionstatic booleanPunishmentType.exists(PunishmentType type) Checks if a specifiedPunishmentTypeexists in the database.