Enum

英音[ ɪˌnjuːm ] 美音[ ˈenəm ]
枚举
常用释义
n. 枚举,列举型别;电话号码映射

扩展信息

枚举
枚举ENUM)类型,最多可以定义65535种不同的字符串从中做出选择,只能并且必须选择其中一种,占用存储空间是一个或 …
枚举类型
两个枚举类型enum),它同 C++、Java 中的枚举定义类似(与 C++ 更类似些),这两个枚举类型分别被用在了上面我们看 …
列举
使用一列举(enum)形态的变数为switch的 index时,接下来却缺少一个或以上的case作配合,或者是case的 label超出了enum中 …
定义枚举类型
求VB所有基本命令语句 - 已解决 - 搜搜问问 ... Let 或= 赋值 Enum 定义枚举类型 End 结束程序运行 ...
枚举值
TypedArray和attrs.xml - 千寻 - 51CTO技术博客 ... ⑧. fraction: 百分数。 ⑨. enum枚举值。 ②. color: 颜色值。 ...
列举型别
专案刚好用到列举型别(enum)的处理,之前虽已写过一篇相关文章,但这次又多用到了找上下笔及列出清单的特性,索性再整 …

例句

Being able to run through the values of an enum is nice, but even more important is the ability to make decisions based on an enum's values.

能够在枚举的值之间移动很好,但是更重要的是根据枚举的值进行决策。

与任何常量一样,对枚举中各个值的所有引用在编译时均将转换为数值文本。

它在WSDL文件中显示为一个枚举元素,第4步中枚举列表所指定的值限制将应用。

This creates the Java class with the customized types and a type safe enum Java class, as shown in Listing 7.

这会创建包含定制类型的Java类和类型安全的enumJava类,见清单7。

A Java enum is an arbitrary set of values that are stored in a specific order.

Javaenum是按照特定顺序保存的随意的值集合。

It returns one of the FileVisitResult's enum values to tell the file visitor API what to do next.

它返回一个FileVisitResult枚举值,来告诉文件访问程序API下一步做什么。

Code that attempts to use enumerations will fail with a NoClassDefFoundError looking for the java. lang. Enum base class.

尝试使用枚举的代码会失败,在寻找java.lang.Enum基类时出现NoClassDefFoundError。

ENUM is introduced as the addressing technology between the telephone network and the Internet.

ENUM就是作为电信网和互联网的寻址技术出现的。

Enum, Class, and Collections are additional built-in types we've added -- look for some of these in Java EE 6.

枚举、类和集合是我们所增加的额外的内建类型——我们期待在JavaEE6中也能具备这样的类型。

Creating EAz using Enums and EnumSets in lieu of custom bit vectors turned out to be quite straightforward.

事实证明,使用Enum和EnumSet代替自定义位向量来创建EAz非常简单。

And, thanks to conversion methods declared on the enum, it's even trivial to convert HOURS back to MILLISECONDS when time speeds up.

同时,因为在列举上声明了转换方法,在时间加快时,将HOURS转换回MILLISECONDS甚至变得更容易。

同样,可以把XSD枚举转换为类型安全的Javaenum类型,见清单6。

其中,ENUM查询子系统为用户提供通信入口,完成ENUM服务的解析与查询。

The pre-study on standards of NGN and ENUM had been started and had made certain progress.

关于NGN的以及ENUM的标准予研工作已经启动,并已经取得了一定的进展。

The Java language lacks a native Range type, but it does offer a similar concept in the form of enums.

Java语言缺乏原生的Range类型,但是提供了一个类似地概念,采取enum的形式。

AllActions中的Enum常量相当于配置的应用程序命令的名称。

第二,在对ENUM服务器体系结构及各子系统分析的基础上,分别对各子系统进行了详细的设计与实现。

对字符串的属性,增加了一个可选的枚举类型定义,枚举的属性值将被验证。

This includes the conversion of COM enum arguments to Java int variables and the default values for what were optional arguments in COM.

这包括从COMenum参数到Javaint变量的转化,以及那些在COM中的可选参数的缺省值。

EAz is an Enum-based authorization extension for Java EE authorization.

EAz是JavaEE授权的基于Enum的授权扩展。

The MySQL database supports ENUM string enumerated data types which the DB2 database product does not directly support.

MySQL数据库支持DB2数据库产品不直接支持的ENUM字符串枚举数据类型。

AllPermissions中的Enum常量表示实际控制授权的一元权限。

它还生成Java单元,里面包含类型库中定义的模块常量和枚举标量。

com. sosnoski. dwct. Primitive is an enum class for the Java language primitive types.

Primitive是一个针对Java语言原语类型的enum类。

Hence, at the byte code level, there is no connection between Scala enumerations and the enum constructs in Java and C#.

因此,在字节码的层次,Scala枚举和Java,C#中构造的枚举没有任何联系。

或者说,在一个拥有枚举类型Size变量的类中做这些更有意义吗?

然后,您使用字符串机器将这个用户代理字符串映射到一个名为Agents的Enum。

一些方法看起来很熟悉,而其他一些方法则是特定于Enum类的。

不必将构造函数的使用限制为间接Enum构造函数调用。

以枚举型式返回目标设备的CPU语系。