Skip to content

Package: C

C

Coverage

1: /**
2: * Copyright (c) 2011-2015 EclipseSource Muenchen GmbH and others.
3: *
4: * All rights reserved. This program and the accompanying materials
5: * are made available under the terms of the Eclipse Public License 2.0
6: * which accompanies this distribution, and is available at
7: * https://www.eclipse.org/legal/epl-2.0/
8: *
9: * SPDX-License-Identifier: EPL-2.0
10: *
11: * Contributors:
12: * Lucas Koehler - initial API and implementation
13: */
14: package org.eclipse.emfforms.core.services.databinding.testmodel.test.model;
15:
16: import org.eclipse.emf.common.util.EMap;
17: import org.eclipse.emf.ecore.EClass;
18: import org.eclipse.emf.ecore.EObject;
19:
20: /**
21: * <!-- begin-user-doc -->
22: * A representation of the model object '<em><b>C</b></em>'.
23: * <!-- end-user-doc -->
24: *
25: * <p>
26: * The following features are supported:
27: * </p>
28: * <ul>
29: * <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getD <em>D</em>}</li>
30: * <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToString <em>EClass To
31: * String</em>}</li>
32: * <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToA <em>EClass To
33: * A</em>}</li>
34: * <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getA <em>A</em>}</li>
35: * <li>{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getEClassToE <em>EClass To
36: * E</em>}</li>
37: * </ul>
38: *
39: * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC()
40: * @model
41: * @generated
42: */
43: public interface C extends EObject {
44:         /**
45:          * Returns the value of the '<em><b>D</b></em>' containment reference.
46:          * <!-- begin-user-doc -->
47:          * <p>
48:          * If the meaning of the '<em>D</em>' containment reference isn't clear, there really should be more of a
49:          * description here...
50:          * </p>
51:          * <!-- end-user-doc -->
52:          *
53:          * @return the value of the '<em>D</em>' containment reference.
54:          * @see #setD(D)
55:          * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_D()
56:          * @model containment="true"
57:          * @generated
58:          */
59:         D getD();
60:
61:         /**
62:          * Sets the value of the '{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getD
63:          * <em>D</em>}' containment reference.
64:          * <!-- begin-user-doc -->
65:          * <!-- end-user-doc -->
66:          *
67:          * @param value the new value of the '<em>D</em>' containment reference.
68:          * @see #getD()
69:          * @generated
70:          */
71:         void setD(D value);
72:
73:         /**
74:          * Returns the value of the '<em><b>EClass To String</b></em>' map.
75:          * The key is of type {@link org.eclipse.emf.ecore.EClass},
76:          * and the value is of type {@link java.lang.String},
77:          * <!-- begin-user-doc -->
78:          * <p>
79:          * If the meaning of the '<em>EClass To String</em>' map isn't clear, there really should be more of a description
80:          * here...
81:          * </p>
82:          * <!-- end-user-doc -->
83:          *
84:          * @return the value of the '<em>EClass To String</em>' map.
85:          * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToString()
86:          * @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToEStringMap<org.eclipse.emf.ecore.EClass,
87:          * org.eclipse.emf.ecore.EString>"
88:          * @generated
89:          */
90:         EMap<EClass, String> getEClassToString();
91:
92:         /**
93:          * Returns the value of the '<em><b>EClass To A</b></em>' map.
94:          * The key is of type {@link org.eclipse.emf.ecore.EClass},
95:          * and the value is of type {@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.A},
96:          * <!-- begin-user-doc -->
97:          * <p>
98:          * If the meaning of the '<em>EClass To A</em>' map isn't clear, there really should be more of a description
99:          * here...
100:          * </p>
101:          * <!-- end-user-doc -->
102:          *
103:          * @return the value of the '<em>EClass To A</em>' map.
104:          * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToA()
105:          * @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToAMap<org.eclipse.emf.ecore.EClass,
106:          * org.eclipse.emfforms.core.services.databinding.testmodel.test.model.A>"
107:          * @generated
108:          */
109:         EMap<EClass, A> getEClassToA();
110:
111:         /**
112:          * Returns the value of the '<em><b>A</b></em>' reference.
113:          * <!-- begin-user-doc -->
114:          * <p>
115:          * If the meaning of the '<em>A</em>' reference isn't clear,
116:          * there really should be more of a description here...
117:          * </p>
118:          * <!-- end-user-doc -->
119:          *
120:          * @return the value of the '<em>A</em>' reference.
121:          * @see #setA(A)
122:          * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_A()
123:          * @model
124:          * @generated
125:          */
126:         A getA();
127:
128:         /**
129:          * Sets the value of the '{@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.C#getA
130:          * <em>A</em>}' reference.
131:          * <!-- begin-user-doc -->
132:          * <!-- end-user-doc -->
133:          *
134:          * @param value the new value of the '<em>A</em>' reference.
135:          * @see #getA()
136:          * @generated
137:          */
138:         void setA(A value);
139:
140:         /**
141:          * Returns the value of the '<em><b>EClass To E</b></em>' map.
142:          * The key is of type {@link org.eclipse.emf.ecore.EClass},
143:          * and the value is of type {@link org.eclipse.emfforms.core.services.databinding.testmodel.test.model.E},
144:          * <!-- begin-user-doc -->
145:          * <p>
146:          * If the meaning of the '<em>EClass To E</em>' map isn't clear,
147:          * there really should be more of a description here...
148:          * </p>
149:          * <!-- end-user-doc -->
150:          *
151:          * @return the value of the '<em>EClass To E</em>' map.
152:          * @see org.eclipse.emfforms.core.services.databinding.testmodel.test.model.TestPackage#getC_EClassToE()
153:          * @model mapType="org.eclipse.emfforms.core.services.databinding.testmodel.test.model.EClassToEMap<org.eclipse.emf.ecore.EClass,
154:          * org.eclipse.emfforms.core.services.databinding.testmodel.test.model.E>"
155:          * @generated
156:          */
157:         EMap<EClass, E> getEClassToE();
158:
159: } // C