blob: 679ce2402aecaa9b8fbc925497007392ae66c9d6 [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 PT Reversal</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#getDevice <em>Device</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#getPassword <em>Password</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#getReceipt <em>Receipt</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPTReversal()
* @model
* @generated
*/
public interface StatemachineActionPeripheralPTReversal 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(StatemachinePeripheralDevicePT)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPTReversal_Device()
* @model
* @generated
*/
StatemachinePeripheralDevicePT getDevice();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#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(StatemachinePeripheralDevicePT value);
/**
* Returns the value of the '<em><b>Password</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Password</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Password</em>' containment reference.
* @see #setPassword(StatemachineActionFieldConcatenation)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPTReversal_Password()
* @model containment="true"
* @generated
*/
StatemachineActionFieldConcatenation getPassword();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#getPassword <em>Password</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Password</em>' containment reference.
* @see #getPassword()
* @generated
*/
void setPassword(StatemachineActionFieldConcatenation value);
/**
* Returns the value of the '<em><b>Receipt</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Receipt</em>' containment reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Receipt</em>' containment reference.
* @see #setReceipt(StatemachineActionFieldConcatenation)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralPTReversal_Receipt()
* @model containment="true"
* @generated
*/
StatemachineActionFieldConcatenation getReceipt();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralPTReversal#getReceipt <em>Receipt</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Receipt</em>' containment reference.
* @see #getReceipt()
* @generated
*/
void setReceipt(StatemachineActionFieldConcatenation value);
} // StatemachineActionPeripheralPTReversal