public enum LeagueRankingRuleType| WIN_LOSS_RECORD | 0 | Rank teams by their wins and losses |
| SEASON_AVERAGE | 1 | Rank teams by their seasonal average |
| LEAGUE_POINTS | 2 | Rank teams by their league points, a combination wins and losses with seasonal average |
| ALPHABETICAL | 3 | Rank teams alphabetically |
| HIGHEST_SCORE | 4 | Rank teams by their hightest score |
| Description |
Returns the Description attribute of an enum. If Description is not an attribute
returns the .toString() value.
(Defined by EnumHelper) |
| GetAttributeOfTypeT |
Gets an attribute on an enum field value
(Defined by EnumHelper) |