|
| Parameter (std::string name, Tools::DValue value, bool editable) |
|
| Parameter (std::string name, Query::Field::Position field_position, std::string related_action, bool editable) |
|
ParameterType | get_parameter_type () const |
|
std::string | get_name () const |
|
bool | get_editable () const |
|
Tools::DValue & | get_value () |
|
Query::Field::Position & | get_field_position () |
|
std::string | get_related_action () const |
|
void | set_parameter_type (ParameterType parameter_type) |
|
void | set_name (std::string name) |
|
void | set_editable (bool editable) |
|
void | set_value (Tools::DValue value) |
|
void | set_related_action (std::string related_action) |
|