Skip to content

Package: VControlgridPackage$Literals

VControlgridPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 19
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 6
100%
M: 0 C: 1
100%

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: * Johannes Faltermeier - initial API and implementation
13: */
14: package org.eclipse.emf.emfforms.spi.view.controlgrid.model;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.EPackage;
18: import org.eclipse.emf.ecore.EReference;
19: import org.eclipse.emf.ecp.view.spi.model.VViewPackage;
20:
21: /**
22: * <!-- begin-user-doc -->
23: * The <b>Package</b> for the model.
24: * It contains accessors for the meta objects to represent
25: * <ul>
26: * <li>each class,</li>
27: * <li>each feature of each class,</li>
28: * <li>each enum,</li>
29: * <li>and each data type</li>
30: * </ul>
31: * <!-- end-user-doc -->
32: *
33: * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlgridFactory
34: * @model kind="package"
35: * @generated
36: */
37: public interface VControlgridPackage extends EPackage {
38:         /**
39:          * The package name.
40:          * <!-- begin-user-doc -->
41:          * <!-- end-user-doc -->
42:          *
43:          * @generated
44:          */
45:         String eNAME = "controlgrid"; //$NON-NLS-1$
46:
47:         /**
48:          * The package namespace URI.
49:          * <!-- begin-user-doc -->
50:          * <!-- end-user-doc -->
51:          *
52:          * @generated
53:          */
54:         String eNS_URI = "http://org/eclipse/emf/emfforms/view/controlgrid/model"; //$NON-NLS-1$
55:
56:         /**
57:          * The package namespace name.
58:          * <!-- begin-user-doc -->
59:          * <!-- end-user-doc -->
60:          *
61:          * @generated
62:          */
63:         String eNS_PREFIX = "org.eclipse.emfforms.view.controlgrid.model"; //$NON-NLS-1$
64:
65:         /**
66:          * The singleton instance of the package.
67:          * <!-- begin-user-doc -->
68:          * <!-- end-user-doc -->
69:          *
70:          * @generated
71:          */
72:         VControlgridPackage eINSTANCE = org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl
73:                 .init();
74:
75:         /**
76:          * The meta object id for the '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridImpl
77:          * <em>Control Grid</em>}' class.
78:          * <!-- begin-user-doc -->
79:          * <!-- end-user-doc -->
80:          *
81:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridImpl
82:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGrid()
83:          * @generated
84:          */
85:         int CONTROL_GRID = 0;
86:
87:         /**
88:          * The feature id for the '<em><b>Name</b></em>' attribute.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @generated
93:          * @ordered
94:          */
95:         int CONTROL_GRID__NAME = VViewPackage.CONTAINED_ELEMENT__NAME;
96:
97:         /**
98:          * The feature id for the '<em><b>Label</b></em>' attribute.
99:          * <!-- begin-user-doc -->
100:          * <!-- end-user-doc -->
101:          *
102:          * @generated
103:          * @ordered
104:          */
105:         int CONTROL_GRID__LABEL = VViewPackage.CONTAINED_ELEMENT__LABEL;
106:
107:         /**
108:          * The feature id for the '<em><b>Visible</b></em>' attribute.
109:          * <!-- begin-user-doc -->
110:          * <!-- end-user-doc -->
111:          *
112:          * @generated
113:          * @ordered
114:          */
115:         int CONTROL_GRID__VISIBLE = VViewPackage.CONTAINED_ELEMENT__VISIBLE;
116:
117:         /**
118:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
119:          * <!-- begin-user-doc -->
120:          * <!-- end-user-doc -->
121:          *
122:          * @generated
123:          * @ordered
124:          */
125:         int CONTROL_GRID__ENABLED = VViewPackage.CONTAINED_ELEMENT__ENABLED;
126:
127:         /**
128:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
129:          * <!-- begin-user-doc -->
130:          * <!-- end-user-doc -->
131:          *
132:          * @generated
133:          * @ordered
134:          */
135:         int CONTROL_GRID__READONLY = VViewPackage.CONTAINED_ELEMENT__READONLY;
136:
137:         /**
138:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
139:          * <!-- begin-user-doc -->
140:          * <!-- end-user-doc -->
141:          *
142:          * @generated
143:          * @ordered
144:          */
145:         int CONTROL_GRID__DIAGNOSTIC = VViewPackage.CONTAINED_ELEMENT__DIAGNOSTIC;
146:
147:         /**
148:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
149:          * <!-- begin-user-doc -->
150:          * <!-- end-user-doc -->
151:          *
152:          * @generated
153:          * @ordered
154:          */
155:         int CONTROL_GRID__ATTACHMENTS = VViewPackage.CONTAINED_ELEMENT__ATTACHMENTS;
156:
157:         /**
158:          * The feature id for the '<em><b>Rows</b></em>' containment reference list.
159:          * <!-- begin-user-doc -->
160:          * <!-- end-user-doc -->
161:          *
162:          * @generated
163:          * @ordered
164:          */
165:         int CONTROL_GRID__ROWS = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 0;
166:
167:         /**
168:          * The number of structural features of the '<em>Control Grid</em>' class.
169:          * <!-- begin-user-doc -->
170:          * <!-- end-user-doc -->
171:          *
172:          * @generated
173:          * @ordered
174:          */
175:         int CONTROL_GRID_FEATURE_COUNT = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 1;
176:
177:         /**
178:          * The meta object id for the '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridRowImpl
179:          * <em>Control Grid Row</em>}' class.
180:          * <!-- begin-user-doc -->
181:          * <!-- end-user-doc -->
182:          *
183:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridRowImpl
184:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGridRow()
185:          * @generated
186:          */
187:         int CONTROL_GRID_ROW = 1;
188:
189:         /**
190:          * The feature id for the '<em><b>Cells</b></em>' containment reference list.
191:          * <!-- begin-user-doc -->
192:          * <!-- end-user-doc -->
193:          *
194:          * @generated
195:          * @ordered
196:          */
197:         int CONTROL_GRID_ROW__CELLS = 0;
198:
199:         /**
200:          * The number of structural features of the '<em>Control Grid Row</em>' class.
201:          * <!-- begin-user-doc -->
202:          * <!-- end-user-doc -->
203:          *
204:          * @generated
205:          * @ordered
206:          */
207:         int CONTROL_GRID_ROW_FEATURE_COUNT = 1;
208:
209:         /**
210:          * The meta object id for the '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridCellImpl
211:          * <em>Control Grid Cell</em>}' class.
212:          * <!-- begin-user-doc -->
213:          * <!-- end-user-doc -->
214:          *
215:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridCellImpl
216:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGridCell()
217:          * @generated
218:          */
219:         int CONTROL_GRID_CELL = 2;
220:
221:         /**
222:          * The feature id for the '<em><b>Control</b></em>' containment reference.
223:          * <!-- begin-user-doc -->
224:          * <!-- end-user-doc -->
225:          *
226:          * @generated
227:          * @ordered
228:          */
229:         int CONTROL_GRID_CELL__CONTROL = 0;
230:
231:         /**
232:          * The number of structural features of the '<em>Control Grid Cell</em>' class.
233:          * <!-- begin-user-doc -->
234:          * <!-- end-user-doc -->
235:          *
236:          * @generated
237:          * @ordered
238:          */
239:         int CONTROL_GRID_CELL_FEATURE_COUNT = 1;
240:
241:         /**
242:          * Returns the meta object for class '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGrid
243:          * <em>Control Grid</em>}'.
244:          * <!-- begin-user-doc -->
245:          * <!-- end-user-doc -->
246:          *
247:          * @return the meta object for class '<em>Control Grid</em>'.
248:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGrid
249:          * @generated
250:          */
251:         EClass getControlGrid();
252:
253:         /**
254:          * Returns the meta object for the containment reference list '
255:          * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGrid#getRows <em>Rows</em>}'.
256:          * <!-- begin-user-doc -->
257:          * <!-- end-user-doc -->
258:          *
259:          * @return the meta object for the containment reference list '<em>Rows</em>'.
260:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGrid#getRows()
261:          * @see #getControlGrid()
262:          * @generated
263:          */
264:         EReference getControlGrid_Rows();
265:
266:         /**
267:          * Returns the meta object for class '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridRow
268:          * <em>Control Grid Row</em>}'.
269:          * <!-- begin-user-doc -->
270:          * <!-- end-user-doc -->
271:          *
272:          * @return the meta object for class '<em>Control Grid Row</em>'.
273:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridRow
274:          * @generated
275:          */
276:         EClass getControlGridRow();
277:
278:         /**
279:          * Returns the meta object for the containment reference list '
280:          * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridRow#getCells <em>Cells</em>}'.
281:          * <!-- begin-user-doc -->
282:          * <!-- end-user-doc -->
283:          *
284:          * @return the meta object for the containment reference list '<em>Cells</em>'.
285:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridRow#getCells()
286:          * @see #getControlGridRow()
287:          * @generated
288:          */
289:         EReference getControlGridRow_Cells();
290:
291:         /**
292:          * Returns the meta object for class '{@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridCell
293:          * <em>Control Grid Cell</em>}'.
294:          * <!-- begin-user-doc -->
295:          * <!-- end-user-doc -->
296:          *
297:          * @return the meta object for class '<em>Control Grid Cell</em>'.
298:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridCell
299:          * @generated
300:          */
301:         EClass getControlGridCell();
302:
303:         /**
304:          * Returns the meta object for the containment reference '
305:          * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridCell#getControl <em>Control</em>}'.
306:          * <!-- begin-user-doc -->
307:          * <!-- end-user-doc -->
308:          *
309:          * @return the meta object for the containment reference '<em>Control</em>'.
310:          * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.VControlGridCell#getControl()
311:          * @see #getControlGridCell()
312:          * @generated
313:          */
314:         EReference getControlGridCell_Control();
315:
316:         /**
317:          * Returns the factory that creates the instances of the model.
318:          * <!-- begin-user-doc -->
319:          * <!-- end-user-doc -->
320:          *
321:          * @return the factory that creates the instances of the model.
322:          * @generated
323:          */
324:         VControlgridFactory getControlgridFactory();
325:
326:         /**
327:          * <!-- begin-user-doc -->
328:          * Defines literals for the meta objects that represent
329:          * <ul>
330:          * <li>each class,</li>
331:          * <li>each feature of each class,</li>
332:          * <li>each enum,</li>
333:          * <li>and each data type</li>
334:          * </ul>
335:          * <!-- end-user-doc -->
336:          *
337:          * @generated
338:          */
339:         interface Literals {
340:                 /**
341:                  * The meta object literal for the '
342:                  * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridImpl <em>Control Grid</em>}'
343:                  * class.
344:                  * <!-- begin-user-doc -->
345:                  * <!-- end-user-doc -->
346:                  *
347:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridImpl
348:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGrid()
349:                  * @generated
350:                  */
351:                 EClass CONTROL_GRID = eINSTANCE.getControlGrid();
352:
353:                 /**
354:                  * The meta object literal for the '<em><b>Rows</b></em>' containment reference list feature.
355:                  * <!-- begin-user-doc -->
356:                  * <!-- end-user-doc -->
357:                  *
358:                  * @generated
359:                  */
360:                 EReference CONTROL_GRID__ROWS = eINSTANCE.getControlGrid_Rows();
361:
362:                 /**
363:                  * The meta object literal for the '
364:                  * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridRowImpl <em>Control Grid Row</em>
365:                  * }' class.
366:                  * <!-- begin-user-doc -->
367:                  * <!-- end-user-doc -->
368:                  *
369:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridRowImpl
370:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGridRow()
371:                  * @generated
372:                  */
373:                 EClass CONTROL_GRID_ROW = eINSTANCE.getControlGridRow();
374:
375:                 /**
376:                  * The meta object literal for the '<em><b>Cells</b></em>' containment reference list feature.
377:                  * <!-- begin-user-doc -->
378:                  * <!-- end-user-doc -->
379:                  *
380:                  * @generated
381:                  */
382:                 EReference CONTROL_GRID_ROW__CELLS = eINSTANCE.getControlGridRow_Cells();
383:
384:                 /**
385:                  * The meta object literal for the '
386:                  * {@link org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridCellImpl
387:                  * <em>Control Grid Cell</em>}' class.
388:                  * <!-- begin-user-doc -->
389:                  * <!-- end-user-doc -->
390:                  *
391:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlGridCellImpl
392:                  * @see org.eclipse.emf.emfforms.spi.view.controlgrid.model.impl.VControlgridPackageImpl#getControlGridCell()
393:                  * @generated
394:                  */
395:                 EClass CONTROL_GRID_CELL = eINSTANCE.getControlGridCell();
396:
397:                 /**
398:                  * The meta object literal for the '<em><b>Control</b></em>' containment reference feature.
399:                  * <!-- begin-user-doc -->
400:                  * <!-- end-user-doc -->
401:                  *
402:                  * @generated
403:                  */
404:                 EReference CONTROL_GRID_CELL__CONTROL = eINSTANCE.getControlGridCell_Control();
405:
406:         }
407:
408: } // VControlgridPackage