blob: b6cfb93096d57e2ee2af69e90560cd4b578b3cc6 [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.osbp.dsl.semantic.entity.LBeanFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Role Bean Feature</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBeanFeature#getBeanAttriCol <em>Bean Attri Col</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getRoleBeanFeature()
* @model
* @generated
*/
public interface RoleBeanFeature extends AuthorizationLazyResolver {
/**
* Returns the value of the '<em><b>Bean Attri Col</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Bean Attri Col</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Bean Attri Col</em>' reference.
* @see #setBeanAttriCol(LBeanFeature)
* @see org.eclipse.osbp.xtext.authorizationdsl.AuthorizationDSLPackage#getRoleBeanFeature_BeanAttriCol()
* @model
* @generated
*/
LBeanFeature getBeanAttriCol();
/**
* Sets the value of the '{@link org.eclipse.osbp.xtext.authorizationdsl.RoleBeanFeature#getBeanAttriCol <em>Bean Attri Col</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Bean Attri Col</em>' reference.
* @see #getBeanAttriCol()
* @generated
*/
void setBeanAttriCol(LBeanFeature value);
} // RoleBeanFeature