public enum RemarkVisibility| SHOW | 0 | Show the Remark |
| HIDE | 1 | Hide the Remark |
| DELETE | 2 | Delete the Remark, seldome used for ellipses mostly. |
| 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) |