Skip to content

Package: VTFontPropertiesPackage

VTFontPropertiesPackage

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 3
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 3
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: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.template.style.fontProperties.model;
15:
16: import org.eclipse.emf.ecore.EAttribute;
17: import org.eclipse.emf.ecore.EClass;
18: import org.eclipse.emf.ecore.EPackage;
19: import org.eclipse.emf.ecp.view.template.model.VTTemplatePackage;
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 operation of each class,</li>
29: * <li>each enum,</li>
30: * <li>and each data type</li>
31: * </ul>
32: * <!-- end-user-doc -->
33: *
34: * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesFactory
35: * @model kind="package"
36: * @generated
37: */
38: public interface VTFontPropertiesPackage extends EPackage {
39:         /**
40:          * The package name.
41:          * <!-- begin-user-doc -->
42:          * <!-- end-user-doc -->
43:          *
44:          * @generated
45:          */
46:         String eNAME = "fontProperties"; //$NON-NLS-1$
47:
48:         /**
49:          * The package namespace URI.
50:          * <!-- begin-user-doc -->
51:          * <!-- end-user-doc -->
52:          *
53:          * @generated
54:          */
55:         String eNS_URI = "http://www.eclipse.org/emf/ecp/view/template/style/fontProperties/model"; //$NON-NLS-1$
56:
57:         /**
58:          * The package namespace name.
59:          * <!-- begin-user-doc -->
60:          * <!-- end-user-doc -->
61:          *
62:          * @generated
63:          */
64:         String eNS_PREFIX = "org.eclipse.emf.ecp.view.template.style.fontProperties.model"; //$NON-NLS-1$
65:
66:         /**
67:          * The singleton instance of the package.
68:          * <!-- begin-user-doc -->
69:          * <!-- end-user-doc -->
70:          *
71:          * @generated
72:          */
73:         VTFontPropertiesPackage eINSTANCE = org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesPackageImpl
74:                 .init();
75:
76:         /**
77:          * The meta object id for the '
78:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesStylePropertyImpl
79:          * <em>Style Property</em>}' class.
80:          * <!-- begin-user-doc -->
81:          * <!-- end-user-doc -->
82:          *
83:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesStylePropertyImpl
84:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesPackageImpl#getFontPropertiesStyleProperty()
85:          * @generated
86:          */
87:         int FONT_PROPERTIES_STYLE_PROPERTY = 0;
88:
89:         /**
90:          * The feature id for the '<em><b>Italic</b></em>' attribute.
91:          * <!-- begin-user-doc -->
92:          * <!-- end-user-doc -->
93:          *
94:          * @generated
95:          * @ordered
96:          */
97:         int FONT_PROPERTIES_STYLE_PROPERTY__ITALIC = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 0;
98:
99:         /**
100:          * The feature id for the '<em><b>Bold</b></em>' attribute.
101:          * <!-- begin-user-doc -->
102:          * <!-- end-user-doc -->
103:          *
104:          * @generated
105:          * @ordered
106:          */
107:         int FONT_PROPERTIES_STYLE_PROPERTY__BOLD = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 1;
108:
109:         /**
110:          * The feature id for the '<em><b>Color HEX</b></em>' attribute.
111:          * <!-- begin-user-doc -->
112:          * <!-- end-user-doc -->
113:          *
114:          * @generated
115:          * @ordered
116:          */
117:         int FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 2;
118:
119:         /**
120:          * The feature id for the '<em><b>Height</b></em>' attribute.
121:          * <!-- begin-user-doc -->
122:          * <!-- end-user-doc -->
123:          *
124:          * @generated
125:          * @ordered
126:          */
127:         int FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 3;
128:
129:         /**
130:          * The feature id for the '<em><b>Font Name</b></em>' attribute.
131:          * <!-- begin-user-doc -->
132:          * <!-- end-user-doc -->
133:          *
134:          * @generated
135:          * @ordered
136:          */
137:         int FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 4;
138:
139:         /**
140:          * The number of structural features of the '<em>Style Property</em>' class.
141:          * <!-- begin-user-doc -->
142:          * <!-- end-user-doc -->
143:          *
144:          * @generated
145:          * @ordered
146:          */
147:         int FONT_PROPERTIES_STYLE_PROPERTY_FEATURE_COUNT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 5;
148:
149:         /**
150:          * The number of operations of the '<em>Style Property</em>' class.
151:          * <!-- begin-user-doc -->
152:          * <!-- end-user-doc -->
153:          *
154:          * @generated
155:          * @ordered
156:          */
157:         int FONT_PROPERTIES_STYLE_PROPERTY_OPERATION_COUNT = VTTemplatePackage.STYLE_PROPERTY_OPERATION_COUNT + 0;
158:
159:         /**
160:          * Returns the meta object for class '
161:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty
162:          * <em>Style Property</em>}'.
163:          * <!-- begin-user-doc -->
164:          * <!-- end-user-doc -->
165:          *
166:          * @return the meta object for class '<em>Style Property</em>'.
167:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty
168:          * @generated
169:          */
170:         EClass getFontPropertiesStyleProperty();
171:
172:         /**
173:          * Returns the meta object for the attribute '
174:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isItalic
175:          * <em>Italic</em>}'.
176:          * <!-- begin-user-doc -->
177:          * <!-- end-user-doc -->
178:          *
179:          * @return the meta object for the attribute '<em>Italic</em>'.
180:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isItalic()
181:          * @see #getFontPropertiesStyleProperty()
182:          * @generated
183:          */
184:         EAttribute getFontPropertiesStyleProperty_Italic();
185:
186:         /**
187:          * Returns the meta object for the attribute '
188:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isBold
189:          * <em>Bold</em>}'.
190:          * <!-- begin-user-doc -->
191:          * <!-- end-user-doc -->
192:          *
193:          * @return the meta object for the attribute '<em>Bold</em>'.
194:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#isBold()
195:          * @see #getFontPropertiesStyleProperty()
196:          * @generated
197:          */
198:         EAttribute getFontPropertiesStyleProperty_Bold();
199:
200:         /**
201:          * Returns the meta object for the attribute '
202:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getColorHEX
203:          * <em>Color HEX</em>}'.
204:          * <!-- begin-user-doc -->
205:          * <!-- end-user-doc -->
206:          *
207:          * @return the meta object for the attribute '<em>Color HEX</em>'.
208:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getColorHEX()
209:          * @see #getFontPropertiesStyleProperty()
210:          * @generated
211:          */
212:         EAttribute getFontPropertiesStyleProperty_ColorHEX();
213:
214:         /**
215:          * Returns the meta object for the attribute '
216:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getHeight
217:          * <em>Height</em>}'.
218:          * <!-- begin-user-doc -->
219:          * <!-- end-user-doc -->
220:          *
221:          * @return the meta object for the attribute '<em>Height</em>'.
222:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getHeight()
223:          * @see #getFontPropertiesStyleProperty()
224:          * @generated
225:          */
226:         EAttribute getFontPropertiesStyleProperty_Height();
227:
228:         /**
229:          * Returns the meta object for the attribute '
230:          * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getFontName
231:          * <em>Font Name</em>}'.
232:          * <!-- begin-user-doc -->
233:          * <!-- end-user-doc -->
234:          *
235:          * @return the meta object for the attribute '<em>Font Name</em>'.
236:          * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.VTFontPropertiesStyleProperty#getFontName()
237:          * @see #getFontPropertiesStyleProperty()
238:          * @generated
239:          */
240:         EAttribute getFontPropertiesStyleProperty_FontName();
241:
242:         /**
243:          * Returns the factory that creates the instances of the model.
244:          * <!-- begin-user-doc -->
245:          * <!-- end-user-doc -->
246:          *
247:          * @return the factory that creates the instances of the model.
248:          * @generated
249:          */
250:         VTFontPropertiesFactory getFontPropertiesFactory();
251:
252:         /**
253:          * <!-- begin-user-doc -->
254:          * Defines literals for the meta objects that represent
255:          * <ul>
256:          * <li>each class,</li>
257:          * <li>each feature of each class,</li>
258:          * <li>each operation of each class,</li>
259:          * <li>each enum,</li>
260:          * <li>and each data type</li>
261:          * </ul>
262:          * <!-- end-user-doc -->
263:          *
264:          * @generated
265:          */
266:         interface Literals {
267:                 /**
268:                  * The meta object literal for the '
269:                  * {@link org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesStylePropertyImpl
270:                  * <em>Style Property</em>}' class.
271:                  * <!-- begin-user-doc -->
272:                  * <!-- end-user-doc -->
273:                  *
274:                  * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesStylePropertyImpl
275:                  * @see org.eclipse.emf.ecp.view.template.style.fontProperties.model.impl.VTFontPropertiesPackageImpl#getFontPropertiesStyleProperty()
276:                  * @generated
277:                  */
278:                 EClass FONT_PROPERTIES_STYLE_PROPERTY = eINSTANCE.getFontPropertiesStyleProperty();
279:
280:                 /**
281:                  * The meta object literal for the '<em><b>Italic</b></em>' attribute feature.
282:                  * <!-- begin-user-doc -->
283:                  * <!-- end-user-doc -->
284:                  *
285:                  * @generated
286:                  */
287:                 EAttribute FONT_PROPERTIES_STYLE_PROPERTY__ITALIC = eINSTANCE.getFontPropertiesStyleProperty_Italic();
288:
289:                 /**
290:                  * The meta object literal for the '<em><b>Bold</b></em>' attribute feature.
291:                  * <!-- begin-user-doc -->
292:                  * <!-- end-user-doc -->
293:                  *
294:                  * @generated
295:                  */
296:                 EAttribute FONT_PROPERTIES_STYLE_PROPERTY__BOLD = eINSTANCE.getFontPropertiesStyleProperty_Bold();
297:
298:                 /**
299:                  * The meta object literal for the '<em><b>Color HEX</b></em>' attribute feature.
300:                  * <!-- begin-user-doc -->
301:                  * <!-- end-user-doc -->
302:                  *
303:                  * @generated
304:                  */
305:                 EAttribute FONT_PROPERTIES_STYLE_PROPERTY__COLOR_HEX = eINSTANCE.getFontPropertiesStyleProperty_ColorHEX();
306:
307:                 /**
308:                  * The meta object literal for the '<em><b>Height</b></em>' attribute feature.
309:                  * <!-- begin-user-doc -->
310:                  * <!-- end-user-doc -->
311:                  *
312:                  * @generated
313:                  */
314:                 EAttribute FONT_PROPERTIES_STYLE_PROPERTY__HEIGHT = eINSTANCE.getFontPropertiesStyleProperty_Height();
315:
316:                 /**
317:                  * The meta object literal for the '<em><b>Font Name</b></em>' attribute feature.
318:                  * <!-- begin-user-doc -->
319:                  * <!-- end-user-doc -->
320:                  *
321:                  * @generated
322:                  */
323:                 EAttribute FONT_PROPERTIES_STYLE_PROPERTY__FONT_NAME = eINSTANCE.getFontPropertiesStyleProperty_FontName();
324:
325:         }
326:
327: } // VTFontPropertiesPackage