blob: af5c413b961e65995f7666dbc3dceb23e1fca04f [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
*
* Contributors:
* Florian Pirchner - Initial implementation
*
*/
package org.eclipse.osbp.dsl.semantic.dto;
import org.eclipse.osbp.dsl.semantic.common.types.LFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>LDto Feature</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.osbp.dsl.semantic.dto.LDtoFeature#getMapper <em>Mapper</em>}</li>
* </ul>
*
* @see org.eclipse.osbp.dsl.semantic.dto.OSBPDtoPackage#getLDtoFeature()
* @generated
*/
public interface LDtoFeature extends LFeature {
/**
* Returns the value of the '<em><b>Mapper</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Mapper</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>Mapper</em>' containment reference.
* @see #setMapper(LDtoMapper)
* @see org.eclipse.osbp.dsl.semantic.dto.OSBPDtoPackage#getLDtoFeature_Mapper()
* @generated
*/
LDtoMapper getMapper();
/**
* Sets the value of the '{@link org.eclipse.osbp.dsl.semantic.dto.LDtoFeature#getMapper <em>Mapper</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Mapper</em>' containment reference.
* @see #getMapper()
* @generated
*/
void setMapper(LDtoMapper value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
LDto getDTO();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
boolean isCascading();
} // LDtoFeature