Interface Account

  • All Superinterfaces:
    org.eclipse.emf.ecore.EObject, org.eclipse.emf.common.notify.Notifier
    All Known Implementing Classes:
    AccountImpl

    public interface Account
    extends org.eclipse.emf.ecore.EObject
    A representation of the model object 'Account'.

    The following features are supported:

    See Also:
    BankAccountsPackage.getAccount()
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getNumber()
      Returns the value of the 'Number' attribute.
      String getSortCode()
      Returns the value of the 'Sort Code' attribute.
      void setNumber​(String value)
      Sets the value of the 'Number' attribute.
      void setSortCode​(String value)
      Sets the value of the 'Sort Code' attribute.
      • 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

      • setSortCode

        void setSortCode​(String value)
        Sets the value of the 'Sort Code' attribute.
        Parameters:
        value - the new value of the 'Sort Code' attribute.
        See Also:
        getSortCode()
      • setNumber

        void setNumber​(String value)
        Sets the value of the 'Number' attribute.
        Parameters:
        value - the new value of the 'Number' attribute.
        See Also:
        getNumber()