org.jacorb.ir.gui.typesystem.remote

Class IRConstant

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

String
description()
This method was created by a SmartGuide.
static String
nodeTypeName()
This method was created by a SmartGuide.

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

Field Details

value

protected java.lang.Object value

Constructor Details

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 Details

description

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

Returns:
java.lang.String


nodeTypeName

public static String nodeTypeName()
This method was created by a SmartGuide.
Overrides:
nodeTypeName in interface TypeSystemNode

Returns:
java.lang.String