public class ObjectRepresentant extends ModelParticipant
Modifier and Type | Field and Description |
---|---|
protected java.lang.Object |
counterPart |
protected java.lang.String |
name |
protected TypeSystemNode |
typeSystemNode |
Modifier | Constructor and Description |
---|---|
protected |
ObjectRepresentant(java.lang.Object counterPart,
TypeSystemNode type,
java.lang.String name)
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
int |
compareTo(ModelParticipant other)
This method was created by a SmartGuide.
|
javax.swing.tree.TreeModel |
getTreeModel()
This method was created by a SmartGuide.
|
TypeSystemNode |
getTypeSystemNode()
This method was created by a SmartGuide.
|
protected void |
setName(java.lang.String name)
This method was created by a SmartGuide.
|
java.lang.String |
toString()
This method was created by a SmartGuide.
|
java.lang.String |
value()
This method was created by a SmartGuide.
|
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
protected java.lang.Object counterPart
protected java.lang.String name
protected TypeSystemNode typeSystemNode
protected ObjectRepresentant(java.lang.Object counterPart, TypeSystemNode type, java.lang.String name)
counterPart
- java.lang.Objectpublic int compareTo(ModelParticipant other)
compareTo
in class ModelParticipant
other
- org.jacorb.ir;.gui.typesystem.ModelParticipantpublic javax.swing.tree.TreeModel getTreeModel()
public TypeSystemNode getTypeSystemNode()
protected void setName(java.lang.String name)
name
- java.lang.Stringpublic java.lang.String toString()
toString
in class java.lang.Object
public java.lang.String value()