| 1. | Native enums now allow you to specify the underlying type 本机枚举现在允许指定基础类型。 |
| 2. | Avoid providing explicit values for enums 避免对枚举提供明确的值。 |
| 3. | Discusses changes in the declaration and behavior of enums 讨论枚举的声明和行为中的更改。 |
| 4. | Arrays of primitives and enums 基元和枚举的数组 |
| 5. | Type color used for enums 指令的任何方式定义。 |
| 6. | User types enums 用户类型(枚举) |
| 7. | Icons identify hierarchical structures employed within your projects , such as namespaces , types , interfaces , enums , and classes 图标用于标识项目中使用的分层结构,如命名空间、类型、接口、枚举和类。 |
| 8. | The aspect itself has been designed to show off a number of the java 5 and or aspectj 5 language features , including enums , annotations , new - style 方面本身被设计成可以表现许多java 5和aspectj 5语言的特性,包括枚举、注释、新风格的 |
| 9. | Only integrals and enums that are static and const can have initializers inside a class ; the initializing expression must be a const expression 只有为static且为const的整型和枚举可以在类内有初始值设定项;初始化表达式必须是常数表达式。 |
| 10. | Assigning additional values new versions of enums , or changing the values of the enum members in a new version , can cause problems for dependant source code 如果给新版本的枚举赋其他值,或者更改新版本中枚举成员的值,可能引起相关源代码的问题。 |