cscie160.project
Interface ATMParams

All Known Implementing Classes:
ATMImpl, SecurityImpl, TransactionNotification

public interface ATMParams


Field Summary
static int ACCOUNTSTRLENGTH
           
static int BALANCEINQUIRY
           
static int DEPOSIT
           
static int TRANSFER
           
static int WITHDRAWAL
           
 

Field Detail

DEPOSIT

public static final int DEPOSIT
See Also:
Constant Field Values

WITHDRAWAL

public static final int WITHDRAWAL
See Also:
Constant Field Values

BALANCEINQUIRY

public static final int BALANCEINQUIRY
See Also:
Constant Field Values

TRANSFER

public static final int TRANSFER
See Also:
Constant Field Values

ACCOUNTSTRLENGTH

public static final int ACCOUNTSTRLENGTH
See Also:
Constant Field Values