org.jacorb.ir.gui.remoteobject

Class ObjectRepresentant

Known Direct Subclasses:
RemoteObject, Struct

public class ObjectRepresentant
extends ModelParticipant

This class was generated by a SmartGuide.

Field Summary

protected Object
counterPart
protected String
name
protected TypeSystemNode
typeSystemNode

Constructor Summary

ObjectRepresentant(Object counterPart, TypeSystemNode type, String name)
This method was created by a SmartGuide.

Method Summary

int
compareTo(ModelParticipant other)
This method was created by a SmartGuide.
TreeModel
getTreeModel()
This method was created by a SmartGuide.
TypeSystemNode
getTypeSystemNode()
This method was created by a SmartGuide.
protected void
setName(String name)
This method was created by a SmartGuide.
String
toString()
This method was created by a SmartGuide.
String
value()
This method was created by a SmartGuide.

Methods inherited from class org.jacorb.ir.gui.typesystem.ModelParticipant

addToParent, buildTree, compareTo, expand, getModelRepresentant, setModelRepresentant

Field Details

counterPart

protected Object counterPart


name

protected String name


typeSystemNode

protected TypeSystemNode typeSystemNode

Constructor Details

ObjectRepresentant

protected ObjectRepresentant(Object counterPart,
                             TypeSystemNode type,
                             String name)
This method was created by a SmartGuide.

Parameters:
counterPart - java.lang.Object

Method Details

compareTo

public int compareTo(ModelParticipant other)
This method was created by a SmartGuide.
Overrides:
compareTo in interface ModelParticipant

Parameters:
other - org.jacorb.ir;.gui.typesystem.ModelParticipant

Returns:
int


getTreeModel

public TreeModel getTreeModel()
This method was created by a SmartGuide.

Returns:
TreeModel


getTypeSystemNode

public TypeSystemNode getTypeSystemNode()
This method was created by a SmartGuide.

Returns:
org.jacorb.ir;.gui.typesystem.TypeSystemNode


setName

protected void setName(String name)
This method was created by a SmartGuide.

Parameters:
name - java.lang.String


toString

public String toString()
This method was created by a SmartGuide.

Returns:
java.lang.String


value

public String value()
This method was created by a SmartGuide.

Returns:
java.lang.String