Interface BankAccountsPackage.Literals

  • Enclosing interface:
    BankAccountsPackage

    public 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
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static org.eclipse.emf.ecore.EClass ACCOUNT
      The meta object literal for the 'Account' class.
      static org.eclipse.emf.ecore.EAttribute ACCOUNT__NUMBER
      The meta object literal for the 'Number' attribute feature.
      static org.eclipse.emf.ecore.EAttribute ACCOUNT__SORT_CODE
      The meta object literal for the 'Sort Code' attribute feature.
      static org.eclipse.emf.ecore.EClass ACCOUNTS
      The meta object literal for the 'Accounts' class.
      static org.eclipse.emf.ecore.EReference ACCOUNTS__ACCOUNTS
      The meta object literal for the 'Accounts' containment reference list feature.
    • Field Detail

      • ACCOUNTS__ACCOUNTS

        static final org.eclipse.emf.ecore.EReference ACCOUNTS__ACCOUNTS
        The meta object literal for the 'Accounts' containment reference list feature.
      • ACCOUNT__SORT_CODE

        static final org.eclipse.emf.ecore.EAttribute ACCOUNT__SORT_CODE
        The meta object literal for the 'Sort Code' attribute feature.
      • ACCOUNT__NUMBER

        static final org.eclipse.emf.ecore.EAttribute ACCOUNT__NUMBER
        The meta object literal for the 'Number' attribute feature.