public static enum PSModelEnums.PredefinedCodeListType extends java.lang.Enum<PSModelEnums.PredefinedCodeListType>
系统操作者,系统操作者
运行时代码表,运行子系统代码表
模块副本,动态实例模块副本
实体主状态
用户自定义
用户自定义2
用户自定义3
用户自定义4
| 枚举常量和说明 |
|---|
DEMAINSTATE |
MODULEINST |
OPERATOR |
RUNTIME |
USER |
USER2 |
USER3 |
USER4 |
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.PredefinedCodeListType |
from(java.lang.String value) |
static PSModelEnums.PredefinedCodeListType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.PredefinedCodeListType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.PredefinedCodeListType OPERATOR
public static final PSModelEnums.PredefinedCodeListType RUNTIME
public static final PSModelEnums.PredefinedCodeListType MODULEINST
public static final PSModelEnums.PredefinedCodeListType DEMAINSTATE
public static final PSModelEnums.PredefinedCodeListType USER
public static final PSModelEnums.PredefinedCodeListType USER2
public static final PSModelEnums.PredefinedCodeListType USER3
public static final PSModelEnums.PredefinedCodeListType USER4
public static PSModelEnums.PredefinedCodeListType[] values()
for (PSModelEnums.PredefinedCodeListType c : PSModelEnums.PredefinedCodeListType.values()) System.out.println(c);
public static PSModelEnums.PredefinedCodeListType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.PredefinedCodeListType from(java.lang.String value)