org.jacorb.ir.gui.typesystem
Interface Interface

All Known Implementing Classes:
IRInterface

public interface Interface

This interface was generated by a SmartGuide.


Method Summary
 TypeSystemNode[] getAllFields()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zurück
 TypeSystemNode[] getAllOperations()
          Gibt alle Fields inkl. der Fields der Super-Interfaces zurück
 Interface[] getSuperInterfaces()
          This method was created by a SmartGuide.
 

Method Detail

getAllFields

public TypeSystemNode[] getAllFields()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurück

Returns:
org.jacorb.ir.gui.typesystem.TypeSystemNode[]

getAllOperations

public TypeSystemNode[] getAllOperations()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurück

Returns:
org.jacorb.ir.gui.typesystem.TypeSystemNode[]

getSuperInterfaces

public Interface[] getSuperInterfaces()
This method was created by a SmartGuide.

Returns:
org.jacorb.ir.gui.typesystem.Interface[]