toProresParControl method
Implementation
ProresParControl toProresParControl() {
switch (this) {
case 'INITIALIZE_FROM_SOURCE':
return ProresParControl.initializeFromSource;
case 'SPECIFIED':
return ProresParControl.specified;
}
throw Exception('$this is not known in enum ProresParControl');
}