Member variables

Table 108 summarizes the member variables of the TreeNode class.

Table 108. Member variables of the TreeNode class.

Member variable Description Page
description Contains a description of the tree node. description
isExpandable Specifies whether the tree node is expandable; that is, whether there are elements below the current level. isExpandable
isGeneratable Specifies whether the tree node is generatable; that is, whether the node can be converted to a business object definition. isGeneratable
name Contains the name of the tree node. name
nodes Contains the expanded hierarchy of tree nodes. nodes
polymorphicNature Defines the node's nature; that is whether it is "normal" (expandable or a leaf) or "file". polymorphicNature

Copyright IBM Corp. 1997, 2003