Class HierarchyConstants


  • public final class HierarchyConstants
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static java.lang.String PN_CHILDREN
      Exported children property name
      static java.lang.String PN_HIERARCHY_TYPE
      Hierarchical type of the exported item
      static java.lang.String PN_PATH
      Exported path property name
    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • PN_CHILDREN

        public static final java.lang.String PN_CHILDREN
        Exported children property name
        See Also:
        Constant Field Values
      • PN_HIERARCHY_TYPE

        public static final java.lang.String PN_HIERARCHY_TYPE
        Hierarchical type of the exported item
        See Also:
        Constant Field Values
      • PN_PATH

        public static final java.lang.String PN_PATH
        Exported path property name
        See Also:
        Constant Field Values