public class ObjectRepresentant extends ModelParticipant
| Modifier and Type | Field and Description |
|---|---|
protected Object |
counterPart |
protected String |
name |
protected TypeSystemNode |
typeSystemNode |
| Modifier | Constructor and Description |
|---|---|
protected |
ObjectRepresentant(Object counterPart,
TypeSystemNode type,
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.
|
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.
|
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentantprotected Object counterPart
protected String name
protected TypeSystemNode typeSystemNode
protected ObjectRepresentant(Object counterPart, TypeSystemNode type, String name)
counterPart - java.lang.Objectpublic int compareTo(ModelParticipant other)
compareTo in class ModelParticipantother - org.jacorb.ir;.gui.typesystem.ModelParticipantpublic TreeModel getTreeModel()
public TypeSystemNode getTypeSystemNode()
protected void setName(String name)
name - java.lang.Stringpublic String toString()
public String value()
Copyright © 2017 JacORB. All rights reserved.