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.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
com.pnfsoftware.jeb.core.actions.ActionData
|
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ActionTypeHierarchyData() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
ICodeNode |
getBaseNode()
Get the base node for the type hierarchy (full or downward only).
| ||||||||||
ICodeNode |
getBaseNodeForAscendingHierarchy()
Get the base node for an optional upward (ascending) hierarchy.
| ||||||||||
void |
setBaseNode(ICodeNode node)
Set the base node for the type hierarchy (full or downward only) to be represented.
| ||||||||||
void |
setBaseNodeForAscendingHierarchy(ICodeNode node)
Set the base node for an optional upward (ascending) hierarchy.
|
[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 for the type hierarchy (full or downward only). This method is used by clients.
Get the base node for an optional upward (ascending) hierarchy. This method is used by clients.
Set the base node for the type hierarchy (full or downward only) to be represented. This method is used by unit plugins.
node | the base node of a type hierarchy |
---|
Set the base node for an optional upward (ascending) hierarchy. This method is used by unit plugins.
node | the base node of a type hierarchy |
---|