Skip to content

Package: VCompoundcontrolPackage$Literals

VCompoundcontrolPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 7
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 2
100%
M: 0 C: 1
100%

Coverage

1: /**
2: * Copyright (c) 2011-2014 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.ecp.view.spi.compoundcontrol.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.ecp.view.spi.compoundcontrol.model.VCompoundcontrolFactory
34: * @model kind="package"
35: * @generated
36: */
37: public interface VCompoundcontrolPackage extends EPackage {
38:         /**
39:          * The package name.
40:          * <!-- begin-user-doc -->
41:          * <!-- end-user-doc -->
42:          *
43:          * @generated
44:          */
45:         String eNAME = "compoundcontrol"; //$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/ecp/view/compoundcontrol/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.emf.ecp.view.compoundcontrol.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:         VCompoundcontrolPackage eINSTANCE = org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundcontrolPackageImpl
73:                 .init();
74:
75:         /**
76:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundControlImpl
77:          * <em>Compound Control</em>}' class.
78:          * <!-- begin-user-doc -->
79:          * <!-- end-user-doc -->
80:          *
81:          * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundControlImpl
82:          * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundcontrolPackageImpl#getCompoundControl()
83:          * @generated
84:          */
85:         int COMPOUND_CONTROL = 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 COMPOUND_CONTROL__NAME = VViewPackage.CONTROL__NAME;
96:
97:         /**
98:          * The feature id for the '<em><b>Label</b></em>' attribute.
99:          * <!-- begin-user-doc -->
100:          *
101:          * @since 1.8
102:          * <!-- end-user-doc -->
103:          *
104:          * @generated
105:          * @ordered
106:          */
107:         int COMPOUND_CONTROL__LABEL = VViewPackage.CONTROL__LABEL;
108:
109:         /**
110:          * The feature id for the '<em><b>Visible</b></em>' attribute.
111:          * <!-- begin-user-doc -->
112:          * <!-- end-user-doc -->
113:          *
114:          * @generated
115:          * @ordered
116:          */
117:         int COMPOUND_CONTROL__VISIBLE = VViewPackage.CONTROL__VISIBLE;
118:
119:         /**
120:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
121:          * <!-- begin-user-doc -->
122:          * <!-- end-user-doc -->
123:          *
124:          * @generated
125:          * @ordered
126:          */
127:         int COMPOUND_CONTROL__ENABLED = VViewPackage.CONTROL__ENABLED;
128:
129:         /**
130:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
131:          * <!-- begin-user-doc -->
132:          * <!-- end-user-doc -->
133:          *
134:          * @generated
135:          * @ordered
136:          */
137:         int COMPOUND_CONTROL__READONLY = VViewPackage.CONTROL__READONLY;
138:
139:         /**
140:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
141:          * <!-- begin-user-doc -->
142:          * <!-- end-user-doc -->
143:          *
144:          * @generated
145:          * @ordered
146:          */
147:         int COMPOUND_CONTROL__DIAGNOSTIC = VViewPackage.CONTROL__DIAGNOSTIC;
148:
149:         /**
150:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
151:          * <!-- begin-user-doc -->
152:          * <!-- end-user-doc -->
153:          *
154:          * @generated
155:          * @ordered
156:          */
157:         int COMPOUND_CONTROL__ATTACHMENTS = VViewPackage.CONTROL__ATTACHMENTS;
158:
159:         /**
160:          * The feature id for the '<em><b>Label Alignment</b></em>' attribute.
161:          * <!-- begin-user-doc -->
162:          *
163:          * @since 1.8
164:          * <!-- end-user-doc -->
165:          *
166:          * @generated
167:          * @ordered
168:          */
169:         int COMPOUND_CONTROL__LABEL_ALIGNMENT = VViewPackage.CONTROL__LABEL_ALIGNMENT;
170:
171:         /**
172:          * The feature id for the '<em><b>Domain Model Reference</b></em>' containment reference.
173:          * <!-- begin-user-doc -->
174:          *
175:          * @since 1.8
176:          * <!-- end-user-doc -->
177:          *
178:          * @generated
179:          * @ordered
180:          */
181:         int COMPOUND_CONTROL__DOMAIN_MODEL_REFERENCE = VViewPackage.CONTROL__DOMAIN_MODEL_REFERENCE;
182:
183:         /**
184:          * The feature id for the '<em><b>Controls</b></em>' containment reference list.
185:          * <!-- begin-user-doc -->
186:          * <!-- end-user-doc -->
187:          *
188:          * @generated
189:          * @ordered
190:          */
191:         int COMPOUND_CONTROL__CONTROLS = VViewPackage.CONTROL_FEATURE_COUNT + 0;
192:
193:         /**
194:          * The number of structural features of the '<em>Compound Control</em>' class.
195:          * <!-- begin-user-doc -->
196:          * <!-- end-user-doc -->
197:          *
198:          * @generated
199:          * @ordered
200:          */
201:         int COMPOUND_CONTROL_FEATURE_COUNT = VViewPackage.CONTROL_FEATURE_COUNT + 1;
202:
203:         /**
204:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.compoundcontrol.model.VCompoundControl
205:          * <em>Compound Control</em>}'.
206:          * <!-- begin-user-doc -->
207:          * <!-- end-user-doc -->
208:          *
209:          * @return the meta object for class '<em>Compound Control</em>'.
210:          * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.VCompoundControl
211:          * @generated
212:          */
213:         EClass getCompoundControl();
214:
215:         /**
216:          * Returns the meta object for the containment reference list '
217:          * {@link org.eclipse.emf.ecp.view.spi.compoundcontrol.model.VCompoundControl#getControls <em>Controls</em>}'.
218:          * <!-- begin-user-doc -->
219:          * <!-- end-user-doc -->
220:          *
221:          * @return the meta object for the containment reference list '<em>Controls</em>'.
222:          * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.VCompoundControl#getControls()
223:          * @see #getCompoundControl()
224:          * @generated
225:          */
226:         EReference getCompoundControl_Controls();
227:
228:         /**
229:          * Returns the factory that creates the instances of the model.
230:          * <!-- begin-user-doc -->
231:          * <!-- end-user-doc -->
232:          *
233:          * @return the factory that creates the instances of the model.
234:          * @generated
235:          */
236:         VCompoundcontrolFactory getCompoundcontrolFactory();
237:
238:         /**
239:          * <!-- begin-user-doc -->
240:          * Defines literals for the meta objects that represent
241:          * <ul>
242:          * <li>each class,</li>
243:          * <li>each feature of each class,</li>
244:          * <li>each enum,</li>
245:          * <li>and each data type</li>
246:          * </ul>
247:          * <!-- end-user-doc -->
248:          *
249:          * @generated
250:          */
251:         interface Literals {
252:                 /**
253:                  * The meta object literal for the '
254:                  * {@link org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundControlImpl <em>Compound Control</em>
255:                  * }' class.
256:                  * <!-- begin-user-doc -->
257:                  * <!-- end-user-doc -->
258:                  *
259:                  * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundControlImpl
260:                  * @see org.eclipse.emf.ecp.view.spi.compoundcontrol.model.impl.VCompoundcontrolPackageImpl#getCompoundControl()
261:                  * @generated
262:                  */
263:                 EClass COMPOUND_CONTROL = eINSTANCE.getCompoundControl();
264:
265:                 /**
266:                  * The meta object literal for the '<em><b>Controls</b></em>' containment reference list feature.
267:                  * <!-- begin-user-doc -->
268:                  * <!-- end-user-doc -->
269:                  *
270:                  * @generated
271:                  */
272:                 EReference COMPOUND_CONTROL__CONTROLS = eINSTANCE.getCompoundControl_Controls();
273:
274:         }
275:
276: } // VCompoundcontrolPackage