blob: f93d49409a5c63058bcdf1b131c56b1f9b5d7920 [file] [log] [blame]
/**
* Copyright (c) 2011, 2016 - Lunifera GmbH (Gross Enzersdorf), Loetz GmbH&Co.KG (Heidelberg)
* 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
*
* Based on ideas from Xtext, Xtend, Xcore
*
* Contributors:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.dsl.semantic.entity;
import org.eclipse.osbp.dsl.semantic.common.types.LAttribute;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>LBean Attribute</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.dsl.semantic.entity.LBeanAttribute#getTypedName <em>Typed Name</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.dsl.semantic.entity.OSBPEntityPackage#getLBeanAttribute()
* @generated
*/
public interface LBeanAttribute extends LBeanFeature, LAttribute {
/**
* Returns the value of the '<em><b>Typed Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Typed Name</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Typed Name</em>' attribute.
* @see org.eclipse.osbp.dsl.semantic.entity.OSBPEntityPackage#getLBeanAttribute_TypedName()
* @generated
*/
String getTypedName();
} // LBeanAttribute