Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

oracle.apps.fnd.applcore.trees.uiModel.util
Class TreeNodeProperties

java.lang.Object
  extended by oracle.apps.fnd.applcore.trees.uiModel.util.TreeNodeProperties

public final class TreeNodeProperties
extends java.lang.Object

Constants for various standard tree node bean properties.

Author:
Arun K Viswanathan <arun.viswanathan&064;oracle.com>
See Also:
TreeNode

Nested Class Summary
static class TreeNodeProperties.TreeNodeSubType
          Enumeration of various subtype of dynamic tree nodes.
static class TreeNodeProperties.TreeNodeType
          Enumeration of various type of tree nodes.
 
Field Summary
static java.lang.String CHILD_COUNT
          The childCount property.
static java.lang.Class CHILD_COUNT_CLASS
          The Java class of childCount property.
static java.lang.String CHILDREN
          The children property.
static java.lang.Class CHILDREN_CLASS
          The Java class of children property.
static java.lang.String DATA_SOURCE
          The dataSource property.
static java.lang.Class DATA_SOURCE_CLASS
          The Java class of dataSource property.
static java.lang.String DATA_SOURCE_ID
          The Data Source Id property.
static java.lang.Class DATA_SOURCE_ID_CLASS
          The Java class of Data Source ID property.
static java.lang.String DEPTH
          The depth property.
static java.lang.Class DEPTH_CLASS
          The Java class of depth property.
static java.lang.String HIERARCHY_DISPLAY
          The hierarchyDisplay property.
static java.lang.Class HIERARCHY_DISPLAY_CLASS
          The Java class of hierarchyDisplay property.
static java.lang.String LABEL
          The label property.
static java.lang.Class LABEL_CLASS
          The Java class of label property.
static java.lang.String PARENT_PK1_VALUE
          The Parent Pk1 Value property.
static java.lang.Class PARENT_PK1_VALUE_CLASS
          The Java class of Pk1 parent Value property.
static java.lang.String PARENT_PK2_VALUE
          The Parent Pk2 Value property.
static java.lang.Class PARENT_PK2_VALUE_CLASS
          The Java class of Pk2 parent Value property.
static java.lang.String PARENT_PK3_VALUE
          The Parent Pk3 Value property.
static java.lang.Class PARENT_PK3_VALUE_CLASS
          The Java class of Pk3 parent Value property.
static java.lang.String PARENT_PK4_VALUE
          The Parent Pk4 Value property.
static java.lang.Class PARENT_PK4_VALUE_CLASS
          The Java class of Pk4 parent Value property.
static java.lang.String PARENT_PK5_VALUE
          The Parent Pk5 Value property.
static java.lang.Class PARENT_PK5_VALUE_CLASS
          The Java class of parent Pk5 Value property.
static java.lang.String PARENT_TREE_NODE_ID
          The parentTreeNodeId property.
static java.lang.Class PARENT_TREE_NODE_ID_CLASS
          The Java class of Parent Tree Node ID property.
static java.lang.Class[] PK_END_VALUE_CLASSES
           
static java.lang.String[] PK_END_VALUES
           
static java.lang.Class[] PK_START_VALUE_CLASSES
           
static java.lang.String[] PK_START_VALUES
           
static java.lang.String PK1_END_VALUE
          The Pk1 End Value property.
static java.lang.Class PK1_END_VALUE_CLASS
          The Java class of Pk1 End Value property.
static java.lang.String PK1_START_VALUE
          The Pk1 Start Value property.
static java.lang.Class PK1_START_VALUE_CLASS
          The Java class of Pk1 Start Value property.
static java.lang.String PK2_END_VALUE
          The Pk2 End Value property.
static java.lang.Class PK2_END_VALUE_CLASS
          The Java class of Pk2 End Value property.
static java.lang.String PK2_START_VALUE
          The Pk2 Start Value property.
static java.lang.Class PK2_START_VALUE_CLASS
          The Java class of Pk2 Start Value property.
static java.lang.String PK3_END_VALUE
          The Pk3 End Value property.
