类 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日
- 另请参阅:
-
字段概要
字段 -
构造器概要
构造器 -
方法概要
修饰符和类型方法说明voidaddColumn(ModuleContext context, Datastore ds) 添加一列voidaddData_heng(ModuleContext context, Datastore ds, int rowNo, List<RowInfo> rowList) 添加数据voidaddData_zong(ModuleContext context, Datastore ds, int rowNo, String typeValue, int index, RowInfo rowInfo) intintbooleanisCalCol()booleanbooleanbooleanbooleanisValid()voidparser(org.jdom2.Element nodeEl, DsInfo dsInfo, DsInfoStructureTransfer dst) parserThisValue(ModuleContext context, String thisExpStr) 解析当前对象的this表达式
-
字段详细资料
-
dsInfo
-
dst
-
colValueArray
-
-
构造器详细资料
-
DsInfoStructureTransferCol
public DsInfoStructureTransferCol()
-
-
方法详细资料
-
parser
-
isValid
public boolean isValid() -
addColumn
添加一列- 参数:
context-ds-
-
addData_heng
添加数据- 参数:
context-ds-rowNo-rowList- 多数据集
-
addData_zong
public void addData_zong(ModuleContext context, Datastore ds, int rowNo, String typeValue, int index, RowInfo rowInfo) -
getColName
-
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
从接口复制的说明:ParserThisExp_I解析当前对象的this表达式- 指定者:
parserThisValue在接口中ParserThisExp_I- 参数:
context- 上下文thisExpStr- 表达式,如:[this.col],则此值为col- 返回:
- 表达式值
-