public enum TieBreakingRuleMethod| SCORE | 0 | Use a value from the Score class. |
| COUNT_OF | 1 | Counts the number of EventType=Singular with Integer score equal to Source. |
| PARTICIPANT_ATTRIBUTE | 2 | Use a value from the Participant class |
| ATTRIBUTE | 3 | Use a value from the Particiipant's Attributes. Attribute must be a Simple Attribute. |
| 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) |