public enum CompareMethod| RELAY_NAME | 0 |
Sort by Relay Name.
NOTE: Relay Name is usually designated by an interger, e.g. "1", "2" |
| START_TIME | 1 | Sort by Start Time |
| CALL_TO_LINE_TIME | 2 | Sort by Call to Line Time |
| 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) |