blob: 49ca726b72730635eef1d8a392f31a40ffcdce5b [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Loetz GmbH&Co.KG (69115 Heidelberg, Germany)
* 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:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated from ActionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.action;
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>Action Package</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.action.ActionPackage#getToolbars <em>Toolbars</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionPackage()
* @model
* @generated
*/
public interface ActionPackage extends LPackage {
/**
* Returns the value of the '<em><b>Toolbars</b></em>' containment reference list.
* The list contents are of type {@link org.eclipse.osbp.xtext.action.ActionToolbar}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Toolbars</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>Toolbars</em>' containment reference list.
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionPackage_Toolbars()
* @model containment="true"
* @generated
*/
EList<ActionToolbar> getToolbars();
} // ActionPackage