Switching to enum-based authorization.
切换到基于Enum的授权。
Type, structure, union, and enum definitions.
_ 类型、结构、联合体和枚举定义。
Singleton via enum way is lazy initialized?
通过枚举的方式单懒惰初始化?
In the dialog that appears, choose Enum as the type.
在出现的对话框中,选择enum作为类型。
Enum sets are represented internally as bit vectors.
Enum集合内部表现为位向量。
For that, we need an enum type to indicate what we want.
为此,我们需要一个枚举类型,表示我们想要的。
Enum also picked up a HasFlag method to make reading flags easier.
Enum也实现了HasFlag方法使大家读取标志更容易。
MTK maps the ENUM data type to VARCHAR(255) with check constraint.
MTK 将 ENUM 数据类型映射到带检查约束的 VARCHAR(255)。
The LotteryFactory has an enum of the different types of lotteries.
LotteryFactory有彩票的各种枚举类型。
This can be achieved by defining an enum of all state change IDs.
这可以通过定义的所有状态变化的ID枚举。
When you use the enum keyword, you are creating subclasses of enum.
在使用enum关键字时,将创建enum的子类。
Or, does that make more sense in a class that has a variable of enum type Size?
或者说,在一个拥有枚举类型Size变量的类中做这些更有意义吗?
Fixed PersistentEnumType incorrectly assumes enum types have zero-value defined.
修复了OersustebtEnumType不正确的处理具有零值定义的枚举。
One way of doing that is to use an enum holding all the possible block types.
其中一种方法就是使用一个枚举来保存这些类型。
ENUM data type conversion support for MySQL source to DB2 database product target.
对mysql源到DB 2数据库产品目标的ENUM数据类型转换支持。
Then you use string matching to map the user agent string to an Enum called Agents.
然后,您使用字符串机器将这个用户代理字符串映射到一个名为agents的Enum。
You don't have to limit the use of constructors to indirect Enum constructor calls.
不必将构造函数的使用限制为间接Enum构造函数调用。
But, just like Iterable, the Enum class is not present in the JDK 1.4 class library.
但是,同iterable一样,在JD K 1.4类库中也没有enum类。
In this enum, you need to have an entry for every function you add to your interface.
在此枚举,你需要有一个为每个功能添加到您的界面进入。
First interesting thing that I'd like to discuss is how to get list of all values of enum.
第一有趣的事情,我想讨论的是如何让所有的枚举值的列表。
It returns one of the FileVisitResult's enum values to tell the file visitor API what to do next.
它返回一个filevisitresult枚举值,来告诉文件访问程序api下一步做什么。
The enum constants in AllActions are effectively the names of a configured application's commands.
AllActions中的Enum常量相当于配置的应用程序命令的名称。
We will look at helper classes, more complex mappings like enum and union, and user-defined types.
我们要来研究一些更有用的类,更加复杂的映射如和 enum 和 union ,以及用户定义的类型。
EAz sample code is available showing how to translate database strings to and from EAz enum format.
EAz示例代码可用来显示数据库字符串格式和EAz enum格式之间如何相互转换。
And, just like Iterable and Enum, the valueOf methods are not present in the JDK 1.4 class library.
而且,就像Iterable和Enum一样,value Of方法在JD K 1.4类库中也不存在。
The enum constants in AllPermissions represent the unary permissions that actually control authorization.
AllPermissions中的Enum常量表示实际控制授权的一元权限。
The final result is a control that presents an enum type, or a bit-set as a group of run-time generated buttons.
最终的结果是一个控件,提供了一个枚举类型或位作为一个运行组产生的按钮设定时间。
The MySQL database supports enum string enumerated data types which the DB2 database product does not directly support.
MySQL数据库支持DB 2数据库产品不直接支持的ENUM字符串枚举数据类型。