public enum ResultEngineCompareType| NONE | 0 | |
| NOW | 1 | |
| WINDOW_1_MINUTE | 2 | |
| WINDOW_3_MINUTE | 3 | |
| WINDOW_5_MINUTE | 4 |
| 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) |