public class TransitionRef extends XMLComplexElement
attributes, complexStructureatts, isCollapsed, isReadOnly, isRequired, isVisible, labelName, name, NEWLINE, OFFSET, value| 构造器和说明 |
|---|
TransitionRef()
Creates a new instance of the class.
|
| 限定符和类型 | 方法和说明 |
|---|---|
Object |
clone()
Used to create exact copy of instance of this class.
|
protected void |
fillStructure()
The classes that are derived from this class has to give its definition for this method.
|
void |
setValue(Object v)
Overides super-class method to set the value to this element's 'Id'
attribute.
|
String |
toString()
Returns the text representation of element's 'value'.
|
Object |
toValue()
Gets the element value.
|
fromXML, get, get, getChildElements, getElementsCount, getIndex, getNode, getPanel, isEmpty, isValid, processAttributes, processElements, refreshLabelName, set, set, setReadOnly, toComplexType, toComplexTypeValues, toComplexValues, toXMLfromXML, getPrintDescription, getPrintDescription, isCollapsed, isReadOnly, isRequired, isValidEnter, isVisible, setCollapsed, setLabelName, setRequired, setVisible, toLabel, toNameprotected void fillStructure()
XMLComplexElementtoXML method uses them to properly write an element tag to
the XML file, fromXML method uses them to properly read an element tag from the XML file,
getPanel method uses them to properly display members of this class, get and
set uses them to properly retrieve/set the elements from list, ... and so on
NOTE: The order of inserted elements is relevant for XML to be valid (members of classes derived from this class must be inserted into first mentioned list in the same order that they are within a corresponding tag for those classes within WfMC XML).
fillStructure 在类中 XMLComplexElementpublic void setValue(Object v)
setValue 在类中 XMLElementv - The value to set.public Object toValue()
XMLElementtoValue 在类中 XMLElementpublic Object clone()
clone 在类中 XMLComplexElementpublic String toString()
XMLElementtoString method of it's value member, if value is
null, returns labelName member.toString 在类中 XMLComplexElementCopyright © 2023 onecode. All rights reserved.