org.jacorb.ir.gui.typesystem.remote

Class IRNodeWithType

Implemented Interfaces:
TypeAssociator
Known Direct 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

IRNodeWithType()
IRNodeWithType constructor comment.
IRNodeWithType(IRObject irObject)
IRNodeWithType constructor comment.

Method Summary

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

Constructor Details

IRNodeWithType

protected IRNodeWithType()
IRNodeWithType constructor comment.


IRNodeWithType

protected IRNodeWithType(IRObject irObject)
IRNodeWithType constructor comment.

Parameters:
irObject - org.omg.CORBA.IRObject

Method Details

description

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

Returns:
java.lang.String


getAssociatedType

public 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.