blob: 4ee01262c0fdb8afd9d8bdc1b77457d92017b65b [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 v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Christophe Loetz (Loetz GmbH&Co.KG) - initial implementation
*
* generated from ActionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.action;
import org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryFunction;
import org.eclipse.osbp.xtext.functionlibrarydsl.FunctionLibraryGroup;
import org.eclipse.osbp.xtext.messagedsl.MessageItem;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Action Button</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#isDescription <em>Description</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getDescriptionValue <em>Description Value</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getIconURI <em>Icon URI</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getGroup <em>Group</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getCanexecute <em>Canexecute</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getExecuteparameter <em>Executeparameter</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getActionType <em>Action Type</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.action.ActionButton#getMessage <em>Message</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton()
* @model
* @generated
*/
public interface ActionButton extends ActionBase {
/**
* 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(boolean)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_Description()
* @model unique="false"
* @generated
*/
boolean isDescription();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#isDescription <em>Description</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description</em>' attribute.
* @see #isDescription()
* @generated
*/
void setDescription(boolean value);
/**
* Returns the value of the '<em><b>Description Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Description Value</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 Value</em>' attribute.
* @see #setDescriptionValue(String)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_DescriptionValue()
* @model unique="false"
* @generated
*/
String getDescriptionValue();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#getDescriptionValue <em>Description Value</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Description Value</em>' attribute.
* @see #getDescriptionValue()
* @generated
*/
void setDescriptionValue(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#getActionButton_IconURI()
* @model unique="false"
* @generated
*/
String getIconURI();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#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);
/**
* Returns the value of the '<em><b>Group</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Group</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Group</em>' reference.
* @see #setGroup(FunctionLibraryGroup)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_Group()
* @model
* @generated
*/
FunctionLibraryGroup getGroup();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#getGroup <em>Group</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Group</em>' reference.
* @see #getGroup()
* @generated
*/
void setGroup(FunctionLibraryGroup value);
/**
* Returns the value of the '<em><b>Canexecute</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Canexecute</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Canexecute</em>' reference.
* @see #setCanexecute(FunctionLibraryFunction)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_Canexecute()
* @model
* @generated
*/
FunctionLibraryFunction getCanexecute();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#getCanexecute <em>Canexecute</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Canexecute</em>' reference.
* @see #getCanexecute()
* @generated
*/
void setCanexecute(FunctionLibraryFunction value);
/**
* Returns the value of the '<em><b>Executeparameter</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Executeparameter</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Executeparameter</em>' reference.
* @see #setExecuteparameter(FunctionLibraryFunction)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_Executeparameter()
* @model
* @generated
*/
FunctionLibraryFunction getExecuteparameter();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#getExecuteparameter <em>Executeparameter</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Executeparameter</em>' reference.
* @see #getExecuteparameter()
* @generated
*/
void setExecuteparameter(FunctionLibraryFunction value);
/**
* 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#getActionButton_ActionType()
* @model containment="true"
* @generated
*/
ActionType getActionType();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#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>Message</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Message</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Message</em>' reference.
* @see #setMessage(MessageItem)
* @see org.eclipse.osbp.xtext.action.ActionDSLPackage#getActionButton_Message()
* @model
* @generated
*/
MessageItem getMessage();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.action.ActionButton#getMessage <em>Message</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Message</em>' reference.
* @see #getMessage()
* @generated
*/
void setMessage(MessageItem value);
} // ActionButton