Interface BankAccountsPackage

  • All Superinterfaces:
    org.eclipse.emf.ecore.EModelElement, org.eclipse.emf.ecore.ENamedElement, org.eclipse.emf.ecore.EObject, org.eclipse.emf.ecore.EPackage, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    BankAccountsPackageImpl

    public interface BankAccountsPackage
    extends org.eclipse.emf.ecore.EPackage
    The Package for the model. It contains accessors for the meta objects to represent
    • each class,
    • each feature of each class,
    • each enum,
    • and each data type
    See Also:
    BankAccountsFactory
    • Nested Class Summary

      Nested Classes 
      Modifier and Type Interface Description
      static interface  BankAccountsPackage.Literals
      Defines literals for the meta objects that represent each class, each feature of each class, each enum, and each data type
      • Nested classes/interfaces inherited from interface org.eclipse.emf.ecore.EPackage

        org.eclipse.emf.ecore.EPackage.Descriptor, org.eclipse.emf.ecore.EPackage.Registry
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      org.eclipse.emf.ecore.EClass getAccount()
      Returns the meta object for class 'Account'.
      org.eclipse.emf.ecore.EAttribute getAccount_Number()
      Returns the meta object for the attribute 'Number'.
      org.eclipse.emf.ecore.EAttribute getAccount_SortCode()
      Returns the meta object for the attribute 'Sort Code'.
      org.eclipse.emf.ecore.EClass getAccounts()
      Returns the meta object for class 'Accounts'.
      org.eclipse.emf.ecore.EReference getAccounts_Accounts()
      Returns the meta object for the containment reference list 'Accounts'.
      BankAccountsFactory getBankAccountsFactory()
      Returns the factory that creates the instances of the model.
      • Methods inherited from interface org.eclipse.emf.ecore.EModelElement

        getEAnnotation, getEAnnotations
      • Methods inherited from interface org.eclipse.emf.ecore.ENamedElement

        getName, setName
      • 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.ecore.EPackage

        getEClassifier, getEClassifiers, getEFactoryInstance, getESubpackages, getESuperPackage, getNsPrefix, getNsURI, setEFactoryInstance, setNsPrefix, setNsURI
      • Methods inherited from interface org.eclipse.emf.common.notify.Notifier

        eAdapters, eDeliver, eNotify, eSetDeliver
    • Method Detail

      • getAccounts

        org.eclipse.emf.ecore.EClass getAccounts()
        Returns the meta object for class 'Accounts'.
        Returns:
        the meta object for class 'Accounts'.
        See Also:
        Accounts
      • getAccounts_Accounts

        org.eclipse.emf.ecore.EReference getAccounts_Accounts()
        Returns the meta object for the containment reference list 'Accounts'.
        Returns:
        the meta object for the containment reference list 'Accounts'.
        See Also:
        Accounts.getAccounts(), getAccounts()
      • getAccount

        org.eclipse.emf.ecore.EClass getAccount()
        Returns the meta object for class 'Account'.
        Returns:
        the meta object for class 'Account'.
        See Also:
        Account
      • getAccount_SortCode

        org.eclipse.emf.ecore.EAttribute getAccount_SortCode()
        Returns the meta object for the attribute 'Sort Code'.
        Returns:
        the meta object for the attribute 'Sort Code'.
        See Also:
        Account.getSortCode(), getAccount()
      • getAccount_Number

        org.eclipse.emf.ecore.EAttribute getAccount_Number()
        Returns the meta object for the attribute 'Number'.
        Returns:
        the meta object for the attribute 'Number'.
        See Also:
        Account.getNumber(), getAccount()
      • getBankAccountsFactory

        BankAccountsFactory getBankAccountsFactory()
        Returns the factory that creates the instances of the model.
        Returns:
        the factory that creates the instances of the model.