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.
CustomAction is a generic action class that captures all the sub-properties of the action as a proper...
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.