- 1. The x is the delineator between standard enumerations and extensions.
- X是标准枚举和扩展名之间的界限。
来自互联网
- 2. Validate enumerations with the parser.
- 用解析器验证枚举列表。
来自互联网
- 3. Validate enumerations in a single pass.
- 在一个周期内验证枚举列表。
来自互联网
- 4. Enumerations shows different enumerations.
- enumeration展示不同的枚举。
来自互联网
- 5. Fortunately, enumerations offer a better way.
- 幸运的是,枚举提供了更好的方法。
来自互联网
- 6. Then create the other enumerations shown below.
- 然后创建如下所示的其他枚举。
来自互联网
- 7. Enumerations and enumeration literals to define.
- 要定义的枚举和枚举文字。
来自互联网
- 8. Enumconstants shows possible values for enumerations.
- enumconstant为枚举展示可能的值。
来自互联网
- 9. Finally, we learned how to encapsulate values in enumerations.
- 最后我们学习了如何封装枚举中的值。
来自互联网
- 10. Because any value can be a string, the enumerations not validated.
- 因为任意值都可以是一个字符串,所以不用验证枚举列表。
来自互联网
- 11. Frequently, XML documents contain enumerations of certain elements.
- XML文档经常包含某些元素的枚举。
来自互联网
- 12. The x: is the delineator between standard enumerations and extensions.
- 是标准枚举列表和扩展列表之间的描绘程序。
来自互联网
- 13. Enumerations defined in the profile itself, or in an imported profile.
- 枚举类型,定义在概要文件中,或者在一个导入的概要文件中。
来自互联网
- 14. These two parameters have a list of allowed values defined in enumerations.
- 这两个参数有一个以枚举方式定义的允许值列表。
来自互联网
- 15. Numbered enumerations invite nonstandard extensions that do not interoperate.
- 编号的枚举会引起不互操作的非标准扩展。
来自互联网
- 16. With XSD, enumerations are static and, therefore, cannot be made context-aware.
- 使用XSD时,枚举是静态的,因此无法做到上下文感知。
来自互联网
- 17. However, with CAM, you can apply particular enumerations based on context values.
- 然而,利用CAM,您可以基于上下文值应用特定枚举。
来自互联网
- 18. Just like the for-each loop, enumerations require support from the class library.
- 正像for - each循环一样,枚举也要求来自类库的支持。
来自互联网
- 19. Do that and suddenly your code is 80 percent generics, annotations, and enumerations.
- 如果这样做,那么您的代码就会突然之间有80%是泛型、标注和枚举。
来自互联网
- 20. Implementers can use the examples in this article to help design and extend enumerations.
- 实现人员可以使用本文的示例来设计和扩展枚举列表。
来自互联网
- 21. The profile-owned enumerations are not generally available outside of the profile itself.
- 概要文件所拥有的枚举类型只能适用于它本身,在这个概要文件外部将不能使用。
来自互联网
- 22. For example, the priorities and severities of work items are stored in the ENUMERATIONS table.
- 例如,工作项的优先级和严重性通常都存储在ENUMERATIONS表格中。
来自互联网
- 23. Using enumerations reduces the risk of synchronization errors and lowers solution maintenance.
- 使用列举可以降低同步化错误的风险,并将方案的维护工作降到最低。
来自互联网
- 24. Such a type is called an enumerated type, and the values it contains are called enumerations.
- 这样一个类型被称为枚举类型,它所包含的值被称为枚举值。
来自互联网
- 25. The PROJECT_AREA_ITEMID parameter is required for a data set created from the ENUMERATIONS table.
- ENUMERATIONS表格所创建的数据集需要PROJECT _ AREA_ITEMID参数。
来自互联网
- 26. Explanation of using regular expressions, enumerations, unions, lists, and substitution groups.
- 使用正则表达式、枚举、联合、列表和置换组的说明。
来自互联网
- 27. This is a common idiom in Scala to provide a simpler, more type-safe way of doing enumerations.
- 这是Scala中的一个常见的特色,它可以提供更简单、更类型安全的枚举方式。
来自互联网
- 28. Good: XML Schema enumerations help the user discover the valid values for a particular variable.
- 好的方法:XMLschema枚举可以帮助用户发现某个特定变量的有效值。
来自互联网
- 29. The only available collection data structures are vectors, stacks, enumerations, and hash tables.
- 唯一可用的集合数据结构是向量栈、枚举和hash表。
来自互联网
- 30. In a Web service, we use enumerations. On the WSDL document, an enumeration looks something like.
- 在Web服务中,我们使用枚举。
来自互联网