We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
enum DualAccountType { A_TYPE, B_TYPE, C_TYPE } interface DualAccountService { DualAccountType determineType(Integer accountNumber); }
Q: What if the type cannot be determined for the given account number?
There was an error while loading. Please reload this page.