public class IROperation extends IRNodeWithType implements AbstractContainer
| Modifier and Type | Field and Description |
|---|---|
protected IRException[] |
exceptions |
protected IRParameter[] |
parameters |
irObject, repositoryIDabsoluteName, 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, setAssociatedTypeSystemNodeallowedToAdd, getAbsoluteName, getTypeCode, setIRObjectcompareTo, getName, insertChild, setAbsoluteName, setName, toStringaddToParent, buildTree, expand, getModelRepresentant, setModelRepresentantprotected IRParameter[] parameters
protected IRException[] exceptions
public IROperation()
public IROperation(IRObject irObject)
irObject - org.omg.CORBA.IRObjectpublic ModelParticipant[] contents()
contents in interface AbstractContainerpublic java.lang.String getInstanceNodeTypeName()
getInstanceNodeTypeName in class TypeSystemNodepublic static java.lang.String nodeTypeName()
public java.lang.String description()
IRNodeWithTypedescription in class IRNodeWithType