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

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
All Implemented Interfaces:
TypeAssociator
Direct Known Subclasses:
IRAlias, IRArray, IRAttribute, IRConstant, IROperation, IRParameter, IRSequence, IRStructMember, IRUnionMember, IRValueBox, IRValueMember

public class IRNodeWithType
extends IRNode
implements TypeAssociator

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 IRNodeWithType()
          IRNodeWithType constructor comment.
protected IRNodeWithType(IRObject irObject)
          IRNodeWithType constructor comment.
 
Method Summary
 java.lang.String description()
          This method was created by a SmartGuide.
 java.lang.String getAssociatedType()
          This method was created by a SmartGuide.
 TypeSystemNode getAssociatedTypeSystemNode()
          This method was created by a SmartGuide.
protected  void setAssociatedTypeSystemNode(TypeSystemNode typeNode)
          This method was created by a SmartGuide.
 
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, getInstanceNodeTypeName, getName, insertChild, nodeTypeName, 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

IRNodeWithType

protected IRNodeWithType()
IRNodeWithType constructor comment.


IRNodeWithType

protected IRNodeWithType(IRObject irObject)
IRNodeWithType constructor comment.

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

description

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

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

getAssociatedType

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

Specified by:
getAssociatedType in interface TypeAssociator
Returns:
java.lang.String

getAssociatedTypeSystemNode

public TypeSystemNode getAssociatedTypeSystemNode()
This method was created by a SmartGuide.

Specified by:
getAssociatedTypeSystemNode in interface TypeAssociator
Returns:
java.lang.String

setAssociatedTypeSystemNode

protected void setAssociatedTypeSystemNode(TypeSystemNode typeNode)
This method was created by a SmartGuide.