The EnumMapping class allows for generation of a set of static data instances\n that represent the values from the specified enumeration (type). Depending on the widget set\n you're using, you will specify different mappingGenerators; these are defined as extensions\n to the standard MVW generation mechanisms. For example, the dark-matter-gxt project defines\n the GXTEnumGenerator generator that will generate code that maps an enum to code that can be used with\n a selector widget.\n
\n Enum values are comprised of an integer, a name, a description and optionally, a label as follows - int name description : label.\n If you specify useNameAsLabel, the uppercase name value of the enum is used to display the value\n of the. If useNameAsLabel is not specified, the label will be used if it has been specified. Otherwise,\n the description is used.
Generated from the mvw schema at version 0.1
This code was auto-generated by the dmogenerator utility and shouldn't be alterred manually! Generated from: org.dmd.dms.util.DmoFormatter.dumpDMO(DmoFormatter.java:133)