Enum Class TreeNode

java.lang.Object
java.lang.Enum<TreeNode>
com.ptc.mvc.components.TreeNode
All Implemented Interfaces:
Serializable, Comparable<TreeNode>, Constable

public enum TreeNode extends Enum<TreeNode>
Describes the types of node for a Tree
Supported API: true

Extendable: false
  • Enum Constant Details

    • RootNode

      public static final TreeNode RootNode
      Indicates the root of tree

      Supported API: true