public enum MatchParticipantRole| ATHLETE | 0 | An athlete or competitor |
| COACH | 1 | A coach |
| STATISTICAL_OFFICER | 2 | A statistical officer |
| RANGE_OFFICER | 3 | A range officer |
| TECHNICAL_OFFICER | 4 | A range officer |
| MATCH_DIRECTOR | 5 | Match Director |
| REGISTRATION | 6 | Registration |
| NONE | 7 |
| 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) |