Interface ItemsHolder<TDomain>

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      int getFixedItemSize()
      Returns the value of the 'Fixed Item Size' attribute.
      org.eclipse.emf.common.util.EList<Item> getItems()
      Returns the value of the 'Items' containment reference list.
      void setFixedItemSize​(int value)
      Sets the value of the 'Fixed Item Size' 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

      • getItems

        org.eclipse.emf.common.util.EList<Item> getItems()
        Returns the value of the 'Items' containment reference list. The list contents are of type Item.
        Returns:
        the value of the 'Items' containment reference list.
        See Also:
        MappingPackage.getItemsHolder_Items()
      • setFixedItemSize

        void setFixedItemSize​(int value)
        Sets the value of the 'Fixed Item Size' attribute.
        Parameters:
        value - the new value of the 'Fixed Item Size' attribute.
        See Also:
        getFixedItemSize()