public abstract class IRNode extends TypeSystemNode
Modifier and Type | Field and Description |
---|---|
protected IRObject |
irObject |
protected java.lang.String |
repositoryID |
absoluteName, name, treeNode
Modifier | Constructor and Description |
---|---|
protected |
IRNode()
Dient nur dem Durchreichen des Konstruktor-Aufrufs an Oberklasse
|
protected |
IRNode(IRObject irObject) |
Modifier and Type | Method and Description |
---|---|
java.lang.String[] |
allowedToAdd()
Gibt Array mit Strings zurück: die Node-Typen, die zu dieser Node
hinzugefügt werden können.
|
java.lang.String |
description() |
java.lang.String |
getAbsoluteName() |
TypeCode |
getTypeCode() |
protected void |
setIRObject(IRObject irobj)
Referenz auf dazugehöriges IRObject setzen.(kann null sein, z.B.
|
compareTo, getInstanceNodeTypeName, getName, insertChild, nodeTypeName, setAbsoluteName, setName, toString
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
protected IRObject irObject
protected java.lang.String repositoryID
protected IRNode()
protected IRNode(IRObject irObject)
irObject
- org.omg.CORBA.IRObjectpublic java.lang.String[] allowedToAdd()
TypeSystemNode
allowedToAdd
in class TypeSystemNode
public java.lang.String description()
description
in class TypeSystemNode
public java.lang.String getAbsoluteName()
getAbsoluteName
in class TypeSystemNode
public TypeCode getTypeCode()
protected void setIRObject(IRObject irobj)
irobj
- org.omg.CORBA.IRObject