public enum SocialRelationshipName| FOLLOW | 0 | Follows relationship |
| BLOCK | 1 | Blocks relationship |
| COACH | 2 | Coaches relationship |
| 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) |