blob: a5b42d6a9f3f6f657adce4cb50f77283c709a027 [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009, 2014 Xored Software Inc and others.
* 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
*
* Contributors:
* Xored Software Inc - initial API and implementation and/or initial documentation
*******************************************************************************/
package org.eclipse.rcptt.tesla.ecl.model;
import org.eclipse.rcptt.ecl.core.Command;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>From Raw Key</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getMask <em>Mask</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getKeyCode <em>Key Code</em>}</li>
* <li>{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getMeta <em>Meta</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getFromRawKey()
* @model
* @generated
*/
public interface FromRawKey extends Command {
/**
* Returns the value of the '<em><b>Mask</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mask</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Mask</em>' attribute.
* @see #setMask(Integer)
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getFromRawKey_Mask()
* @model
* @generated
*/
Integer getMask();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getMask <em>Mask</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mask</em>' attribute.
* @see #getMask()
* @generated
*/
void setMask(Integer value);
/**
* Returns the value of the '<em><b>Key Code</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Key Code</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Key Code</em>' attribute.
* @see #setKeyCode(Integer)
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getFromRawKey_KeyCode()
* @model
* @generated
*/
Integer getKeyCode();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getKeyCode <em>Key Code</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Key Code</em>' attribute.
* @see #getKeyCode()
* @generated
*/
void setKeyCode(Integer value);
/**
* Returns the value of the '<em><b>Meta</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Meta</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Meta</em>' attribute.
* @see #setMeta(Integer)
* @see org.eclipse.rcptt.tesla.ecl.model.TeslaPackage#getFromRawKey_Meta()
* @model
* @generated
*/
Integer getMeta();
/**
* Sets the value of the '{@link org.eclipse.rcptt.tesla.ecl.model.FromRawKey#getMeta <em>Meta</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Meta</em>' attribute.
* @see #getMeta()
* @generated
*/
void setMeta(Integer value);
} // FromRawKey