blob: 4f432f8b774b147afaf0ce490b5f73c00922ad31 [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 AuthoritarionDSL.xcore
*
*
*/
package org.eclipse.osbp.xtext.authorizationdsl;
import org.eclipse.emf.ecore.EObject;
import org.eclipse.xtext.xtype.XImportSection;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Authorization Model</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.authorizationdsl.AuthorizationModel#getImportSection <em>Import Section</em>}</li>
* <li>{@link org.eclipse.osbp.xtext.authorizationdsl.AuthorizationModel#getPckg <em>Pckg</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getAuthorizationModel()
* @model
* @generated
*/
public interface AuthorizationModel extends EObject {
/**
* Returns the value of the '<em><b>Import Section</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Import Section</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>Import Section</em>' containment reference.
* @see #setImportSection(XImportSection)
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getAuthorizationModel_ImportSection()
* @model containment="true"
* @generated
*/
XImportSection getImportSection();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.authorizationdsl.AuthorizationModel#getImportSection <em>Import Section</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Import Section</em>' containment reference.
* @see #getImportSection()
* @generated
*/
void setImportSection(XImportSection value);
/**
* Returns the value of the '<em><b>Pckg</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Pckg</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>Pckg</em>' containment reference.
* @see #setPckg(AuthorizationPackage)
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getAuthorizationModel_Pckg()
* @model containment="true"
* @generated
*/
AuthorizationPackage getPckg();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.authorizationdsl.AuthorizationModel#getPckg <em>Pckg</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Pckg</em>' containment reference.
* @see #getPckg()
* @generated
*/
void setPckg(AuthorizationPackage value);
} // AuthorizationModel