psdi.iface.app.intobject

Class StructTree

  • java.lang.Object
    • psdi.iface.app.intobject.StructTree


  • public class StructTree
    extends java.lang.Object
    • Constructor Detail

      • StructTree

        public StructTree(MboRemote n)
        Parameters:
        n - Give mbo
    • Method Detail

      • getStructMbo

        public MboRemote getStructMbo()
      • addChildren

        public void addChildren(StructTree info)
      • getChildren

        public java.util.List getChildren()
      • toString

        public java.lang.String toString()
        Dump the details of the Structure Tree. Use for debugging only !
        Overrides:
        toString in class java.lang.Object