Uses of Interface
org.eclipse.epsilon.hutn.test.model.bankAccounts.Accounts
-
Packages that use Accounts Package Description org.eclipse.epsilon.hutn.test.model.bankAccounts org.eclipse.epsilon.hutn.test.model.bankAccounts.impl org.eclipse.epsilon.hutn.test.model.bankAccounts.util -
-
Uses of Accounts in org.eclipse.epsilon.hutn.test.model.bankAccounts
Methods in org.eclipse.epsilon.hutn.test.model.bankAccounts that return Accounts Modifier and Type Method Description AccountsBankAccountsFactory. createAccounts()Returns a new object of class 'Accounts'. -
Uses of Accounts in org.eclipse.epsilon.hutn.test.model.bankAccounts.impl
Classes in org.eclipse.epsilon.hutn.test.model.bankAccounts.impl that implement Accounts Modifier and Type Class Description classAccountsImplAn implementation of the model object 'Accounts'.Methods in org.eclipse.epsilon.hutn.test.model.bankAccounts.impl that return Accounts Modifier and Type Method Description AccountsBankAccountsFactoryImpl. createAccounts() -
Uses of Accounts in org.eclipse.epsilon.hutn.test.model.bankAccounts.util
Methods in org.eclipse.epsilon.hutn.test.model.bankAccounts.util with parameters of type Accounts Modifier and Type Method Description TBankAccountsSwitch. caseAccounts(Accounts object)Returns the result of interpreting the object as an instance of 'Accounts'.
-