Uses of Enum Class
edu.ntnu.idatt1002.g106.handballapp.finalprod.backend.Region
Packages that use Region
Package
Description
-
Uses of Region in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend
Methods in edu.ntnu.idatt1002.g106.handballapp.finalprod.backend that return RegionModifier and TypeMethodDescriptionstatic RegionRegion.findRegion(String regionTxt) Method to find a region hence on region text in theparamstatic RegionReturns the enum constant of this class with the specified name.static Region[]Region.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of Region in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller
Fields in edu.ntnu.idatt1002.g106.handballapp.finalprod.controller declared as Region