Enum Type的意思|示意
枚举类型
Enum Type的网络常见释义
枚举类型 枚举类型(Enum Type)是一种特殊的值类型,用于声明一组命名的常量。使用枚举类型增加了程序的可读性和可维护性。
列举类型 关键字(keyword)来声明一个列举类型(enum type):
枚举种类 枚举种类(enum type)是唯有一组恬静的常量
列举型别 如为基本数字类资料型别、列举型别 (Enum Type)、实值型别 (Value Type) 和 boolean 型别,若其运算元的值相等则传回 true ,否则传回 false 。
Enum Type相关短语
1、 enum-type 枚举类型 ; 列举类型 ; 列举型别
2、 Any Enum Type 任何枚举类型
3、 enum-type e 枚举类型
Enum Type相关例句
For properties of type string, an optional Enum definition has been added. Property values will be validated against the Enum.
对字符串的属性,增加了一个可选的枚举类型定义,枚举的属性值将被验证。
Here I've used the new keyword enum, given the enum a name, and specified the allowed values. Grade then becomes an enumerated type, which you can use in a manner shown in Listing 3.
在这里,我使用了新的关键字enum,为enum提供了一个名称,并指定了允许的值。
For that, we need an enum type to indicate what we want.
为此,我们需要一个枚举类型,表示我们想要的。
In the dialog that appears, choose Enum as the type.
在出现的对话框中,选择enum作为类型。
MTK maps the ENUM data type to VARCHAR(255) with check constraint.
MTK 将 ENUM 数据类型映射到带检查约束的 VARCHAR(255)。
This enum defines the various program elements that an annotation type can target. Listing 9 show the ElementType enum in its entirety.
这个枚举定义了注释类型可应用的不同程序元素。