-
-
方法概要
-
从类继承的方法 java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
字段详细资料
-
code
private String code
枚举值编码
-
name
private String name
枚举值名称
-
方法详细资料
-
getCode
public String getCode()
获取 枚举值编码
- 返回:
- code 枚举值编码
-
getName
public String getName()
获取 枚举值名称
- 返回:
- name 枚举值名称
Copyright © 2024. All rights reserved.