类 DsInfoStaticCol
java.lang.Object
com.sh.wf.module.base.DsInfoStaticCol
- 所有已实现的接口:
ParserThisExp_I,Serializable,Cloneable
Description: 自定义静态列
Title:首亨软件 - 聚天平台
- 从以下版本开始:
- 2019年02月13日
- 另请参阅:
-
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidcheckAddColumn(ModuleContext context, Datastore ds) 将自定义列添加到数据集上booleanisValid()判断是否有效voidparserThisValue(ModuleContext context, String thisExpStr) 解析当前对象的this表达式
-
构造器详细资料
-
DsInfoStaticCol
public DsInfoStaticCol()
-
-
方法详细资料
-
parser
-
isValid
public boolean isValid()判断是否有效- 返回:
- boolean
-
checkAddColumn
将自定义列添加到数据集上- 参数:
context- ModuleContextds- Datastore
-
parserThisValue
从接口复制的说明:ParserThisExp_I解析当前对象的this表达式- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-