Interface Person

    • 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.
      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.
      • Methods inherited from interface org.eclipse.emf.ecore.EObject

        eAllContents, eClass, eContainer, eContainingFeature, eContainmentFeature, eContents, eCrossReferences, eGet, eGet, eInvoke, eIsProxy, eIsSet, eResource, eSet, eUnset
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getSharedAccounts

        org.eclipse.emf.common.util.EList<Account> getSharedAccounts()
        Returns the value of the 'Shared Accounts' reference list. The list contents are of type Account.

        If the meaning of the 'Shared Accounts' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Shared Accounts' reference list.
        See Also:
        FamiliesPackage.getPerson_SharedAccounts()
      • getAccounts

        org.eclipse.emf.common.util.EList<Account> getAccounts()
        Returns the value of the 'Accounts' containment reference list. The list contents are of type Account.

        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:
        FamiliesPackage.getPerson_Accounts()
      • getFriends

        org.eclipse.emf.common.util.EList<Person> getFriends()
        Returns the value of the 'Friends' reference list. The list contents are of type Person.

        If the meaning of the 'Friends' reference list isn't clear, there really should be more of a description here...

        Returns:
        the value of the 'Friends' reference list.
        See Also:
        FamiliesPackage.getPerson_Friends()