Class ParentInfo


  • public class ParentInfo
    extends java.lang.Object
    This class describes a parent relation between releational nodes.
    • Constructor Summary

      Constructors 
      Constructor Description
      ParentInfo​(java.lang.String desc)
      Creates a new ParentInfo object.
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String toString()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Field Detail

      • propname

        public final java.lang.String propname
      • virtualname

        public final java.lang.String virtualname
      • collectionname

        public final java.lang.String collectionname
      • isroot

        public final boolean isroot
    • Constructor Detail

      • ParentInfo

        public ParentInfo​(java.lang.String desc)
        Creates a new ParentInfo object.
        Parameters:
        desc - a single parent info descriptor
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
        Returns:
        a string representation of the parent info