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