blob: 7b43f387bfd20ec6cb6b64f8d859556873504e29 [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 AuthoritarionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.authorizationdsl;
import org.eclipse.osbp.xtext.blip.BlipUserTask;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Role Blip User Task</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTask#getUserTask <em>User Task</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTask#getAuthorized <em>Authorized</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getRoleBlipUserTask()
* @model
* @generated
*/
public interface RoleBlipUserTask extends RoleElement {
/**
* Returns the value of the '<em><b>User Task</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>User Task</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>User Task</em>' reference.
* @see #setUserTask(BlipUserTask)
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getRoleBlipUserTask_UserTask()
* @model
* @generated
*/
BlipUserTask getUserTask();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTask#getUserTask <em>User Task</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>User Task</em>' reference.
* @see #getUserTask()
* @generated
*/
void setUserTask(BlipUserTask value);
/**
* Returns the value of the '<em><b>Authorized</b></em>' attribute.
* The literals are from the enumeration {@link org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTaskEnum}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Authorized</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Authorized</em>' attribute.
* @see org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTaskEnum
* @see #setAuthorized(RoleBlipUserTaskEnum)
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getRoleBlipUserTask_Authorized()
* @model unique="false"
* @generated
*/
RoleBlipUserTaskEnum getAuthorized();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTask#getAuthorized <em>Authorized</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Authorized</em>' attribute.
* @see org.eclipse.osbp.xtext.authorizationdsl.RoleBlipUserTaskEnum
* @see #getAuthorized()
* @generated
*/
void setAuthorized(RoleBlipUserTaskEnum value);
} // RoleBlipUserTask