blob: 1557af2eb6d4d6d8860e03c039a46ac0118aee33 [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 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.statemachine;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>FSM Action Peripheral Scale Read Tare Weight</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.statemachine.FSMActionPeripheralScaleReadTareWeight#getDevice <em>Device</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getFSMActionPeripheralScaleReadTareWeight()
* @model
* @generated
*/
public interface FSMActionPeripheralScaleReadTareWeight extends FSMActionFieldSource {
/**
* 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(FSMPeripheralDeviceScale)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getFSMActionPeripheralScaleReadTareWeight_Device()
* @model
* @generated
*/
FSMPeripheralDeviceScale getDevice();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.FSMActionPeripheralScaleReadTareWeight#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(FSMPeripheralDeviceScale value);
} // FSMActionPeripheralScaleReadTareWeight