org.jacorb.ir.gui.typesystem.remote

Class IRInterface

public class IRInterface extends IRContainer implements Interface

Constructor Summary
IRInterface()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt
IRInterface(IRObject irObject)
This method was created by a SmartGuide.
Method Summary
String[]allowedToAdd()
This method was created by a SmartGuide.
Stringdescription()
TypeSystemNode[]getAllFields()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurC
TypeSystemNode[]getAllOperations()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurC
Interface[]getSuperInterfaces()
This method was created by a SmartGuide.
static StringnodeTypeName()
protected voidsetIRObject(IRObject irObject)

Constructor Detail

IRInterface

public IRInterface()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt

IRInterface

public IRInterface(IRObject irObject)
This method was created by a SmartGuide.

Parameters: irObject org.omg.CORBA.IRObject

Method Detail

allowedToAdd

public String[] allowedToAdd()
This method was created by a SmartGuide.

Returns: java.lang.String[]

description

public String description()

Returns: java.lang.String

getAllFields

public TypeSystemNode[] getAllFields()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurCReturns: org.jacorb.ir.gui.typesystem.TypeSystemNode[]

getAllOperations

public TypeSystemNode[] getAllOperations()
Gibt alle Fields inkl. der Fields der Super-Interfaces zurCReturns: org.jacorb.ir.gui.typesystem.TypeSystemNode[]

getSuperInterfaces

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

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

nodeTypeName

public static String nodeTypeName()

Returns: java.lang.String

setIRObject

protected void setIRObject(IRObject irObject)

Parameters: irObject org.omg.CORBA.IRObject