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