fromString static method
- String str
override
The method to parse the value from a string.
Implementation
static AdifQslRcvdVia fromString(String str) {
return AdifQslRcvdVia(AdifQslViaEnumeration.fromString(str));
}
The method to parse the value from a string.
static AdifQslRcvdVia fromString(String str) {
return AdifQslRcvdVia(AdifQslViaEnumeration.fromString(str));
}