blob: 5bd7036c5a8c4065b99518372a3e8f9a055f6771 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - 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
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated from ActionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.action;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Action Command</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#getActionType <em>Action Type</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#isHasKeyBinding <em>Has Key Binding</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#getKeyBinding <em>Key Binding</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#isHasDescription <em>Has Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#getDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionCommand#getIconURI <em>Icon URI</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand()
* @model
* @generated
*/
public interface ActionCommand extends ActionBase {
/**
* Returns the value of the '<em><b>Action Type</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Action Type</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>Action Type</em>' containment reference.
* @see #setActionType(ActionType)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_ActionType()
* @model containment="true"
* @generated
*/
ActionType getActionType();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#getActionType <em>Action Type</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Action Type</em>' containment reference.
* @see #getActionType()
* @generated
*/
void setActionType(ActionType value);
/**
* Returns the value of the '<em><b>Has Key Binding</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Key Binding</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Has Key Binding</em>' attribute.
* @see #setHasKeyBinding(boolean)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_HasKeyBinding()
* @model unique="false"
* @generated
*/
boolean isHasKeyBinding();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#isHasKeyBinding <em>Has Key Binding</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Key Binding</em>' attribute.
* @see #isHasKeyBinding()
* @generated
*/
void setHasKeyBinding(boolean value);
/**
* Returns the value of the '<em><b>Key Binding</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Key Binding</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 Binding</em>' attribute.
* @see #setKeyBinding(String)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_KeyBinding()
* @model unique="false"
* @generated
*/
String getKeyBinding();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#getKeyBinding <em>Key Binding</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Key Binding</em>' attribute.
* @see #getKeyBinding()
* @generated
*/
void setKeyBinding(String value);
/**
* Returns the value of the '<em><b>Has Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Has Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Has Description</em>' attribute.
* @see #setHasDescription(boolean)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_HasDescription()
* @model unique="false"
* @generated
*/
boolean isHasDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#isHasDescription <em>Has Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Has Description</em>' attribute.
* @see #isHasDescription()
* @generated
*/
void setHasDescription(boolean value);
/**
* Returns the value of the '<em><b>Description</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Description</em>' attribute.
* @see #setDescription(String)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_Description()
* @model unique="false"
* @generated
*/
String getDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#getDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #getDescription()
* @generated
*/
void setDescription(String value);
/**
* Returns the value of the '<em><b>Icon URI</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Icon URI</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Icon URI</em>' attribute.
* @see #setIconURI(String)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionCommand_IconURI()
* @model unique="false"
* @generated
*/
String getIconURI();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionCommand#getIconURI <em>Icon URI</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Icon URI</em>' attribute.
* @see #getIconURI()
* @generated
*/
void setIconURI(String value);
} // ActionCommand