public class ActualParameter extends XMLSimpleElement
atts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
ActualParameter(WorkflowProcess wp)
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
void |
afterImporting()
Called by Tool or SubFlow object after importing of XML file to set the
proper DataField objects for ActualParameter that correspodents to
Application or WorkflowProcess formal parameter, depending on that who
owns ActualParameter (Tool or Subflow).
|
Object |
clone()
Used to create exact copy of instance of this class.
|
XMLPanel |
getPanel()
Prepares the panel with a combo box to choose the one of defined
DataFields that will be used as an actual parameter.
|
void |
toXML(Node parent)
Overrides super-class method to realize this class specific writting to
XML file.
|
fromXML, fromXML, getNode, getPrintDescription, getPrintDescription, isCollapsed, isEmpty, isReadOnly, isRequired, isValid, isValidEnter, isVisible, refreshLabelName, setCollapsed, setLabelName, setReadOnly, setRequired, setValue, setVisible, toLabel, toName, toString, toValuepublic ActualParameter(WorkflowProcess wp)
wp - workflow process that defines DataField objects which are used
as actual parameters of an application or of a process itself.public XMLPanel getPanel()
getPanel 在类中 XMLSimpleElementpublic void toXML(Node parent) throws DOMException
toXML 在类中 XMLSimpleElementparent - indicates how much tabulators to put before element tag.DOMExceptionpublic Object clone()
clone 在类中 XMLElementpublic void afterImporting()
Copyright © 2023 onecode. All rights reserved.