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