#include <BoolParam.h>
Public Member Functions | |
BoolParam () | |
BoolParam (bool boolVal, const string &nameVal) | |
virtual | ~BoolParam () |
bool | getValue () |
virtual string | getType () |
Protected Member Functions | |
virtual string | valueToString () |
Private Attributes | |
bool | value_m |
BoolParam class used to support OFFLINE tasks
Parameters::BoolParam::BoolParam | ( | ) |
Constructor
Parameters::BoolParam::BoolParam | ( | bool | boolVal, | |
const string & | nameVal | |||
) |
Constructor
virtual Parameters::BoolParam::~BoolParam | ( | ) | [virtual] |
Destructor
virtual string Parameters::BoolParam::getType | ( | ) | [virtual] |
Implements Parameters::Param.
bool Parameters::BoolParam::getValue | ( | ) |
virtual string Parameters::BoolParam::valueToString | ( | ) | [protected, virtual] |
Used to create the value portion of the toString (XML) string. Different concrete implementations may do this differently, but they will all have such a method.
Implements Parameters::Param.
bool Parameters::BoolParam::value_m [private] |