blob: fa0fbed39dd161ee5c5c2a85aca25262cf2f817c [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;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Statemachine Action Peripheral Marquee Unit Wait</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralMarqueeUnitWait#getDevice <em>Device</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralMarqueeUnitWait#getWait <em>Wait</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralMarqueeUnitWait()
* @model
* @generated
*/
public interface StatemachineActionPeripheralMarqueeUnitWait extends StatemachineAction {
/**
* Returns the value of the '<em><b>Device</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Device</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Device</em>' reference.
* @see #setDevice(StatemachinePeripheralDeviceLineDisplay)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralMarqueeUnitWait_Device()
* @model
* @generated
*/
StatemachinePeripheralDeviceLineDisplay getDevice();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralMarqueeUnitWait#getDevice <em>Device</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Device</em>' reference.
* @see #getDevice()
* @generated
*/
void setDevice(StatemachinePeripheralDeviceLineDisplay value);
/**
* Returns the value of the '<em><b>Wait</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wait</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Wait</em>' attribute.
* @see #setWait(int)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralMarqueeUnitWait_Wait()
* @model unique="false"
* @generated
*/
int getWait();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralMarqueeUnitWait#getWait <em>Wait</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wait</em>' attribute.
* @see #getWait()
* @generated
*/
void setWait(int value);
} // StatemachineActionPeripheralMarqueeUnitWait