/** */ package extensions; import org.eclipse.e4.ui.model.application.ui.basic.MPart; import org.eclipse.emf.ecore.EObject; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Browser Part</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link extensions.BrowserPart#getUri <em>Uri</em>}</li> * </ul> * </p> * * @see extensions.ExtensionsPackage#getBrowserPart() * @model * @generated */ public interface BrowserPart extends EObject, MPart { /** * Returns the value of the '<em><b>Uri</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Uri</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Uri</em>' attribute. * @see #setUri(String) * @see extensions.ExtensionsPackage#getBrowserPart_Uri() * @model * @generated */ String getUri(); /** * Sets the value of the '{@link extensions.BrowserPart#getUri <em>Uri</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Uri</em>' attribute. * @see #getUri() * @generated */ void setUri(String value); } // BrowserPart