cscie160.project
Interface ATMParams
- All Known Implementing Classes:
- ATMImpl, SecurityImpl, TransactionNotification
- public interface ATMParams
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