static String getCurrencyCode(Currency name) { switch (name) { case Currency.laoKip: return "418"; } }