Skip to content

Package: DataTemplatePackage$Literals

DataTemplatePackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 16
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 5
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (c) 2011-2019 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: * EclipseSource Muenchen GmbH - initial API and implementation
13: * Christian W. Damus - bug 544499
14: */
15: package org.eclipse.emfforms.datatemplate;
16:
17: import org.eclipse.emf.ecore.EAttribute;
18: import org.eclipse.emf.ecore.EClass;
19: import org.eclipse.emf.ecore.EPackage;
20: import org.eclipse.emf.ecore.EReference;
21:
22: /**
23: * <!-- begin-user-doc -->
24: * The <b>Package</b> for the model.
25: * It contains accessors for the meta objects to represent
26: * <ul>
27: * <li>each class,</li>
28: * <li>each feature of each class,</li>
29: * <li>each operation of each class,</li>
30: * <li>each enum,</li>
31: * <li>and each data type</li>
32: * </ul>
33: * <!-- end-user-doc -->
34: *
35: * @see org.eclipse.emfforms.datatemplate.DataTemplateFactory
36: * @model kind="package"
37: * @generated
38: */
39: public interface DataTemplatePackage extends EPackage {
40:         /**
41:          * The package name.
42:          * <!-- begin-user-doc -->
43:          * <!-- end-user-doc -->
44:          *
45:          * @generated
46:          */
47:         String eNAME = "datatemplate";
48:
49:         /**
50:          * The package namespace URI.
51:          * <!-- begin-user-doc -->
52:          * <!-- end-user-doc -->
53:          *
54:          * @generated
55:          */
56:         String eNS_URI = "http://org/eclipse/emfforms/datatemplate/model";
57:
58:         /**
59:          * The package namespace name.
60:          * <!-- begin-user-doc -->
61:          * <!-- end-user-doc -->
62:          *
63:          * @generated
64:          */
65:         String eNS_PREFIX = "org.eclipse.emfforms.datatemplate.model";
66:
67:         /**
68:          * The package content type ID.
69:          * <!-- begin-user-doc -->
70:          *
71:          * @since 1.20
72:          * <!-- end-user-doc -->
73:          * @generated
74:          */
75:         String eCONTENT_TYPE = "org.eclipse.emfforms.datatemplate.model"; //$NON-NLS-1$
76:
77:         /**
78:          * The singleton instance of the package.
79:          * <!-- begin-user-doc -->
80:          * <!-- end-user-doc -->
81:          *
82:          * @generated
83:          */
84:         DataTemplatePackage eINSTANCE = org.eclipse.emfforms.datatemplate.impl.DataTemplatePackageImpl.init();
85:
86:         /**
87:          * The meta object id for the '{@link org.eclipse.emfforms.datatemplate.impl.TemplateImpl <em>Template</em>}' class.
88:          * <!-- begin-user-doc -->
89:          * <!-- end-user-doc -->
90:          *
91:          * @see org.eclipse.emfforms.datatemplate.impl.TemplateImpl
92:          * @see org.eclipse.emfforms.datatemplate.impl.DataTemplatePackageImpl#getTemplate()
93:          * @generated
94:          */
95:         int TEMPLATE = 0;
96:
97:         /**
98:          * The feature id for the '<em><b>Name</b></em>' attribute.
99:          * <!-- begin-user-doc -->
100:          * <!-- end-user-doc -->
101:          *
102:          * @generated
103:          * @ordered
104:          */
105:         int TEMPLATE__NAME = 0;
106:
107:         /**
108:          * The feature id for the '<em><b>Instance</b></em>' containment reference.
109:          * <!-- begin-user-doc -->
110:          * <!-- end-user-doc -->
111:          *
112:          * @generated
113:          * @ordered
114:          */
115:         int TEMPLATE__INSTANCE = 1;
116:
117:         /**
118:          * The number of structural features of the '<em>Template</em>' class.
119:          * <!-- begin-user-doc -->
120:          * <!-- end-user-doc -->
121:          *
122:          * @generated
123:          * @ordered
124:          */
125:         int TEMPLATE_FEATURE_COUNT = 2;
126:
127:         /**
128:          * The number of operations of the '<em>Template</em>' class.
129:          * <!-- begin-user-doc -->
130:          * <!-- end-user-doc -->
131:          *
132:          * @generated
133:          * @ordered
134:          */
135:         int TEMPLATE_OPERATION_COUNT = 0;
136:
137:         /**
138:          * The meta object id for the '{@link org.eclipse.emfforms.datatemplate.impl.TemplateCollectionImpl <em>Template
139:          * Collection</em>}' class.
140:          * <!-- begin-user-doc -->
141:          * <!-- end-user-doc -->
142:          *
143:          * @see org.eclipse.emfforms.datatemplate.impl.TemplateCollectionImpl
144:          * @see org.eclipse.emfforms.datatemplate.impl.DataTemplatePackageImpl#getTemplateCollection()
145:          * @generated
146:          */
147:         int TEMPLATE_COLLECTION = 1;
148:
149:         /**
150:          * The feature id for the '<em><b>Templates</b></em>' containment reference list.
151:          * <!-- begin-user-doc -->
152:          * <!-- end-user-doc -->
153:          *
154:          * @generated
155:          * @ordered
156:          */
157:         int TEMPLATE_COLLECTION__TEMPLATES = 0;
158:
159:         /**
160:          * The number of structural features of the '<em>Template Collection</em>' class.
161:          * <!-- begin-user-doc -->
162:          * <!-- end-user-doc -->
163:          *
164:          * @generated
165:          * @ordered
166:          */
167:         int TEMPLATE_COLLECTION_FEATURE_COUNT = 1;
168:
169:         /**
170:          * The number of operations of the '<em>Template Collection</em>' class.
171:          * <!-- begin-user-doc -->
172:          * <!-- end-user-doc -->
173:          *
174:          * @generated
175:          * @ordered
176:          */
177:         int TEMPLATE_COLLECTION_OPERATION_COUNT = 0;
178:
179:         /**
180:          * Returns the meta object for class '{@link org.eclipse.emfforms.datatemplate.Template <em>Template</em>}'.
181:          * <!-- begin-user-doc -->
182:          * <!-- end-user-doc -->
183:          *
184:          * @return the meta object for class '<em>Template</em>'.
185:          * @see org.eclipse.emfforms.datatemplate.Template
186:          * @generated
187:          */
188:         EClass getTemplate();
189:
190:         /**
191:          * Returns the meta object for the attribute '{@link org.eclipse.emfforms.datatemplate.Template#getName
192:          * <em>Name</em>}'.
193:          * <!-- begin-user-doc -->
194:          * <!-- end-user-doc -->
195:          *
196:          * @return the meta object for the attribute '<em>Name</em>'.
197:          * @see org.eclipse.emfforms.datatemplate.Template#getName()
198:          * @see #getTemplate()
199:          * @generated
200:          */
201:         EAttribute getTemplate_Name();
202:
203:         /**
204:          * Returns the meta object for the containment reference
205:          * '{@link org.eclipse.emfforms.datatemplate.Template#getInstance <em>Instance</em>}'.
206:          * <!-- begin-user-doc -->
207:          * <!-- end-user-doc -->
208:          *
209:          * @return the meta object for the containment reference '<em>Instance</em>'.
210:          * @see org.eclipse.emfforms.datatemplate.Template#getInstance()
211:          * @see #getTemplate()
212:          * @generated
213:          */
214:         EReference getTemplate_Instance();
215:
216:         /**
217:          * Returns the meta object for class '{@link org.eclipse.emfforms.datatemplate.TemplateCollection <em>Template
218:          * Collection</em>}'.
219:          * <!-- begin-user-doc -->
220:          * <!-- end-user-doc -->
221:          *
222:          * @return the meta object for class '<em>Template Collection</em>'.
223:          * @see org.eclipse.emfforms.datatemplate.TemplateCollection
224:          * @generated
225:          */
226:         EClass getTemplateCollection();
227:
228:         /**
229:          * Returns the meta object for the containment reference list
230:          * '{@link org.eclipse.emfforms.datatemplate.TemplateCollection#getTemplates <em>Templates</em>}'.
231:          * <!-- begin-user-doc -->
232:          * <!-- end-user-doc -->
233:          *
234:          * @return the meta object for the containment reference list '<em>Templates</em>'.
235:          * @see org.eclipse.emfforms.datatemplate.TemplateCollection#getTemplates()
236:          * @see #getTemplateCollection()
237:          * @generated
238:          */
239:         EReference getTemplateCollection_Templates();
240:
241:         /**
242:          * Returns the factory that creates the instances of the model.
243:          * <!-- begin-user-doc -->
244:          * <!-- end-user-doc -->
245:          *
246:          * @return the factory that creates the instances of the model.
247:          * @generated
248:          */
249:         DataTemplateFactory getDataTemplateFactory();
250:
251:         /**
252:          * <!-- begin-user-doc -->
253:          * Defines literals for the meta objects that represent
254:          * <ul>
255:          * <li>each class,</li>
256:          * <li>each feature of each class,</li>
257:          * <li>each operation of each class,</li>
258:          * <li>each enum,</li>
259:          * <li>and each data type</li>
260:          * </ul>
261:          * <!-- end-user-doc -->
262:          *
263:          * @generated
264:          */
265:         interface Literals {
266:                 /**
267:                  * The meta object literal for the '{@link org.eclipse.emfforms.datatemplate.impl.TemplateImpl
268:                  * <em>Template</em>}' class.
269:                  * <!-- begin-user-doc -->
270:                  * <!-- end-user-doc -->
271:                  *
272:                  * @see org.eclipse.emfforms.datatemplate.impl.TemplateImpl
273:                  * @see org.eclipse.emfforms.datatemplate.impl.DataTemplatePackageImpl#getTemplate()
274:                  * @generated
275:                  */
276:                 EClass TEMPLATE = eINSTANCE.getTemplate();
277:
278:                 /**
279:                  * The meta object literal for the '<em><b>Name</b></em>' attribute feature.
280:                  * <!-- begin-user-doc -->
281:                  * <!-- end-user-doc -->
282:                  *
283:                  * @generated
284:                  */
285:                 EAttribute TEMPLATE__NAME = eINSTANCE.getTemplate_Name();
286:
287:                 /**
288:                  * The meta object literal for the '<em><b>Instance</b></em>' containment reference feature.
289:                  * <!-- begin-user-doc -->
290:                  * <!-- end-user-doc -->
291:                  *
292:                  * @generated
293:                  */
294:                 EReference TEMPLATE__INSTANCE = eINSTANCE.getTemplate_Instance();
295:
296:                 /**
297:                  * The meta object literal for the '{@link org.eclipse.emfforms.datatemplate.impl.TemplateCollectionImpl
298:                  * <em>Template Collection</em>}' class.
299:                  * <!-- begin-user-doc -->
300:                  * <!-- end-user-doc -->
301:                  *
302:                  * @see org.eclipse.emfforms.datatemplate.impl.TemplateCollectionImpl
303:                  * @see org.eclipse.emfforms.datatemplate.impl.DataTemplatePackageImpl#getTemplateCollection()
304:                  * @generated
305:                  */
306:                 EClass TEMPLATE_COLLECTION = eINSTANCE.getTemplateCollection();
307:
308:                 /**
309:                  * The meta object literal for the '<em><b>Templates</b></em>' containment reference list feature.
310:                  * <!-- begin-user-doc -->
311:                  * <!-- end-user-doc -->
312:                  *
313:                  * @generated
314:                  */
315:                 EReference TEMPLATE_COLLECTION__TEMPLATES = eINSTANCE.getTemplateCollection_Templates();
316:
317:         }
318:
319: } // DataTemplatePackage