public class IROperation extends IRNodeWithType implements AbstractContainer
Modifier and Type | Field and Description |
---|---|
protected IRException[] |
exceptions |
protected IRParameter[] |
parameters |
irObject, repositoryID
absoluteName, name, treeNode
Constructor and Description |
---|
IROperation()
Default-Konstruktor: wird von TypeSystem.createNode(...) benutzt
|
IROperation(IRObject irObject)
This method was created by a SmartGuide.
|
Modifier and Type | Method and Description |
---|---|
ModelParticipant[] |
contents()
contents method comment.
|
java.lang.String |
description()
This method was created by a SmartGuide.
|
java.lang.String |
getInstanceNodeTypeName()
This method was created by a SmartGuide.
|
static java.lang.String |
nodeTypeName()
This method was created by a SmartGuide.
|
getAssociatedType, getAssociatedTypeSystemNode, setAssociatedTypeSystemNode
allowedToAdd, getAbsoluteName, getTypeCode, setIRObject
compareTo, getName, insertChild, setAbsoluteName, setName, toString
addToParent, buildTree, expand, getModelRepresentant, setModelRepresentant
protected IRParameter[] parameters
protected IRException[] exceptions
public IROperation()
public IROperation(IRObject irObject)
irObject
- org.omg.CORBA.IRObjectpublic ModelParticipant[] contents()
contents
in interface AbstractContainer
public java.lang.String getInstanceNodeTypeName()
getInstanceNodeTypeName
in class TypeSystemNode
public static java.lang.String nodeTypeName()
public java.lang.String description()
IRNodeWithType
description
in class IRNodeWithType