static java.lang.Class PK3_END_VALUE_CLASS
          The Java class of Pk3 End Value property.
static java.lang.String PK3_START_VALUE
          The Pk3 Start Value property.
static java.lang.Class PK3_START_VALUE_CLASS
          The Java class of Pk3 Start Value property.
static java.lang.String PK4_END_VALUE
          The Pk4 End Value property.
static java.lang.Class PK4_END_VALUE_CLASS
          The Java class of Pk4 End Value property.
static java.lang.String PK4_START_VALUE
          The Pk4 Start Value property.
static java.lang.Class PK4_START_VALUE_CLASS
          The Java class of Pk4 Start Value property.
static java.lang.String PK5_END_VALUE
          The Pk5 Start Value property.
static java.lang.Class PK5_END_VALUE_CLASS
          The Java class of Pk5 End Value property.
static java.lang.String PK5_START_VALUE
          The Pk5 Start Value property.
static java.lang.Class PK5_START_VALUE_CLASS
          The Java class of Pk5 Start Value property.
static java.lang.String REFERENCE_TREE_CODE
          The referenceTreeCode property.
static java.lang.Class REFERENCE_TREE_CODE_CLASS
          The Java class of Referenced Tree Code property.
static java.lang.String REFERENCE_TREE_VERSION_ID
          The referenceTreeVersionId property.
static java.lang.Class REFERENCE_TREE_VERSION_ID_CLASS
          The Java class of Referenced TreeVersion ID property.
static java.lang.String TREE_CODE
          The treeCode property.
static java.lang.Class TREE_CODE_CLASS
          The Java class of Tree Code property.
static java.lang.String TREE_LABEL_ID
          The treeLabelId property.
static java.lang.Class TREE_LABEL_ID_CLASS
          The Java class of Tree Label ID property.
static java.lang.String TREE_NODE_ID
          The treeNodeId property.
static java.lang.Class TREE_NODE_ID_CLASS
          The Java class of Tree Node ID property.
static java.util.List<org.apache.commons.beanutils.DynaProperty> TREE_NODE_PROPERTIES
          Tree Node Properties is a list to store all the DynaProperty's of the TreeNode DynaBean.
static java.lang.String TREE_NODE_SUBTYPE
          The treeNodeSubType property.
static java.lang.Class TREE_NODE_SUBTYPE_CLASS
          The Java class of the treeNodeSubType property.
static java.lang.String TREE_NODE_TYPE
          The treeNodeType property.
static java.lang.Class TREE_NODE_TYPE_CLASS
          The Java class of the treeNodeType property.
static java.lang.String TREE_STRUCTURE_CODE
          The treeStructureCode property.
static java.lang.Class TREE_STRUCTURE_CODE_CLASS
          The Java class of Tree Structure Code property.
static java.lang.String TREE_VERSION_ID
          The treeVersionId property.
static java.lang.Class TREE_VERSION_ID_CLASS
          The Java class of TreeVersion ID property.
static java.lang.String VL_ACCESSOR_USED
          The VlAccessorUsed property.
static java.lang.Class VL_ACCESSOR_USED_CLASS
          The Java class of VlAccessorUsed property.
 
Constructor Summary
TreeNodeProperties()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TREE_STRUCTURE_CODE

public static final java.lang.String TREE_STRUCTURE_CODE
The treeStructureCode property. This is a java.lang.String property returning the name of the Tree Structure code containing the tree node represented by the bean.

See Also:
Constant Field Values

TREE_STRUCTURE_CODE_CLASS

public static final java.lang.Class TREE_STRUCTURE_CODE_CLASS
The Java class of Tree Structure Code property.


TREE_CODE

public static final java.lang.String TREE_CODE
The treeCode property. This is a java.lang.String property returning the Tree code containing the tree node represented by the bean.

See Also:
Constant Field Values

TREE_CODE_CLASS

public static final java.lang.Class TREE_CODE_CLASS
The Java class of Tree Code property.


TREE_VERSION_ID

