blob: 543734b6028cb8e1931780f0f75e6a9803e86587 [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2015, 2016 Willink Transformations and others.
* 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:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.qvtd.codegen.qvticgmodel;
import org.eclipse.emf.ecore.EStructuralFeature;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CG Ecore Container Assignment</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.qvtd.codegen.qvticgmodel.CGEcoreContainerAssignment#getEStructuralFeature <em>EStructural Feature</em>}</li>
* </ul>
*
* @see org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage#getCGEcoreContainerAssignment()
* @model
* @generated
*/
public interface CGEcoreContainerAssignment extends CGPropertyAssignment {
/**
* Returns the value of the '<em><b>EStructural Feature</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EStructural Feature</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EStructural Feature</em>' reference.
* @see #setEStructuralFeature(EStructuralFeature)
* @see org.eclipse.qvtd.codegen.qvticgmodel.QVTiCGModelPackage#getCGEcoreContainerAssignment_EStructuralFeature()
* @model resolveProxies="false" required="true"
* @generated
*/
EStructuralFeature getEStructuralFeature();
/**
* Sets the value of the '{@link org.eclipse.qvtd.codegen.qvticgmodel.CGEcoreContainerAssignment#getEStructuralFeature <em>EStructural Feature</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EStructural Feature</em>' reference.
* @see #getEStructuralFeature()
* @generated
*/
void setEStructuralFeature(EStructuralFeature value);
} // CGEcoreContainerAssignment