For my needs I need the String equivalent for each of the enum values given. I.e. I'm looking for a way of mapping EnumStateType::Values::k_null -> "null".
Obviously, I can have external code that undoes the mapping, but it would be better to have this code tied into the SDK.