33#ifndef TTA_EXPLORER_PLUGIN_PARAMETER_HH
34#define TTA_EXPLORER_PLUGIN_PARAMETER_HH
49 const std::string&
name,
ExplorerPluginParameterType
TCEString description_
The description (help text).
bool isCompulsory() const
virtual ~ExplorerPluginParameter()
TCEString description() const
bool compulsory_
Is parameter compulsory.
ExplorerPluginParameterType type_
Parameter type.
TCEString value_
The value of the parameter as a string, empty if none set.
void setValue(const std::string &value)
TCEString name_
Parameter name.
ExplorerPluginParameterType type() const
TCEString typeAsString() const