toValue method
Implementation
String toValue() {
switch (this) {
case CmfcScte35Esam.insert:
return 'INSERT';
case CmfcScte35Esam.none:
return 'NONE';
}
}
String toValue() {
switch (this) {
case CmfcScte35Esam.insert:
return 'INSERT';
case CmfcScte35Esam.none:
return 'NONE';
}
}