#include <RelationshipEnded.h>
Inheritance diagram for RelationshipEnded:
Public Types | |
enum | TYPE { DIVORCE, SEPARATION, RELATIONSHIP_ENDED_OTHER_TYPE, RELATIONSHIP_ENDED_MISSING_TYPE } |
Public Member Functions | |
RelationshipEnded () | |
RelationshipEnded (const std::string value) | |
RelationshipEnded (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 | addRelationshipEndedBooleanMapping (std::string relationshipValue, std::string booleanMapping) |
static bool | isa (std::string inString) |
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 | RelationshipEndedMapLoader |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Reimplemented from String. |
|
|
|
|
|
|
|
|
|
|