java.lang.Object
com.inductiveautomation.factorypmi.designer.property.configurators.DBBrowseTree.ColumnNode
All Implemented Interfaces:
Comparable<DBBrowseTree.ColumnNode>, TreeNode
Enclosing class:
DBBrowseTree

public static class DBBrowseTree.ColumnNode extends Object implements TreeNode, Comparable<DBBrowseTree.ColumnNode>
  • Method Details

    • getChildCount

      public int getChildCount()
      Specified by:
      getChildCount in interface TreeNode
    • getAllowsChildren

      public boolean getAllowsChildren()
      Specified by:
      getAllowsChildren in interface TreeNode
    • isLeaf

      public boolean isLeaf()
      Specified by:
      isLeaf in interface TreeNode
    • children

      public Enumeration children()
      Specified by:
      children in interface TreeNode
    • getParent

      public TreeNode getParent()
      Specified by:
      getParent in interface TreeNode
    • getChildAt

      public TreeNode getChildAt(int childIndex)
      Specified by:
      getChildAt in interface TreeNode
    • getIndex

      public int getIndex(TreeNode node)
      Specified by:
      getIndex in interface TreeNode
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • isKey

      public boolean isKey()
    • setKey

      public void setKey(boolean key)
    • getSortOrder

      public com.inductiveautomation.factorypmi.designer.property.configurators.DBBrowseTree.ColumnNode.Sort getSortOrder()
    • setSortOrder

      public void setSortOrder(com.inductiveautomation.factorypmi.designer.property.configurators.DBBrowseTree.ColumnNode.Sort order)
    • compareTo

      public int compareTo(DBBrowseTree.ColumnNode that)
      Specified by:
      compareTo in interface Comparable<DBBrowseTree.ColumnNode>
    • getColumnName

      public String getColumnName()
    • getDbSize

      public Integer getDbSize()
    • getDbType

      public String getDbType()
    • getDbTypeCode

      public int getDbTypeCode()
    • isPrimaryKey

      public boolean isPrimaryKey()