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

    Modifier and Type
    Method
    Description
    Convenience method used to store any object.
    void
    setValue(String key, Object value)
    Convenience method used to retrieve previously stored objects.
  • Method Details

    • getValue

      Object getValue(String key)
      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

      void setValue(String key, Object value)
      Convenience method used to retrieve previously stored objects.
      Parameters:
      key - object key
      value - object value