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