public class DsInfoStaticCol extends java.lang.Object implements java.io.Serializable, java.lang.Cloneable, ParserThisExp_I
Description: 自定义静态列
Title:首亨软件 - 聚天平台
构造器和说明 |
---|
DsInfoStaticCol() |
限定符和类型 | 方法和说明 |
---|---|
void |
checkAddColumn(ModuleContext context,
Datastore ds)
将自定义列添加到数据集上
|
boolean |
isValid()
判断是否有效
|
void |
parser(org.jdom.Element nodeEl,
DsInfo dsInfo) |
java.lang.String |
parserThisValue(ModuleContext context,
java.lang.String thisExpStr)
解析当前对象的this表达式
|
public void parser(org.jdom.Element nodeEl, DsInfo dsInfo)
public boolean isValid()
public void checkAddColumn(ModuleContext context, Datastore ds)
context
- ModuleContextds
- Datastorepublic java.lang.String parserThisValue(ModuleContext context, java.lang.String thisExpStr)
ParserThisExp_I
parserThisValue
在接口中 ParserThisExp_I
context
- 上下文thisExpStr
- 表达式,如:[this.col],则此值为col