类 DsInfoSummaryCol

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

public class DsInfoSummaryCol extends Object implements Serializable, Cloneable, ParserThisExp_I

Description:

Title:首亨软件 - 聚天平台

另请参阅:
  • 构造器详细资料

    • DsInfoSummaryCol

      public DsInfoSummaryCol()
  • 方法详细资料

    • parser

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

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

      public void processDs(ModuleContext context, DsFilterResult result, 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
      返回:
      表达式值
    • getColName

      public String getColName()