| java.lang.Object | ||
| ↳ | com.pnfsoftware.jeb.core.actions.ActionData | |
| ↳ | com.pnfsoftware.jeb.core.actions.ActionTypeHierarchyData | |
This action class holds information for to the QUERY_TYPE_HIER action.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ActionTypeHierarchyData() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| ICodeNode |
getBaseNode()
Get the base node.
| ||||||||||
| void |
setBaseNode(ICodeNode node)
Set the base node for the type hierarchy to be represented.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
| |||||||||||
From class
java.lang.Object
| |||||||||||
From interface
com.pnfsoftware.jeb.core.actions.IActionData
| |||||||||||
Get the base node. This method is used by clients.
Set the base node for the type hierarchy to be represented. This method is used by unit plugins.
| node | the base node of a type hierarchy |
|---|