Package com.pnfsoftware.jeb.core.actions
Interface IActionData
- All Known Implementing Classes:
ActionAutoRenameAllData,ActionCollapseData,ActionCommentData,ActionConvertData,ActionCreatePackageData,ActionData,ActionDeleteData,ActionMoveToData,ActionMoveToPackageData,ActionOverridesData,ActionRenameData,ActionReplaceData,ActionSetTypeData,ActionTypeHierarchyData,ActionXrefsData
public interface IActionData
Base contract for action payload objects exchanged between clients and engines.
-
Method Summary
-
Method Details
-
getValue
Retrieve an arbitrary value previously stored on this payload.Values may be stored by either the client or the plugin.
- Parameters:
key- object key- Returns:
- the stored object, or
nullif none was associated with the key
-
setValue
Store an arbitrary value on this payload.Values may be stored by either the client or the plugin.
- Parameters:
key- object keyvalue- object value
-