Regenerates EMF Compare static test profile.
[EMFCompare2.git] / plugins / org.eclipse.emf.compare.uml2.tests / profile / org / eclipse / emf / compare / uml2 / profile / test / uml2comparetestprofile / ACliche3.java
blob8e9b7f0ec8c74bacdcc8e0dc96524e47d477c303
1 /*******************************************************************************
2 * Copyright (c) 2011, 2014 Obeo.
3 * All rights reserved. This program and the accompanying materials
4 * are made available under the terms of the Eclipse Public License v1.0
5 * which accompanies this distribution, and is available at
6 * http://www.eclipse.org/legal/epl-v10.html
7 *
8 * Contributors:
9 * Obeo - initial API and implementation
10 *******************************************************************************/
11 package org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile;
13 import org.eclipse.emf.ecore.EObject;
15 /**
16 * <!-- begin-user-doc --> A representation of the model object '<em><b>ACliche3</b></em>'. <!-- end-user-doc
17 * -->
18 * <p>
19 * The following features are supported:
20 * <ul>
21 * <li>{@link org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.ACliche3#getBase_Class <em>Base
22 * Class</em>}</li>
23 * </ul>
24 * </p>
26 * @see org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.UML2CompareTestProfilePackage#getACliche3()
27 * @model
28 * @generated
30 public interface ACliche3 extends EObject {
31 /**
32 * Returns the value of the '<em><b>Base Class</b></em>' reference. <!-- begin-user-doc -->
33 * <p>
34 * If the meaning of the '<em>Base Class</em>' reference isn't clear, there really should be more of a
35 * description here...
36 * </p>
37 * <!-- end-user-doc -->
39 * @return the value of the '<em>Base Class</em>' reference.
40 * @see #setBase_Class(org.eclipse.uml2.uml.Class)
41 * @see org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.UML2CompareTestProfilePackage#getACliche3_Base_Class()
42 * @model required="true" ordered="false"
43 * @generated
45 org.eclipse.uml2.uml.Class getBase_Class();
47 /**
48 * Sets the value of the '
49 * {@link org.eclipse.emf.compare.uml2.profile.test.uml2comparetestprofile.ACliche3#getBase_Class
50 * <em>Base Class</em>}' reference. <!-- begin-user-doc --> <!-- end-user-doc -->
52 * @param value
53 * the new value of the '<em>Base Class</em>' reference.
54 * @see #getBase_Class()
55 * @generated
57 void setBase_Class(org.eclipse.uml2.uml.Class value);
59 } // ACliche3