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