org.jacorb.ir.gui.typesystem.remote

Class IRValueMember

Implemented Interfaces:
TypeAssociator

public class IRValueMember
extends IRNodeWithType

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

IRValueMember()
Default constructor, called from TypeSystem.createNode(...)
IRValueMember(IRObject irObject)

Method Summary

String
getInstanceNodeTypeName()
static 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, 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

IRValueMember

public IRValueMember()
Default constructor, called from TypeSystem.createNode(...)


IRValueMember

public IRValueMember(IRObject irObject)

Parameters:
irObject - org.omg.CORBA.IRObject

Method Details

getInstanceNodeTypeName

public String getInstanceNodeTypeName()
Overrides:
getInstanceNodeTypeName in interface TypeSystemNode

Returns:
java.lang.String


nodeTypeName

public static String nodeTypeName()
Overrides:
nodeTypeName in interface TypeSystemNode

Returns:
A string denoting the node type implemented here.