33#ifndef API_MIP_UPE_CUSTOM_ACTION_H_ 
   34#define API_MIP_UPE_CUSTOM_ACTION_H_ 
   58  virtual const std::string& 
GetName() 
const = 0;
 
   64  virtual const std::vector<std::pair<std::string, std::string>>& 
GetProperties() 
const = 0;
 
 
A file containing the Action base class and the ActionType enumerator.
Interface for an action. Each action translates to a step that needs to be taken by the application t...
Definition action.h:93
CustomAction is a generic action class that captures all the sub-properties of the action as a proper...
Definition custom_action.h:51
virtual const std::vector< std::pair< std::string, std::string > > & GetProperties() const =0
Get the properties key value pair list.
virtual const std::string & GetName() const =0
Get action name.
A file Containing the common types used by the upe, file and protection modules.