public enum CompareMethod| DISPLAYNAME | 0 | Sort by Display Name |
| GIVENNAME_FAMILYNAME | 1 | Sort by Given/First Name |
| FAMILYNAME_GIVENNAME | 2 | Sort by Family/Last Name |
| RELAY_FIRINGPOINT_DISPLAYNAME | 3 | Sort by Relay number, then Firing point |
| RELAY_DISPLAYNAME | 4 | Sort by relay then given/first name |
| FIRINGPOINT_RELAY_DISPLAYNAME | 5 | Sort by firing point, then RELAY |
| FIRINGPOINT_DISPLAYNAME | 6 | Sort by firing point, then Display Name |
| 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) |