Enum 类
使用集合让一切井井有条
根据您的偏好保存内容并对其进行分类。
Enum 类是所有枚举类型的基类,用于初始化新的 Enum 实例。
Enum
由 protorpc.messages
模块提供。
构造函数
EnumField 类的构造函数定义如下:
- class Enum(name, number=None)
-
在构造类时自动初始化 Enum 实例。自动将整数和字符串强制转换为枚举值。
参数
- name
- 要初始化的 Enum 实例的名称。
- number
- 要初始化的 Enum 实例的编号。
如果调用的类已完成初始化,则会引发异常。
类方法
Enum 类提供以下类方法:
- to_dict()
- 建立枚举类的字典版本。您可以将此字典与 def_num 和 import_enum 一起使用。
- 返回枚举类的字典名称和编号。
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-12-17。
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["翻译问题","translationIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (UTC):2024-12-17。"],[],[]]