/** */ package com.rcpcompany.uibindings.tests.shop; /** * <!-- begin-user-doc --> A representation of the model object '<em><b>Item Description</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link com.rcpcompany.uibindings.tests.shop.ShopItemDescription#getDescription <em> * Description</em>}</li> * </ul> * </p> * * @see com.rcpcompany.uibindings.tests.shop.ShopPackage#getShopItemDescription() * @generated */ public interface ShopItemDescription extends ShopItemInformation { /** * Returns the value of the '<em><b>Description</b></em>' attribute. <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Description</em>' attribute isn't clear, there really should be * more of a description here... * </p> * <!-- end-user-doc --> * * @return the value of the '<em>Description</em>' attribute. * @see #setDescription(String) * @see com.rcpcompany.uibindings.tests.shop.ShopPackage#getShopItemDescription_Description() * @generated */ String getDescription(); /** * Sets the value of the ' * {@link com.rcpcompany.uibindings.tests.shop.ShopItemDescription#getDescription * <em>Description</em>}' attribute. <!-- begin-user-doc --> <!-- end-user-doc --> * * @param value the new value of the '<em>Description</em>' attribute. * @see #getDescription() * @generated */ void setDescription(String value); } // ShopItemDescription