public class

ActionTypeHierarchyData

extends ActionData
java.lang.Object
   ↳ com.pnfsoftware.jeb.core.actions.ActionData
     ↳ com.pnfsoftware.jeb.core.actions.ActionTypeHierarchyData

Class Overview

This action class holds information for to the QUERY_TYPE_HIER action.

Summary

[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

Public Constructors

public ActionTypeHierarchyData ()

Public Methods

public ICodeNode getBaseNode ()

Get the base node for the type hierarchy (full or downward only). This method is used by clients.

Returns
  • the base node of a type hierarchy

public ICodeNode getBaseNodeForAscendingHierarchy ()

Get the base node for an optional upward (ascending) hierarchy. This method is used by clients.

Returns
  • the base node of a type hierarchy

public void setBaseNode (ICodeNode node)

Set the base node for the type hierarchy (full or downward only) to be represented. This method is used by unit plugins.

Parameters
node the base node of a type hierarchy

public void setBaseNodeForAscendingHierarchy (ICodeNode node)

Set the base node for an optional upward (ascending) hierarchy. This method is used by unit plugins.

Parameters
node the base node of a type hierarchy