public enum AttributeDesignation| ATHLETE | 0 | |
| CLUB | 1 | |
| MATCH_OFFICIAL | 2 | |
| TEAM | 3 | |
| TEAM_OFFICIAL | 4 | |
| USER | 5 | |
| HIDDEN | 6 |
| 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) |