org.jacorb.ir.gui.typesystem

Interface AbstractContainer

Known Implementing Classes:
IRAlias, IRContainer, IREnum, IRException, IRInterface, IRModule, IROperation, IRRepository, IRStruct, IRUnion, IRValue, 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 Details

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