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

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

Public Constructors

public ActionTypeHierarchyData ()

Public Methods

public ICodeNode getBaseNode ()

Get the base node. 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 to be represented. This method is used by unit plugins.

Parameters
node the base node of a type hierarchy