blob: 90fcd853da7903f61918be50e77e40521b872f37 [file] [log] [blame]
/**
* Copyright (c) 2011, 2017 - 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - Initial implementation
*
*/
package org.eclipse.osbp.xtext.statemachine;
import org.eclipse.osbp.xtext.reportdsl.Report;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Statemachine Action Peripheral Print Report</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#getReport <em>Report</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#getKey <em>Key</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#isHasFilter <em>Has Filter</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPrintReport()
* @model
* @generated
*/
public interface StatemachineActionPeripheralPrintReport extends StatemachineAction {
/**
* Returns the value of the '<em><b>Report</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Report</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Report</em>' reference.
* @see #setReport(Report)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPrintReport_Report()
* @model
* @generated
*/
Report getReport();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#getReport <em>Report</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Report</em>' reference.
* @see #getReport()
* @generated
*/
void setReport(Report value);
/**
* Returns the value of the '<em><b>Key</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Key</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Key</em>' reference.
* @see #setKey(StatemachineStorage)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPrintReport_Key()
* @model
* @generated
*/
StatemachineStorage getKey();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#getKey <em>Key</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Key</em>' reference.
* @see #getKey()
* @generated
*/
void setKey(StatemachineStorage value);
/**
* Returns the value of the '<em><b>Has Filter</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Filter</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 Filter</em>' attribute.
* @see #setHasFilter(boolean)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPrintReport_HasFilter()
* @model unique="false"
* @generated
*/
boolean isHasFilter();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPrintReport#isHasFilter <em>Has Filter</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Filter</em>' attribute.
* @see #isHasFilter()
* @generated
*/
void setHasFilter(boolean value);
} // StatemachineActionPeripheralPrintReport