网页
图片
视频
学术
词典
地图
更多
航班
笔记本
枚举 enums
例句
释义:
全部
全部
类别:
全部
全部
,
口语
口语
,
书面语
书面语
,
标题
标题
,
技术
技术
来源:
全部
全部
,
字典
字典
,
网络
网络
难度:
全部
全部
,
简单
简单
,
中等
中等
,
难
难
更多例句筛选
收起例句筛选
1.
Some
other
features
that
are
not
making it to
this
release
are
support
for
stored
procedures
,
type
-
conversions
,
enums
and
bulk
updates
.
在
这次
发布
中
其他
一些
特性
也
没有
达到
预定
目标
,
如
对
存储
过程
、
类型
转换
、
枚举
和
大
数据
块
更新
的
支持
。
www.infoq.com
2.
Apart
from the Java 5
features
that
brought
annotations
,
generics
and
enums
into
Groovy
,
a
new
operator
finds its way into the language
:
?
Java5
的
特性
除了
带
给
Groovy
注解
,
泛
型
和
枚举
,
还
增加
了
一个
新
操作符
—
—
?
www.infoq.com
3.
If
you
need
a
quick
tutorial
on
enums
,
generics
,
anonymous
classes
,
and
other
useful
features
,
you
'll
want to
read
this
chapter
.
如果
你
需要
关于
枚举
、
属性
、
隐藏
种类
及
其他
一些
特点
的
快速
指南
,
可以
阅读
这
一
章
。
www.ibm.com
4.
All
the
classes
,
struct
,
enums
(
and
so on
)
under
this
stereotyped UML
package
will
be
generated
within
this
namespace
in
the
generated
code
.
这个
stereotypedUML
包
下
所
有的
类
、
结构
、
枚举
(
以及
其它
)
生成
代码
之后
,
都
将
包括
在
这个
名字空间
中
。
www.ibm.com
5.
Discusses
changes
in the
declaration
and
behavior
of
enums
.
讨论
枚举
的
声明
和
行为
中
的
更改
。
technet.microsoft.com
6.
Let
's
see
how
annotations
,
enums
and
generics
can be
used
from
Groovy
.
让
我们
看看
在
Groovy
中
如何
使用
注解
,
枚举
和
泛型
。
www.infoq.com
7.
For
enums
,
the
default
value
is
the
first
value
listed
in
the
enum
's
type
definition
.
对
枚举
来说
,
默认
值
是
枚举
类型
定义
中
的
第一个
值
。
blog.csdn.net
8.
For
more
information
on
enums
,
see
enum
class
.
有关
枚举
的
更多
信息
,
请参见
枚举
类
。
207.46.16.251
9.
But of
course
,
static
imports aren't
only
available
for
enums
,
but
also
work
for
other
classes
and
static
fields
.
当然
,
静态
导入
不仅仅
对
枚举
有效
,
对
其他
类
和
静态
成员
变量
同样
有效
。
www.infoq.com
10.
You
can use
the
default
statement
with enums and switches
,
just
as
you
would
expect
.
Listing 7
illustrates
this
usage
正如
您
所
期待
的
,
在
使用
枚举
和
switch
时
,
您
可以
使用
default
语句
。
www.ibm.com