public enum CompareMethod| ACCOUNT_NUMBER | 0 | Sort by AccountNumber |
| NAME | 1 | Sort by Name of Club |
| IS_SHOOTING | 2 | Sort by if the club is shooting/Has shot in 15 mins |
| 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) |