Package com.pnfsoftware.jeb.core.actions
Class ActionTypeHierarchyData
java.lang.Object
com.pnfsoftware.jeb.core.actions.ActionData
com.pnfsoftware.jeb.core.actions.ActionTypeHierarchyData
- All Implemented Interfaces:
IActionData
Action payload for
Actions.QUERY_TYPE_HIER.-
Field Summary
Fields inherited from class com.pnfsoftware.jeb.core.actions.ActionData
ERRCODE_UNKNOWN -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionGet the base node for the type hierarchy (full or downward only).Get the base node for an optional upward (ascending) hierarchy.voidsetBaseNode(ICodeNode node) Set the base node for the type hierarchy (full or downward only) to be represented.voidSet the base node for an optional upward (ascending) hierarchy.Methods inherited from class com.pnfsoftware.jeb.core.actions.ActionData
canReuseObject, getDescription, getExecutionErrorCode, getExecutionErrorMessage, getValue, isNoInfoRequest, reset, setDescription, setExecutionError, setExecutionErrorCode, setExecutionErrorMessage, setValue
-
Constructor Details
-
ActionTypeHierarchyData
public ActionTypeHierarchyData()
-
-
Method Details
-
setBaseNode
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
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
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
Get the base node for an optional upward (ascending) hierarchy. This method is used by clients.- Returns:
- the base node of a type hierarchy
-