toValue method
Implementation
String toValue() {
switch (this) {
case ActionCode.archiveRetrieval:
return 'ArchiveRetrieval';
case ActionCode.inventoryRetrieval:
return 'InventoryRetrieval';
case ActionCode.select:
return 'Select';
}
}