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

java.lang.Object
  extended by org.jacorb.ir.gui.typesystem.ModelParticipant
      extended by org.jacorb.ir.gui.typesystem.TypeSystemNode
          extended by org.jacorb.ir.gui.typesystem.remote.IRNode
              extended by org.jacorb.ir.gui.typesystem.remote.IRNodeWithType
                  extended by org.jacorb.ir.gui.typesystem.remote.IRParameter
All Implemented Interfaces:
TypeAssociator

public class IRParameter
extends IRNodeWithType

This class was generated by a SmartGuide.


Field Summary
 
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
protected IRParameter()
          IRParameter constructor comment.
protected IRParameter(ParameterDescription parDesc)
          IRParameter constructor comment.
 
Method Summary
 java.lang.String getInstanceNodeTypeName()
           
 ParameterMode getMode()
           
 TypeCode getTypeCode()
          This method was created by a SmartGuide.
static java.lang.String nodeTypeName()
           
 
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, getAbsoluteName, 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
 

Constructor Detail

IRParameter

protected IRParameter()
IRParameter constructor comment.


IRParameter

protected IRParameter(ParameterDescription parDesc)
IRParameter constructor comment.

Method Detail

getMode

public ParameterMode getMode()

getTypeCode

public TypeCode getTypeCode()
This method was created by a SmartGuide.

Overrides:
getTypeCode in class IRNode
Returns:
org.omg.CORBA.TypeCode

getInstanceNodeTypeName

public java.lang.String getInstanceNodeTypeName()
Overrides:
getInstanceNodeTypeName in class TypeSystemNode
Returns:
java.lang.String

nodeTypeName

public static java.lang.String nodeTypeName()