static String encode(Operation value) { switch (value) { case Operation.transferGroup: return 'TRANSFER_GROUP'; } }