fromValue

inline fun <T : Enum<T>, StringEnum> fromValue(value: String?): T?(source)

Get an instance of this that matches either the name or value of the entry.