The method to parse the value from a string.
static AdifCont fromString(String str) { return AdifCont(AdifContinentEnumeration.fromString(str)); }