blob: 74e775cd7ab2c09056c9f17a9799fa5386eaa35e [file] [log] [blame]
/**
* Copyright (c) 2011-2015 EclipseSource Muenchen GmbH and others.
*
* 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:
* Lucas Koehler - initial API and implementation
*/
package org.eclipse.emfforms.core.services.databinding.testmodel.test.model;
import org.eclipse.emf.common.util.EMap;
import org.eclipse.emf.ecore.EClass;
import org.eclipse.emf.ecore.EObject;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>C</b></em>'.
* <!-- end-user-doc -->
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getD <em>D</em>}</li>
* <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToString <em>EClass To
* String</em>}</li>
* <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToA <em>EClass To
* A</em>}</li>
* <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getA <em>A</em>}</li>
* <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToE <em>EClass To
* E</em>}</li>
* </ul>
*
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC()
* @model
* @generated
*/
public interface C extends EObject {
/**
* Returns the value of the '<em><b>D</b></em>' containment reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>D</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>D</em>' containment reference.
* @see #setD(D)
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_D()
* @model containment="true"
* @generated
*/
D getD();
/**
* Sets the value of the '{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getD
* <em>D</em>}' containment reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>D</em>' containment reference.
* @see #getD()
* @generated
*/
void setD(D value);
/**
* Returns the value of the '<em><b>EClass To String</b></em>' map.
* The key is of type {@link org.eclipse.emf.ecore.EClass},
* and the value is of type {@link java.lang.String},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EClass To String</em>' map isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>EClass To String</em>' map.
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToString()
* @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToEStringMap&lt;org.eclipse.emf.ecore.EClass,
* org.eclipse.emf.ecore.EString&gt;"
* @generated
*/
EMap<EClass, String> getEClassToString();
/**
* Returns the value of the '<em><b>EClass To A</b></em>' map.
* The key is of type {@link org.eclipse.emf.ecore.EClass},
* and the value is of type {@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.A},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EClass To A</em>' map isn't clear, there really should be more of a description
* here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>EClass To A</em>' map.
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToA()
* @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToAMap&lt;org.eclipse.emf.ecore.EClass,
* org.eclipse.emfforms.core.services.databinding.testmodel.test.model.A&gt;"
* @generated
*/
EMap<EClass, A> getEClassToA();
/**
* Returns the value of the '<em><b>A</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>A</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>A</em>' reference.
* @see #setA(A)
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_A()
* @model
* @generated
*/
A getA();
/**
* Sets the value of the '{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getA
* <em>A</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
*
* @param value the new value of the '<em>A</em>' reference.
* @see #getA()
* @generated
*/
void setA(A value);
/**
* Returns the value of the '<em><b>EClass To E</b></em>' map.
* The key is of type {@link org.eclipse.emf.ecore.EClass},
* and the value is of type {@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.E},
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>EClass To E</em>' map isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
*
* @return the value of the '<em>EClass To E</em>' map.
* @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToE()
* @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToEMap&lt;org.eclipse.emf.ecore.EClass,
* org.eclipse.emfforms.core.services.databinding.testmodel.test.model.E&gt;"
* @generated
*/
EMap<EClass, E> getEClassToE();
} // C