/******************************************************************************* * Copyright (c) 2013, 2014 CEA LIST 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(CEA LIST) - Initial API and implementation *******************************************************************************/ package org.eclipse.ocl.examples.codegen.cgmodel; import org.eclipse.emf.ecore.EStructuralFeature; /** * <!-- begin-user-doc --> * A representation of the model object '<em><b>CG Ecore Opposite Property Call Exp</b></em>'. * <!-- end-user-doc --> * * <!-- begin-model-doc --> * CGEcoreOppositePropertyCallExp navigates an inverse property using Ecore support. * <!-- end-model-doc --> * * <p> * The following features are supported: * </p> * <ul> * <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOppositePropertyCallExp#getEStructuralFeature <em>EStructural Feature</em>}</li> * </ul> * * @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGEcoreOppositePropertyCallExp() * @generated */ public interface CGEcoreOppositePropertyCallExp extends CGOppositePropertyCallExp { /** * 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.ocl.examples.codegen.cgmodel.CGModelPackage#getCGEcoreOppositePropertyCallExp_EStructuralFeature() * @generated */ EStructuralFeature getEStructuralFeature(); /** * Sets the value of the '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreOppositePropertyCallExp#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); } // CGEcoreOppositePropertyCallExp