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