类 DsInfoStaticCol

java.lang.Object
com.sh.wf.module.base.DsInfoStaticCol
所有已实现的接口:
ParserThisExp_I, Serializable, Cloneable

public class DsInfoStaticCol extends Object implements Serializable, Cloneable, ParserThisExp_I

Description: 自定义静态列

Title:首亨软件 - 聚天平台

从以下版本开始:
2019年02月13日
另请参阅:
  • 构造器详细资料

    • DsInfoStaticCol

      public DsInfoStaticCol()
  • 方法详细资料

    • parser

      public void parser(org.jdom2.Element nodeEl, DsInfo dsInfo)
    • isValid

      public boolean isValid()
      判断是否有效
      返回:
      boolean
    • checkAddColumn

      public void checkAddColumn(ModuleContext context, Datastore ds)
      将自定义列添加到数据集上
      参数:
      context - ModuleContext
      ds - Datastore
    • parserThisValue

      public String parserThisValue(ModuleContext context, String thisExpStr)
      从接口复制的说明: ParserThisExp_I
      解析当前对象的this表达式
      指定者:
      parserThisValue 在接口中 ParserThisExp_I
      参数:
      context - 上下文
      thisExpStr - 表达式,如:[this.col],则此值为col
      返回:
      表达式值