public enum ScoringSystem| UNKNOWN | 0 | Target system is unknown. |
| EST | 1 | ESTs where used to score all shots. |
| TARGET_READING_MACHINE | 2 | All shots were shot on paper but scored by electronic means. Orion's VIS is an example. |
| PAPER | 3 | All shots were shot on paper and scored using manual methods. |
| MANUAL | 4 | Scores were entered by hand. Scoring system is unknown. |
| MIXED | 5 | A Mix of scoring systems were used. |
| 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) |