BankFactory constructor

BankFactory(
  1. List enums
)

Constructor that specifies Enum

Implementation

BankFactory(List enums):super(enums);