blob: e7a54cc5924bfbdf3c9f9ffd5b0d68e1bacba33f [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 Cursor Type</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralCursorType#getDevice <em>Device</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralCursorType#getCursorType <em>Cursor Type</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralCursorType()
* @model
* @generated
*/
public interface StatemachineActionPeripheralCursorType 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#getStatemachineActionPeripheralCursorType_Device()
* @model
* @generated
*/
StatemachinePeripheralDeviceLineDisplay getDevice();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralCursorType#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>Cursor Type</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.statemachine.StatemachineLineDisplayCursorType}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Cursor Type</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Cursor Type</em>' attribute.
* @see org.eclipse.osbp.xtext.statemachine.StatemachineLineDisplayCursorType
* @see #setCursorType(StatemachineLineDisplayCursorType)
* @see org.eclipse.osbp.xtext.statemachine.StatemachineDSLPackage#getStatemachineActionPeripheralCursorType_CursorType()
* @model unique="false"
* @generated
*/
StatemachineLineDisplayCursorType getCursorType();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.statemachine.StatemachineActionPeripheralCursorType#getCursorType <em>Cursor Type</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Cursor Type</em>' attribute.
* @see org.eclipse.osbp.xtext.statemachine.StatemachineLineDisplayCursorType
* @see #getCursorType()
* @generated
*/
void setCursorType(StatemachineLineDisplayCursorType value);
} // StatemachineActionPeripheralCursorType