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

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
                  extended byorg.jacorb.ir.gui.typesystem.remote.IRConstant
All Implemented Interfaces:
TypeAssociator

public class IRConstant
extends IRNodeWithType


Field Summary
protected  java.lang.Object value
           
 
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
IRConstant()
          Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt
IRConstant(IRObject irObject)
          This method was created by a SmartGuide.
 
Method Summary
 java.lang.String description()
          This method was created by a SmartGuide.
static java.lang.String nodeTypeName()
          This method was created by a SmartGuide.
 
Methods inherited from class org.jacorb.ir.gui.typesystem.remote.IRNodeWithType
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
 

Field Detail

value

protected java.lang.Object value
Constructor Detail

IRConstant

public IRConstant()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt


IRConstant

public IRConstant(IRObject irObject)
This method was created by a SmartGuide.

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 IRNodeWithType
Returns:
java.lang.String

nodeTypeName

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

Returns:
java.lang.String