|
Enumeration Constants
This generator allows building static constants for all enumerations, their items
and properties, so that you can refer to them in the code. This also simplifies
system maintenance in cases when the enumeration data gets renamed. If any of the
enumeration, item or property that has been renamed was actually used in the code,
you will get compilation errors after the constants are regenerated, which will
give you a chance to correct all the places where those constants are used.
|
|