public class FormulaParameter extends XMLComplexElement
Title: 工作流设计工具(BPD)
Description: 公式参数数据类
Copyright: Copyright (c) 2004
Company: itjds
| 限定符和类型 | 字段和说明 |
|---|---|
static String |
DELIMITER_MULTIPLE |
protected com.ds.bpm.formula.ExpressionParameter |
param |
protected Formula |
parent |
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
FormulaParameter() |
FormulaParameter(Formula parent,
com.ds.bpm.formula.ExpressionParameter param) |
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
Used to create exact copy of instance of this class.
|
com.ds.bpm.formula.ExpressionParameter |
getParam() |
String |
getParamValue() |
Formula |
getParent() |
void |
setParam(com.ds.bpm.formula.ExpressionParameter param) |
fillStructure, fromXML, get, get, getChildElements, getElementsCount, getIndex, getNode, getPanel, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toString, toXMLfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setValue, setVisible, toLabel, toName, toValueprotected com.ds.bpm.formula.ExpressionParameter param
protected Formula parent
public FormulaParameter()
public FormulaParameter(Formula parent, com.ds.bpm.formula.ExpressionParameter param)
parent - param - public String getParamValue()
public Formula getParent()
public Object clone()
XMLElementclone 在类中 XMLComplexElementpublic com.ds.bpm.formula.ExpressionParameter getParam()
public void setParam(com.ds.bpm.formula.ExpressionParameter param)
Copyright © 2023 onecode. All rights reserved.