public static enum BillAccountDetails.PURPOSE extends Enum<BillAccountDetails.PURPOSE>
| Enum Constant and Description |
|---|
ADVANCE_AMOUNT |
ARREAR_AMOUNT |
ARREAR_LATEPAYMENT_CHARGES |
CHEQUE_BOUNCE_PENALTY |
CURRENT_AMOUNT |
CURRENT_LATEPAYMENT_CHARGES |
OTHERS |
REBATE |
| Modifier and Type | Method and Description |
|---|---|
static BillAccountDetails.PURPOSE |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static BillAccountDetails.PURPOSE[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final BillAccountDetails.PURPOSE ARREAR_AMOUNT
public static final BillAccountDetails.PURPOSE CURRENT_AMOUNT
public static final BillAccountDetails.PURPOSE ADVANCE_AMOUNT
public static final BillAccountDetails.PURPOSE ARREAR_LATEPAYMENT_CHARGES
public static final BillAccountDetails.PURPOSE CURRENT_LATEPAYMENT_CHARGES
public static final BillAccountDetails.PURPOSE CHEQUE_BOUNCE_PENALTY
public static final BillAccountDetails.PURPOSE REBATE
public static final BillAccountDetails.PURPOSE OTHERS
public static BillAccountDetails.PURPOSE[] values()
for (BillAccountDetails.PURPOSE c : BillAccountDetails.PURPOSE.values()) System.out.println(c);
public static BillAccountDetails.PURPOSE valueOf(String name)
name - the name of the enum constant to be returned.IllegalArgumentException - if this enum type has no constant with the specified nameNullPointerException - if the argument is nullCopyright © 2015–2017 eGovernments Foundation. All rights reserved.