/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.gmf.codegen.gmfgen; import org.eclipse.emf.common.util.EList; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Gen Context Menu</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.gmf.codegen.gmfgen.GenContextMenu#getContext <em>Context</em>}</li> * </ul> * </p> * * @see org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getGenContextMenu() * @model * @generated */ public interface GenContextMenu extends GenContributionManager { /** * Returns the value of the '<em><b>Context</b></em>' reference list. * The list contents are of type {@link org.eclipse.gmf.codegen.gmfgen.GenCommonBase}. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Context</em>' reference list isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Context</em>' reference list. * @see org.eclipse.gmf.codegen.gmfgen.GMFGenPackage#getGenContextMenu_Context() * @model required="true" * @generated */ EList<GenCommonBase> getContext(); } // GenContextMenu