public static final java.lang.String TREE_VERSION_ID
The treeVersionId property. This is a oracle.jbo.domain.String property returning the Tree Version ID containing the tree node represented by the bean.

See Also:
Constant Field Values

TREE_VERSION_ID_CLASS

public static final java.lang.Class TREE_VERSION_ID_CLASS
The Java class of TreeVersion ID property.


TREE_NODE_ID

public static final java.lang.String TREE_NODE_ID
The treeNodeId property. This is a oracle.jbo.domain.String property returning the Tree Node ID of this tree node.

See Also:
Constant Field Values

TREE_NODE_ID_CLASS

public static final java.lang.Class TREE_NODE_ID_CLASS
The Java class of Tree Node ID property.


PARENT_TREE_NODE_ID

public static final java.lang.String PARENT_TREE_NODE_ID
The parentTreeNodeId property. This is a oracle.jbo.domain.String property returning the Parent Tree Node ID for the tree node represented by the bean.

See Also:
Constant Field Values

PARENT_TREE_NODE_ID_CLASS

public static final java.lang.Class PARENT_TREE_NODE_ID_CLASS
The Java class of Parent Tree Node ID property.


DATA_SOURCE_ID

public static final java.lang.String DATA_SOURCE_ID
The Data Source Id property. This is a oracle.jbo.domain.String property returning the Data Source ID for the tree node represented by the bean.

See Also:
Constant Field Values

DATA_SOURCE_ID_CLASS

public static final java.lang.Class DATA_SOURCE_ID_CLASS
The Java class of Data Source ID property.


PK1_START_VALUE

public static final java.lang.String PK1_START_VALUE
The Pk1 Start Value property. This is a java.lang.String property returning the Staring Value for PK1_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK1_START_VALUE_CLASS

public static final java.lang.Class PK1_START_VALUE_CLASS
The Java class of Pk1 Start Value property.


PK2_START_VALUE

public static final java.lang.String PK2_START_VALUE
The Pk2 Start Value property. This is a java.lang.String property returning the Staring Value for PK2_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK2_START_VALUE_CLASS

public static final java.lang.Class PK2_START_VALUE_CLASS
The Java class of Pk2 Start Value property.


PK3_START_VALUE

public static final java.lang.String PK3_START_VALUE
The Pk3 Start Value property. This is a java.lang.String property returning the Staring Value for Pk3_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK3_START_VALUE_CLASS

public static final java.lang.Class PK3_START_VALUE_CLASS
The Java class of Pk3 Start Value property.


PK4_START_VALUE

public static final java.lang.String PK4_START_VALUE
The Pk4 Start Value property. This is a java.lang.String property returning the Staring Value for Pk4_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK4_START_VALUE_CLASS

public static final java.lang.Class PK4_START_VALUE_CLASS
The Java class of Pk4 Start Value property.


PK5_START_VALUE

public static final java.lang.String PK5_START_VALUE
The Pk5 Start Value property. This is a java.lang.String property returning the Staring Value for Pk5_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK5_START_VALUE_CLASS

public static final java.lang.Class PK5_START_VALUE_CLASS
The Java class of Pk5 Start Value property.


PK_START_VALUES

public static final java.lang.String[] PK_START_VALUES

PK_START_VALUE_CLASSES

public static final java.lang.Class[] PK_START_VALUE_CLASSES

PK1_END_VALUE

public static final java.lang.String PK1_END_VALUE
The Pk1 End Value property. This is a java.lang.String property returning the End Value for PK1_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK1_END_VALUE_CLASS

public static final java.lang.Class PK1_END_VALUE_CLASS
The Java class of Pk1 End Value property.


PK2_END_VALUE

public static final java.lang.String PK2_END_VALUE
The Pk2 End Value property. This is a java.lang.String property returning the End Value for PK2_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK2_END_VALUE_CLASS

public static final java.lang.Class PK2_END_VALUE_CLASS
The Java class of Pk2 End Value property.


PK3_END_VALUE

public static final java.lang.String PK3_END_VALUE
The Pk3 End Value property. This is a java.lang.String property returning the End Value for Pk3_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK3_END_VALUE_CLASS

