public static enum PSModelEnums.DEFVRParamType extends java.lang.Enum<PSModelEnums.DEFVRParamType>
数据对象属性,值来自当前数据对象的指定属性
当前时间,值为当前时间
| 枚举常量和说明 |
|---|
CURTIME |
ENTITYFIELD |
| 限定符和类型 | 方法和说明 |
|---|---|
static PSModelEnums.DEFVRParamType |
from(java.lang.String value) |
static PSModelEnums.DEFVRParamType |
valueOf(java.lang.String name)
返回带有指定名称的该类型的枚举常量。
|
static PSModelEnums.DEFVRParamType[] |
values()
按照声明该枚举类型的常量的顺序, 返回
包含这些常量的数组。
|
public static final PSModelEnums.DEFVRParamType ENTITYFIELD
public static final PSModelEnums.DEFVRParamType CURTIME
public static PSModelEnums.DEFVRParamType[] values()
for (PSModelEnums.DEFVRParamType c : PSModelEnums.DEFVRParamType.values()) System.out.println(c);
public static PSModelEnums.DEFVRParamType valueOf(java.lang.String name)
name - 要返回的枚举常量的名称。java.lang.IllegalArgumentException - 如果该枚举类型没有带有指定名称的常量java.lang.NullPointerException - 如果参数为空值public static PSModelEnums.DEFVRParamType from(java.lang.String value)