toMovCslgAtom method
Implementation
MovCslgAtom toMovCslgAtom() {
switch (this) {
case 'INCLUDE':
return MovCslgAtom.include;
case 'EXCLUDE':
return MovCslgAtom.exclude;
}
throw Exception('$this is not known in enum MovCslgAtom');
}