#include <Infertility.h>
Inheritance diagram for Infertility:
Public Types | |
enum | TYPE { MALE_INFERTILITY, FEMALE_INFERTILITY, UNKNOWN_INFERTILITY_TYPE } |
Public Member Functions | |
Infertility () | |
Infertility (const std::string value) | |
Infertility (const char *value) | |
void | set (const char *value) |
void | set (const std::string value) |
const bool | getBoolean (void) const |
char | getBooleanAsChar (void) const |
const TYPE | getType (void) const |
Static Public Member Functions | |
static void | addInfertilityBooleanMapping (std::string relationshipValue, std::string booleanMapping) |
Private Attributes | |
Boolean | _booleanValue |
TYPE | _type |
Static Private Attributes | |
static std::map< std::string, std::string > | _lookupTable |
static std::map< std::string, TYPE > | _lookupTypeTable |
Friends | |
class | InfertilityMapLoader |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from String. |
|
|
|
|
|
|
|
|
|
|