Say I have following:
enum TransactionType { withdraw, deposit, transfer; // I am trying to hide this value without removing it. }
and