如何将Integer转换为枚举值
这个问题在这里已经有了答案:
你可以直接施放它
SomeType someType = (SomeType)i;
链接地址: http://www.djcxy.com/p/22533.html
上一篇: How to turn Integer to enumeration value
下一篇: How can I reference a specific enumeration by an integer?