fromString static method

AdifMyDxcc fromString(
  1. String str
)
override

The method to parse the value from a string.

Implementation

static AdifMyDxcc fromString(String str) {
  return AdifMyDxcc(AdifDxccEntityCodeEnumeration.fromString(str));
}