UserTypeExtension extension

Provides utility methods for the UserType enum.

Includes methods to get the string name of a UserType and to parse a string into a UserType value.

on

Properties

name String

Available on UserType, provided by the UserTypeExtension extension

Gets the string representation of the UserType.
no setter

Static Methods

fromString(String value) UserType

Available on UserType, provided by the UserTypeExtension extension

Converts a string to a UserType value.