public interface Person extends NamedElement
The following features are supported:
FamiliesPackage.getPerson()| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Account> |
getAccounts()
Returns the value of the 'Accounts' containment reference list.
|
org.eclipse.emf.common.util.EList<Person> |
getFriends()
Returns the value of the 'Friends' reference list.
|
org.eclipse.emf.common.util.EList<Account> |
getSharedAccounts()
Returns the value of the 'Shared Accounts' reference list.
|
getName, setNameorg.eclipse.emf.common.util.EList<Account> getSharedAccounts()
Account.
If the meaning of the 'Shared Accounts' reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getPerson_SharedAccounts()org.eclipse.emf.common.util.EList<Account> getAccounts()
Account.
If the meaning of the 'Accounts' containment reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getPerson_Accounts()org.eclipse.emf.common.util.EList<Person> getFriends()
Person.
If the meaning of the 'Friends' reference list isn't clear, there really should be more of a description here...
FamiliesPackage.getPerson_Friends()Copyright © 2020. All rights reserved.