public class AccountTypeSet
extends java.lang.Object
| Constructor and Description |
|---|
AccountTypeSet() |
| Modifier and Type | Method and Description |
|---|---|
void |
addType(int newAccountType)
Adds the given account type to the set.
|
boolean |
includesType(Account acct)
Returns true if the type of the given account is in the set.
|
boolean |
includesType(int accountType)
Returns true if the given account type is in the set.
|
public boolean includesType(Account acct)
public boolean includesType(int accountType)
public void addType(int newAccountType)