package postingrules; /*Generated by MPS */ public enum AccountType { BASE_USAGE(), SERVICE(), TAX(); private AccountType() { } }