public static final java.lang.Class PK3_END_VALUE_CLASS
The Java class of Pk3 End Value property.


PK4_END_VALUE

public static final java.lang.String PK4_END_VALUE
The Pk4 End Value property. This is a java.lang.String property returning the End Value for Pk4_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK4_END_VALUE_CLASS

public static final java.lang.Class PK4_END_VALUE_CLASS
The Java class of Pk4 End Value property.


PK5_END_VALUE

public static final java.lang.String PK5_END_VALUE
The Pk5 Start Value property. This is a java.lang.String property returning the End Value for Pk5_Column for the tree node represented by the bean.

See Also:
Constant Field Values

PK5_END_VALUE_CLASS

public static final java.lang.Class PK5_END_VALUE_CLASS
The Java class of Pk5 End Value property.


PK_END_VALUES

public static final java.lang.String[] PK_END_VALUES

PK_END_VALUE_CLASSES

public static final java.lang.Class[] PK_END_VALUE_CLASSES

REFERENCE_TREE_CODE

public static final java.lang.String REFERENCE_TREE_CODE
The referenceTreeCode property. This is a java.lang.String property returning the Tree code referenced by the tree node represented by the bean.

See Also:
Constant Field Values

REFERENCE_TREE_CODE_CLASS

public static final java.lang.Class REFERENCE_TREE_CODE_CLASS
The Java class of Referenced Tree Code property.


REFERENCE_TREE_VERSION_ID

public static final java.lang.String REFERENCE_TREE_VERSION_ID
The referenceTreeVersionId property. This is a oracle.jbo.domain.String property returning the Tree Version ID referenced by the tree node represented by the bean.

See Also:
Constant Field Values

REFERENCE_TREE_VERSION_ID_CLASS

public static final java.lang.Class REFERENCE_TREE_VERSION_ID_CLASS
The Java class of Referenced TreeVersion ID property.


TREE_LABEL_ID

public static final java.lang.String TREE_LABEL_ID
The treeLabelId property. This is a oracle.jbo.domain.String property returning the Tree Label ID associated with the tree node represented by the bean

See Also:
Constant Field Values

TREE_LABEL_ID_CLASS

public static final java.lang.Class TREE_LABEL_ID_CLASS
The Java class of Tree Label ID property.


DEPTH

public static final java.lang.String DEPTH
The depth property. This is a java.lang.Integer property returning the depth of the tree node represented by the bean.

See Also:
Constant Field Values

DEPTH_CLASS

public static final java.lang.Class DEPTH_CLASS
The Java class of depth property.


CHILD_COUNT

public static final java.lang.String CHILD_COUNT
The childCount property. This is a java.lang.Integer property returning the number of children of the tree node represented by the bean.

See Also:
Constant Field Values

CHILD_COUNT_CLASS

public static final java.lang.Class CHILD_COUNT_CLASS
The Java class of childCount property.


PARENT_PK1_VALUE

public static final java.lang.String PARENT_PK1_VALUE
The Parent Pk1 Value property. This is a java.lang.String property returning the Staring Value for PK1_Column for the parent of tree node represented by the bean.

See Also:
Constant Field Values

PARENT_PK1_VALUE_CLASS

public static final java.lang.Class PARENT_PK1_VALUE_CLASS
The Java class of Pk1 parent Value property.


PARENT_PK2_VALUE

public static final java.lang.String PARENT_PK2_VALUE
The Parent Pk2 Value property. This is a java.lang.String property returning the Staring Value for PK2_Column for the parent of tree node represented by the bean.

See Also:
Constant Field Values

PARENT_PK2_VALUE_CLASS

public static final java.lang.Class PARENT_PK2_VALUE_CLASS
The Java class of Pk2 parent Value property.


PARENT_PK3_VALUE

public static final java.lang.String PARENT_PK3_VALUE
The Parent Pk3 Value property. This is a java.lang.String property returning the Staring Value for PK3_Column for the parent of tree node represented by the bean.

