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
Interface for
ActionXxxData
classes.-
Method Summary
-
Method Details
-
getValue
Convenience method used to store any object. Objects may be stored by the client or the plugin.- Parameters:
key
- object key- Returns:
- object or null
-
setValue
Convenience method used to retrieve previously stored objects.- Parameters:
key
- object keyvalue
- object value
-