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