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