17
Sep
2014
Sep
2014
5
Ensuring the numeric values of Enum constants
Problem statement: you have an Enum and you want to ensure that the numeric values returned by ordinal are a certain way (perhaps this Enum is part of a communication protocol with an external system or perhaps it is written … Continue reading