Interface Accounts
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject
,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
AccountsImpl
public interface Accounts extends org.eclipse.emf.ecore.EObject
A representation of the model object 'Accounts'.The following features are supported:
- See Also:
BankAccountsPackage.getAccounts()
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<Account>
getAccounts()
Returns the value of the 'Accounts' containment reference list.
-
-
-
Method Detail
-
getAccounts
org.eclipse.emf.common.util.EList<Account> getAccounts()
Returns the value of the 'Accounts' containment reference list. The list contents are of typeAccount
.If the meaning of the 'Accounts' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Accounts' containment reference list.
- See Also:
BankAccountsPackage.getAccounts_Accounts()
-
-