public static enum PSModelEnums.DEMethodDTOFieldSourceType extends java.lang.Enum<PSModelEnums.DEMethodDTOFieldSourceType>
实体属性,来源于当前实体属性
实体属性组成员,来源是实体属性组成员
实体关系,来源于指定实体关系
动态模型属性,从动态模型属性中构建的属性对象
实体行为参数,从实体行为参数构建的属性对象
属性搜索模式,从实体属性搜索模式构建的属性对象
实体数据集参数,从实体数据集参数构建的属性对象
| 枚举常量和说明 |
|---|
DEACTIONPARAM |
DEDATASETPARAM |
DEFGROUPDETAIL |
DEFIELD |
DEFSEARCHMODE |
DER |
DYNAMODELATTR |
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.DEMethodDTOFieldSourceType |
from(java.lang.String value) |
static PSModelEnums.DEMethodDTOFieldSourceType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.DEMethodDTOFieldSourceType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.DEMethodDTOFieldSourceType DEFIELD
public static final PSModelEnums.DEMethodDTOFieldSourceType DEFGROUPDETAIL
public static final PSModelEnums.DEMethodDTOFieldSourceType DER
public static final PSModelEnums.DEMethodDTOFieldSourceType DYNAMODELATTR
public static final PSModelEnums.DEMethodDTOFieldSourceType DEACTIONPARAM
public static final PSModelEnums.DEMethodDTOFieldSourceType DEFSEARCHMODE
public static final PSModelEnums.DEMethodDTOFieldSourceType DEDATASETPARAM
public static PSModelEnums.DEMethodDTOFieldSourceType[] values()
for (PSModelEnums.DEMethodDTOFieldSourceType c : PSModelEnums.DEMethodDTOFieldSourceType.values()) System.out.println(c);
public static PSModelEnums.DEMethodDTOFieldSourceType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.DEMethodDTOFieldSourceType from(java.lang.String value)