blob: 506927e5a443c4489a3c11c68526fac919f846ad [file] [log] [blame]
/**
* Copyright (c) 2011, 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 2.0
* which accompanies this distribution, and is available at
* https://www.eclipse.org/legal/epl-2.0/
*
* SPDX-License-Identifier: EPL-2.0
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Joerg Riegel - Initial implementation
*
*/
package org.eclipse.osbp.xtext.dialogdsl;
import org.eclipse.osbp.dsl.semantic.dto.LDto;
import org.eclipse.osbp.ecview.semantic.uimodel.UiView;
import org.eclipse.osbp.xtext.action.ActionToolbar;
import org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryInitialization;
import org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryInitializationGroup;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Dialog</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getUiView <em>Ui View</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getToolbar <em>Toolbar</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isEmbedded <em>Embedded</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isStateful <em>Stateful</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isParametrized <em>Parametrized</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isAutowire <em>Autowire</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getDto <em>Dto</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getNumColumns <em>Num Columns</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getGroup <em>Group</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getInitialization <em>Initialization</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog()
* @generated
*/
public interface Dialog extends DialogBase {
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(boolean)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Description()
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #isDescription()
* @generated
*/
void setDescription(boolean value);
/**
* Returns the value of the '<em><b>Description Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description Value</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description Value</em>' attribute.
* @see #setDescriptionValue(String)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_DescriptionValue()
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getDescriptionValue <em>Description Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description Value</em>' attribute.
* @see #getDescriptionValue()
* @generated
*/
void setDescriptionValue(String value);
/**
* Returns the value of the '<em><b>Ui View</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Ui View</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Ui View</em>' reference.
* @see #setUiView(UiView)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_UiView()
* @generated
*/
UiView getUiView();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getUiView <em>Ui View</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Ui View</em>' reference.
* @see #getUiView()
* @generated
*/
void setUiView(UiView value);
/**
* Returns the value of the '<em><b>Toolbar</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Toolbar</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Toolbar</em>' reference.
* @see #setToolbar(ActionToolbar)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Toolbar()
* @generated
*/
ActionToolbar getToolbar();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getToolbar <em>Toolbar</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Toolbar</em>' reference.
* @see #getToolbar()
* @generated
*/
void setToolbar(ActionToolbar value);
/**
* Returns the value of the '<em><b>Embedded</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Embedded</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Embedded</em>' attribute.
* @see #setEmbedded(boolean)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Embedded()
* @generated
*/
boolean isEmbedded();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isEmbedded <em>Embedded</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Embedded</em>' attribute.
* @see #isEmbedded()
* @generated
*/
void setEmbedded(boolean value);
/**
* Returns the value of the '<em><b>Stateful</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Stateful</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Stateful</em>' attribute.
* @see #setStateful(boolean)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Stateful()
* @generated
*/
boolean isStateful();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isStateful <em>Stateful</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Stateful</em>' attribute.
* @see #isStateful()
* @generated
*/
void setStateful(boolean value);
/**
* Returns the value of the '<em><b>Parametrized</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Parametrized</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Parametrized</em>' attribute.
* @see #setParametrized(boolean)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Parametrized()
* @generated
*/
boolean isParametrized();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isParametrized <em>Parametrized</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Parametrized</em>' attribute.
* @see #isParametrized()
* @generated
*/
void setParametrized(boolean value);
/**
* Returns the value of the '<em><b>Autowire</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Autowire</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Autowire</em>' attribute.
* @see #setAutowire(boolean)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Autowire()
* @generated
*/
boolean isAutowire();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#isAutowire <em>Autowire</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Autowire</em>' attribute.
* @see #isAutowire()
* @generated
*/
void setAutowire(boolean value);
/**
* Returns the value of the '<em><b>Dto</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Dto</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Dto</em>' reference.
* @see #setDto(LDto)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Dto()
* @generated
*/
LDto getDto();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getDto <em>Dto</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Dto</em>' reference.
* @see #getDto()
* @generated
*/
void setDto(LDto value);
/**
* Returns the value of the '<em><b>Num Columns</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Num Columns</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Num Columns</em>' attribute.
* @see #setNumColumns(int)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_NumColumns()
* @generated
*/
int getNumColumns();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getNumColumns <em>Num Columns</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Num Columns</em>' attribute.
* @see #getNumColumns()
* @generated
*/
void setNumColumns(int value);
/**
* Returns the value of the '<em><b>Group</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Group</em>' reference.
* @see #setGroup(FunctionLibraryInitializationGroup)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Group()
* @generated
*/
FunctionLibraryInitializationGroup getGroup();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getGroup <em>Group</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Group</em>' reference.
* @see #getGroup()
* @generated
*/
void setGroup(FunctionLibraryInitializationGroup value);
/**
* Returns the value of the '<em><b>Initialization</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Initialization</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Initialization</em>' reference.
* @see #setInitialization(FunctionLibraryInitialization)
* @see org.eclipse.osbp.xtext.dialogdsl.DialogDSLPackage#getDialog_Initialization()
* @generated
*/
FunctionLibraryInitialization getInitialization();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.dialogdsl.Dialog#getInitialization <em>Initialization</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Initialization</em>' reference.
* @see #getInitialization()
* @generated
*/
void setInitialization(FunctionLibraryInitialization value);
} // Dialog