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