/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.tooldef; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Popup Menu</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.gmf.tooldef.PopupMenu#getID <em>ID</em>}</li> * </ul> * </p> * * @see org.eclipse.gmf.tooldef.GMFToolPackage#getPopupMenu() * @model * @generated */ public interface PopupMenu extends Menu, ContributionItem { /** * Returns the value of the '<em><b>ID</b></em>' attribute. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>ID</em>' attribute isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>ID</em>' attribute. * @see #setID(String) * @see org.eclipse.gmf.tooldef.GMFToolPackage#getPopupMenu_ID() * @model id="true" * @generated */ String getID(); /** * Sets the value of the '{@link org.eclipse.gmf.tooldef.PopupMenu#getID <em>ID</em>}' attribute. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>ID</em>' attribute. * @see #getID() * @generated */ void setID(String value); } // PopupMenu