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