See Also:
Constant Field Values

PARENT_PK3_VALUE_CLASS

public static final java.lang.Class PARENT_PK3_VALUE_CLASS
The Java class of Pk3 parent Value property.


PARENT_PK4_VALUE

public static final java.lang.String PARENT_PK4_VALUE
The Parent Pk4 Value property. This is a java.lang.String property returning the Staring Value for PK4_Column for the parent of tree node represented by the bean.

See Also:
Constant Field Values

PARENT_PK4_VALUE_CLASS

public static final java.lang.Class PARENT_PK4_VALUE_CLASS
The Java class of Pk4 parent Value property.


PARENT_PK5_VALUE

public static final java.lang.String PARENT_PK5_VALUE
The Parent Pk5 Value property. This is a java.lang.String property returning the Staring Value for PK5_Column for the parent of tree node represented by the bean.

See Also:
Constant Field Values

PARENT_PK5_VALUE_CLASS

public static final java.lang.Class PARENT_PK5_VALUE_CLASS
The Java class of parent Pk5 Value property.


CHILDREN

public static final java.lang.String CHILDREN
The children property. This is a java.util.List property returning the children of the tree node represented by the bean.

See Also:
Constant Field Values

CHILDREN_CLASS

public static final java.lang.Class CHILDREN_CLASS
The Java class of children property.


HIERARCHY_DISPLAY

public static final java.lang.String HIERARCHY_DISPLAY
The hierarchyDisplay property. This is a java.lang.String property returning the concatenated String for display in the nodeStamp of a tree or treeTable.

See Also:
Constant Field Values

HIERARCHY_DISPLAY_CLASS

public static final java.lang.Class HIERARCHY_DISPLAY_CLASS
The Java class of hierarchyDisplay property.


LABEL

public static final java.lang.String LABEL
The label property. This is a java.lang.String property representing the label associated with a tree node.

See Also:
Constant Field Values

LABEL_CLASS

public static final java.lang.Class LABEL_CLASS
The Java class of label property.


VL_ACCESSOR_USED

public static final java.lang.String VL_ACCESSOR_USED
The VlAccessorUsed property. This is a java.lang.String property representing the Yes No Value to indicate whether view link accessor used for this node.

See Also:
Constant Field Values

VL_ACCESSOR_USED_CLASS

public static final java.lang.Class VL_ACCESSOR_USED_CLASS
The Java class of VlAccessorUsed property.


DATA_SOURCE

public static final java.lang.String DATA_SOURCE
The dataSource property. This is a java.lang.String property returning the name of the data source associated with a tree node.

See Also:
Constant Field Values

DATA_SOURCE_CLASS

public static final java.lang.Class DATA_SOURCE_CLASS
The Java class of dataSource property.


TREE_NODE_TYPE

public static final java.lang.String TREE_NODE_TYPE
The treeNodeType property. This is a TreeNodeType enum.

See Also:
Constant Field Values

TREE_NODE_TYPE_CLASS

public static final java.lang.Class TREE_NODE_TYPE_CLASS
The Java class of the treeNodeType property.


TREE_NODE_SUBTYPE

public static final java.lang.String TREE_NODE_SUBTYPE
The treeNodeSubType property. This is a TreeNodeSubType enum which will be used to track type of dynamically added nodes. like part of range,reference or accessor based node

See Also:
Constant Field Values

TREE_NODE_SUBTYPE_CLASS

public static final java.lang.Class TREE_NODE_SUBTYPE_CLASS
The Java class of the treeNodeSubType property.


TREE_NODE_PROPERTIES

public static final java.util.List<org.apache.commons.beanutils.DynaProperty> TREE_NODE_PROPERTIES
Tree Node Properties is a list to store all the DynaProperty's of the TreeNode DynaBean.

Constructor Detail

TreeNodeProperties

public TreeNodeProperties()

Oracle Fusion Middleware extensions for Applications Core API Reference
11g Release 1 (11.1.2)

E22562-02

Copyright © 2011 Oracle. All Rights Reserved.