org.jacorb.ir.gui.typesystem
Interface AbstractContainer

All Known Implementing Classes:
IRAlias, IRContainer, IREnum, IRException, IROperation, IRStruct, IRUnion, IRValueBox, RemoteObject, Struct

public interface AbstractContainer

This interface was generated by a SmartGuide.


Method Summary
 ModelParticipant[] contents()
          Erzeugt TypeSystemNodes f?r alle contained Objekte.
 

Method Detail

contents

public ModelParticipant[] contents()
Erzeugt TypeSystemNodes f?r alle contained Objekte. Default-Implementierung, die f?r "echte" CORBA-Container funktionert. F?r andere Klassen (z.B. IRStruct), die keine echten CORBA-Container sind, wird diese Methode ?berschrieben mit individuellem Code zum Auslesen der members.

Returns:
org.omg.CORBA.Object