/** * <copyright> * </copyright> * * $Id$ */ package org.eclipse.amalgam.tutorials.emf.droid; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>Show Layout Action</b></em>'. * <!-- end-user-doc --> * * <p> * The following features are supported: * <ul> * <li>{@link org.eclipse.amalgam.tutorials.emf.droid.ShowLayoutAction#getLayout <em>Layout</em>}</li> * </ul> * </p> * * @see org.eclipse.amalgam.tutorials.emf.droid.DroidPackage#getShowLayoutAction() * @model * @generated */ public interface ShowLayoutAction extends Action { /** * Returns the value of the '<em><b>Layout</b></em>' reference. * <!-- begin-user-doc --> * <p> * If the meaning of the '<em>Layout</em>' reference isn't clear, * there really should be more of a description here... * </p> * <!-- end-user-doc --> * @return the value of the '<em>Layout</em>' reference. * @see #setLayout(Layout) * @see org.eclipse.amalgam.tutorials.emf.droid.DroidPackage#getShowLayoutAction_Layout() * @model * @generated */ Layout getLayout(); /** * Sets the value of the '{@link org.eclipse.amalgam.tutorials.emf.droid.ShowLayoutAction#getLayout <em>Layout</em>}' reference. * <!-- begin-user-doc --> * <!-- end-user-doc --> * @param value the new value of the '<em>Layout</em>' reference. * @see #getLayout() * @generated */ void setLayout(Layout value); } // ShowLayoutAction