Table 99 summarizes the
node-nature constants in the
ODKConstant interface. These constants indicate the
actions that the user can take on a tree node when it displays within the Select Source
dialog box of Business Object Wizard. All
node-nature constants are of type integer (int).
Table 99. Node-nature constants
of the ODKConstant interface.
Node-nature
constant |
Description |
NODE_NATURE_NORMAL
|
Specifies
that the tree node is "normal"; that is, the user can either expand
the node or select the node (if it is a leaf node). |
NODE_NATURE_FILE
|
Specifies
that the tree node can be associated with a file; that is, Business
Object Wizard enables the Associate File menu item on the
context-menu of the node name to allow the user to locate the file
to associate with the node. |
