Usar el tipo enum hace que definir constantes sea mucho más formal y también más poderoso.
Using the enum type makes defining constants much more formal, and also more powerful.
Las propiedades de tipo enum presentarán una lista desplegable con los posibles valores de la enumeración
The properties of enum type have a drop-down list with the possible enumeration values
La única seguridad que C++03 proporciona es que un número entero o un valor de un tipo enum no se convierte implícitamente a otro tipo enum.
The only safety that C++03 provides is that an integer or a value of one enum type does not convert implicitly to another enum type.
El tipo pasado es 'X'; el tipo enum subyacente es 'Y'.
Type passed in was 'X'; the enum underlying type was 'Y'.
El último conversor que vamos a implementar nos permitirá mostrar al usuario los valores de una propiedad de tipo enum traducidos al lenguaje actual.
Translating enum values The last converter that we will implement allows us to show the user the property values of type enum translated to the current language.
Compatibilidad con enumeraciones extensibles para etiquetas multilingües para conceptos de tipo enum:enumerationItemType, tal y como se define en la recomendación Extensible Enumerations del 29 de octubre de 2014.
For concepts of type enum:enumerationItemType, extensible enumerations with multi-language labels, as defined in the Extensible Enumerations Recommendation of 29 October 2014 are supported.
Consultas tipo ENUM, http, API, SMPP, etc.
ENUM, http, API, SMPP, etc queries.
La única seguridad que C++03 proporciona es que un número entero o un valor de un tipo enum no se convierte implícitamente a otro tipo enum.
The only safety that C++03 provides is that an integer or a value of one enum type does not convert implicitly to another enum type.