getContinentCode function

String getContinentCode()

Implementation

String getContinentCode(
    )
{
    return continentCode;
}