org.jacorb.ir.gui.typesystem.remote
Class IROperation

java.lang.Object
  extended byorg.jacorb.ir.gui.typesystem.ModelParticipant
      extended byorg.jacorb.ir.gui.typesystem.TypeSystemNode
          extended byorg.jacorb.ir.gui.typesystem.remote.IRNode
              extended byorg.jacorb.ir.gui.typesystem.remote.IRNodeWithType
                  extended byorg.jacorb.ir.gui.typesystem.remote.IROperation
All Implemented Interfaces:
AbstractContainer, TypeAssociator

public class IROperation
extends IRNodeWithType
implements AbstractContainer


Field Summary
protected  IRException[] exceptions
           
protected  IRParameter[] parameters
           
 
Fields inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode
irObject, repositoryID
 
Fields inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode
absoluteName, name, treeNode
 
Constructor Summary
IROperation()
          Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt
IROperation(IRObject irObject)
          This method was created by a SmartGuide.
 
Method Summary
 ModelParticipant[] contents()
          contents method comment.
 java.lang.String description()
          This method was created by a SmartGuide.
 java.lang.String getInstanceNodeTypeName()
          This method was created by a SmartGuide.
static java.lang.String nodeTypeName()
          This method was created by a SmartGuide.
 
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNodeWithType
getAssociatedType, getAssociatedTypeSystemNode, setAssociatedTypeSystemNode
 
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode
allowedToAdd, getAbsoluteName, getTypeCode, setIRObject
 
Methods inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode
compareTo, getName, insertChild, setAbsoluteName, setName, toString
 
Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

parameters

protected IRParameter[] parameters

exceptions

protected IRException[] exceptions
Constructor Detail

IROperation

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


IROperation

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

Parameters:
irObject - org.omg.CORBA.IRObject
Method Detail

contents

public ModelParticipant[] contents()
contents method comment.

Specified by:
contents in interface AbstractContainer
Returns:
org.omg.CORBA.Object

getInstanceNodeTypeName

public java.lang.String getInstanceNodeTypeName()
This method was created by a SmartGuide.

Overrides:
getInstanceNodeTypeName in class TypeSystemNode
Returns:
java.lang.String

nodeTypeName

public static java.lang.String nodeTypeName()
This method was created by a SmartGuide.

Returns:
java.lang.String

description

public java.lang.String description()
Description copied from class: IRNodeWithType
This method was created by a SmartGuide.

Overrides:
description in class IRNodeWithType
Returns:
java.lang.String