Enum Class DictionaryTypeEnums
- 所有已实现的接口:
Serializable
,Comparable<DictionaryTypeEnums>
,Constable
-
嵌套类概要
从类继承的嵌套类/接口 java.lang.Enum
Enum.EnumDesc<E extends Enum<E>>
-
枚举常量概要
枚举常量枚举常量说明床位类型职称信息设备类型餐饮职位信息员工类型亲属关系类型房间类型排班方案餐饮职称信息 -
方法概要
修饰符和类型方法说明getText()
获取名称getValue()
获取值void
设置名称void
设置值toString()
获取节点static DictionaryTypeEnums
Returns the enum constant of this class with the specified name.static DictionaryTypeEnums[]
values()
Returns an array containing the constants of this enum class, in the order they are declared.从类继承的方法 java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
-
枚举常量详细资料
-
TITLE_INFO
职称信息 -
DEPOSIT
职称信息 -
JOB_TITLE
职位信息 -
DEVICE
设备类型 -
MENU_BUTTON
员工类型 -
SCHEDULING_PLAN
排班方案 -
RELATION
亲属关系类型 -
ROOM
房间类型 -
BED
床位类型 -
FOOD_BEVERAGE
餐饮 -
TASK_TYPE
餐饮
-
-
方法详细资料
-
values
Returns an array containing the constants of this enum class, in the order they are declared.- 返回:
- an array containing the constants of this enum class, in the order they are declared
-
valueOf
Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)- 参数:
name
- 要返回的枚举常量的名称。- 返回:
- 返回带有指定名称的枚举常量
- 抛出:
IllegalArgumentException
- if this enum class has no constant with the specified nameNullPointerException
- 如果参数为空值
-
getValue
获取值- 返回:
- 值
-
setValue
设置值- 参数:
value
- 值
-
getText
获取名称- 返回:
- 名称
-
setText
设置名称- 参数:
text
- 名称
-
toString
获取节点- 覆盖:
toString
在类中Enum<DictionaryTypeEnums>
- 返回:
- 节点
-