blob: e1fb2d629170a0ad1749e76a6ee54bca063d96af [file] [log] [blame]
/**
* <copyright>
*
* Copyright (c) 2015, 2018 Willink Transformations and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v2.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v20.html
*
* Contributors:
* E.D.Willink - Initial API and implementation
*
* </copyright>
*/
package org.eclipse.ocl.examples.codegen.cgmodel;
import org.eclipse.emf.ecore.EClassifier;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>CG Ecore Exp</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* A CGEcoreExp converts a source value to an Ecore value.
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreExp#getEClassifier <em>EClassifier</em>}</li>
* </ul>
*
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGEcoreExp()
* @generated
*/
public interface CGEcoreExp extends CGCallExp {
/**
* Returns the value of the '<em><b>EClassifier</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EClassifier</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>EClassifier</em>' reference.
* @see #setEClassifier(EClassifier)
* @see org.eclipse.ocl.examples.codegen.cgmodel.CGModelPackage#getCGEcoreExp_EClassifier()
* @generated
*/
EClassifier getEClassifier();
/**
* Sets the value of the '{@link org.eclipse.ocl.examples.codegen.cgmodel.CGEcoreExp#getEClassifier <em>EClassifier</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>EClassifier</em>' reference.
* @see #getEClassifier()
* @generated
*/
void setEClassifier(EClassifier value);
} // CGEcoreExp