1.Such a type is called an enumerated type, and the values it contains are called enumerations.
这样一个类型被称为枚举类型,它所包含的值被称为枚举值。
2.Consider piding the enumeration into two or more enumerations, each having a more precise set of values.
请考虑将该枚举划分为两个或多个枚举,使每个枚举都有一组更精确的值。
3.In the rest of this section, we let users pick one of the values listed in those enumerations for each of the two preferences.
在本小节的剩余部分,我们将实现让用户为这两个首选项之一挑选枚举列出的值。
4.Class to be used for queries or enumerations, allowing the user to specify values for the different options.
类的一个新实例,从而允许用户指定不同选项的值。
5.The Authentication namespace provides a set of enumerations that describe the security of a connection.
Authentication命名空间提供一组描述连接安全性的枚举。
6.Numbered enumerations invite nonstandard extensions that do not interoperate.
编号的枚举会引起不互操作的非标准扩展。
7.Since Scala enumerations are just regular objects, you could use any object with vals to indicate different "enumeration values" .
因为Scala的枚举值是通常的对象,你可以使用任何val对象来指示不同的“枚举值”。
8.The only available collection data structures are vectors, stacks, enumerations, and hash tables.
唯一可用的集合数据结构是向量栈、枚举和hash表。
9.The only UML types that can be created in a profile are Stereotypes, Classes, and Enumerations.
在概要文件中可以创建的UML类型包括原型、类和枚举类型。
10.The thread state enumerations are only of interest in a few debugging scenarios.
只在少数几个调试方案中涉及线程状态。