类 DsInfoStructureTransferCol

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

public class DsInfoStructureTransferCol extends Object implements Serializable, Cloneable, ParserThisExp_I

Description: 数据结构转换列

Title:首亨软件 - 聚天平台

从以下版本开始:
2021年01月27日
另请参阅:
  • 字段详细资料

  • 构造器详细资料

    • DsInfoStructureTransferCol

      public DsInfoStructureTransferCol()
  • 方法详细资料

    • parser

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

      public boolean isValid()
    • addColumn

      public void addColumn(ModuleContext context, Datastore ds)
      添加一列
      参数:
      context -
      ds -
    • addData_heng

      public void addData_heng(ModuleContext context, Datastore ds, int rowNo, List<RowInfo> rowList)
      添加数据
      参数:
      context -
      ds -
      rowNo -
      rowList - 多数据集
    • addData_zong

      public void addData_zong(ModuleContext context, Datastore ds, int rowNo, String typeValue, int index, RowInfo rowInfo)
    • getColName

      public String getColName()
    • getColValue

      public String getColValue()
    • isGroupCol

      public boolean isGroupCol()
    • isCalCol

      public boolean isCalCol()
    • isTypeCol

      public boolean isTypeCol()
    • isSelfCol

      public boolean isSelfCol()
    • getColType

      public int getColType()
    • getDataType

      public int getDataType()
    • parserThisValue

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