Class ActionTypeHierarchyData

java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionTypeHierarchyData
All Implemented Interfaces:
IActionData

public class ActionTypeHierarchyData extends ActionData
This action class holds information for to the Actions.QUERY_TYPE_HIER action.
  • Constructor Details

    • ActionTypeHierarchyData

      public ActionTypeHierarchyData()
  • Method Details

    • setBaseNode

      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
    • getBaseNode

      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
    • setBaseNodeForAscendingHierarchy

      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
    • getBaseNodeForAscendingHierarchy

      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