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

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.IRValueBox
All Implemented Interfaces:
AbstractContainer, TypeAssociator

public class IRValueBox
extends IRNodeWithType
implements AbstractContainer


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 IRValueBox()
          IRValueBox constructor.
protected IRValueBox(org.omg.CORBA.IRObject irObject)
          IRValueBox constructor.
 
Method Summary
 ModelParticipant[] contents()
          The contents here is the type that is boxed.
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, getTypeCode, setIRObject
 
Methods inherited from class org.jacorb.ir.gui.typesystem.TypeSystemNode
compareTo, getInstanceNodeTypeName, 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

IRValueBox

protected IRValueBox()
IRValueBox constructor.


IRValueBox

protected IRValueBox(org.omg.CORBA.IRObject irObject)
IRValueBox constructor.

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

contents

public ModelParticipant[] contents()
The contents here is the type that is boxed.

Specified by:
contents in interface AbstractContainer
Returns:
org.omg.CORBA.Object

nodeTypeName

public static java.lang.String nodeTypeName()
Returns:
A string denoting the node type implemented here.