Interface for handling enum object reading operations.
Reads the enum value and returns the corresponding key name if found, otherwise returns the original numeric value.
The numeric value representing the enum.
The key name if found, otherwise the numeric value.
Interface for handling enum object reading operations.