public class IRNodeWithType extends IRNode implements TypeAssociator
irObject, repositoryID
absoluteName, name, treeNode
Modifier | Constructor and Description |
---|---|
protected |
IRNodeWithType()
IRNodeWithType constructor comment.
|
protected |
IRNodeWithType(IRObject irObject)
IRNodeWithType constructor comment.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
description()
This method was created by a SmartGuide.
|
java.lang.String |
getAssociatedType()
This method was created by a SmartGuide.
|
TypeSystemNode |
getAssociatedTypeSystemNode()
This method was created by a SmartGuide.
|
protected void |
setAssociatedTypeSystemNode(TypeSystemNode typeNode)
This method was created by a SmartGuide.
|
allowedToAdd, getAbsoluteName, getTypeCode, setIRObject
compareTo, getInstanceNodeTypeName, getName, insertChild, nodeTypeName, setAbsoluteName, setName, toString
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
protected IRNodeWithType()
protected IRNodeWithType(IRObject irObject)
irObject
- org.omg.CORBA.IRObjectpublic java.lang.String description()
description
in class IRNode
public java.lang.String getAssociatedType()
getAssociatedType
in interface TypeAssociator
public TypeSystemNode getAssociatedTypeSystemNode()
getAssociatedTypeSystemNode
in interface TypeAssociator
protected void setAssociatedTypeSystemNode(TypeSystemNode typeNode)