#include <Sterility.h>
Inheritance diagram for Sterility:
Public Types | |
enum | TYPE { MALE_STERILITY, FEMALE_STERILITY, UNKNOWN_STERILITY_TYPE } |
Public Member Functions | |
Sterility () | |
Sterility (const std::string value) | |
Sterility (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 | addSterilityBooleanMapping (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 | SterilityMapLoader |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from String. |
|
|
|
|
|
|
|
|
|
|