toValue method

String toValue()

Implementation

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