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