org.jacorb.ir.gui.typesystem.remote

Class IROperation

Implemented Interfaces:
AbstractContainer, TypeAssociator

public class IROperation
extends IRNodeWithType
implements AbstractContainer

This class was generated by a SmartGuide.

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.
String
description()
String
getInstanceNodeTypeName()
This method was created by a SmartGuide.
static String
nodeTypeName()
This method was created by a SmartGuide.

Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNodeWithType

description, getAssociatedType, getAssociatedTypeSystemNode, setAssociatedTypeSystemNode

Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNode

allowedToAdd, description, getAbsoluteName, getTypeCode, setIRObject

Methods inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode

allowedToAdd, compareTo, description, getAbsoluteName, getInstanceNodeTypeName, getName, insertChild, nodeTypeName, setAbsoluteName, setName, toString

Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant

addToParent, buildTree, compareTo, expand, getModelRepresentant, setModelRepresentant

Field Details

exceptions

protected IRException[] exceptions


parameters

protected IRParameter[] parameters

Constructor Details

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 Details

contents

public ModelParticipant[] contents()
contents method comment.
Specified by:
contents in interface AbstractContainer


description

public String description()
Overrides:
description in interface IRNodeWithType

Returns:
java.lang.String


getInstanceNodeTypeName

public String getInstanceNodeTypeName()
This method was created by a SmartGuide.
Overrides:
getInstanceNodeTypeName in interface TypeSystemNode

Returns:
java.lang.String


nodeTypeName

public static String nodeTypeName()
This method was created by a SmartGuide.
Overrides:
nodeTypeName in interface TypeSystemNode

Returns:
java.lang.String