blob: 586e0c5678631941034125d3fcf6b7d01a8209bc [file] [log] [blame]
/**
* Copyright (c) 2014,2016 Loetz GmbH&Co.KG (Heidelberg)
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http{//www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Loetz GmbH&Co.KG - Initial implementation
*
*/
package org.eclipse.osbp.xtext.menu;
import org.eclipse.emf.common.util.EList;
import org.eclipse.osbp.dsl.semantic.common.types.LPackage;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Menu Package</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#getEntries <em>Entries</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#isSubMenuIsAccordion <em>Sub Menu Is Accordion</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#getExpandedImage <em>Expanded Image</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#getCollapsedImage <em>Collapsed Image</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#getWidth <em>Width</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.menu.MenuPackage#isHasDesigner <em>Has Designer</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage()
* @model
* @generated
*/
public interface MenuPackage extends LPackage {
/**
* Returns the value of the '<em><b>Entries</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.menu.MenuEntry}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Entries</em>' containment reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Entries</em>' containment reference list.
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_Entries()
* @model containment="true"
* @generated
*/
EList<MenuEntry> getEntries();
/**
* Returns the value of the '<em><b>Sub Menu Is Accordion</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Sub Menu Is Accordion</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Sub Menu Is Accordion</em>' attribute.
* @see #setSubMenuIsAccordion(boolean)
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_SubMenuIsAccordion()
* @model unique="false"
* @generated
*/
boolean isSubMenuIsAccordion();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.menu.MenuPackage#isSubMenuIsAccordion <em>Sub Menu Is Accordion</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Sub Menu Is Accordion</em>' attribute.
* @see #isSubMenuIsAccordion()
* @generated
*/
void setSubMenuIsAccordion(boolean value);
/**
* Returns the value of the '<em><b>Expanded Image</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Expanded Image</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Expanded Image</em>' attribute.
* @see #setExpandedImage(String)
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_ExpandedImage()
* @model unique="false"
* @generated
*/
String getExpandedImage();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.menu.MenuPackage#getExpandedImage <em>Expanded Image</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Expanded Image</em>' attribute.
* @see #getExpandedImage()
* @generated
*/
void setExpandedImage(String value);
/**
* Returns the value of the '<em><b>Collapsed Image</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Collapsed Image</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Collapsed Image</em>' attribute.
* @see #setCollapsedImage(String)
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_CollapsedImage()
* @model unique="false"
* @generated
*/
String getCollapsedImage();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.menu.MenuPackage#getCollapsedImage <em>Collapsed Image</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Collapsed Image</em>' attribute.
* @see #getCollapsedImage()
* @generated
*/
void setCollapsedImage(String value);
/**
* Returns the value of the '<em><b>Width</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Width</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Width</em>' attribute.
* @see #setWidth(String)
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_Width()
* @model unique="false"
* @generated
*/
String getWidth();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.menu.MenuPackage#getWidth <em>Width</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Width</em>' attribute.
* @see #getWidth()
* @generated
*/
void setWidth(String value);
/**
* Returns the value of the '<em><b>Has Designer</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Designer</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Has Designer</em>' attribute.
* @see #setHasDesigner(boolean)
* @see org.eclipse.osbp.xtext.menu.MenuDslPackage#getMenuPackage_HasDesigner()
* @model unique="false"
* @generated
*/
boolean isHasDesigner();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.menu.MenuPackage#isHasDesigner <em>Has Designer</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Designer</em>' attribute.
* @see #isHasDesigner()
* @generated
*/
void setHasDesigner(boolean value);
} // MenuPackage