public enum ShowWhenBoolean| AND | 0 | AND operation |
| OR | 1 | OR operation |
| XOR | 2 | XOR operation |
| NAND | 3 | NAND operation |
| NOR | 4 | NOR operation |
| NXOR | 5 | NXOR operation |
| 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) |