getByName

inline fun <T : Enum<T>> getByName(name: String?): T?

Attempts to get the enum by this name.

Return

The found enum or null.

Parameters

name

The name to get.

T

The type of the enum.