Skip to content

Package: VTBackgroundPackage$Literals

VTBackgroundPackage$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-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: * EclipseSource Munich - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.template.style.background.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: *
33: * @since 1.6
34: * <!-- end-user-doc -->
35: *
36: * @see org.eclipse.emf.ecp.view.template.style.background.model.VTBackgroundFactory
37: * @model kind="package"
38: * @generated
39: */
40: public interface VTBackgroundPackage extends EPackage {
41:         /**
42:          * The package name.
43:          * <!-- begin-user-doc -->
44:          * <!-- end-user-doc -->
45:          *
46:          * @generated
47:          */
48:         String eNAME = "background"; //$NON-NLS-1$
49:
50:         /**
51:          * The package namespace URI.
52:          * <!-- begin-user-doc -->
53:          * <!-- end-user-doc -->
54:          *
55:          * @generated
56:          */
57:         String eNS_URI = "http://www.eclipse.org/emf/ecp/view/template/style/background/model"; //$NON-NLS-1$
58:
59:         /**
60:          * The package namespace name.
61:          * <!-- begin-user-doc -->
62:          * <!-- end-user-doc -->
63:          *
64:          * @generated
65:          */
66:         String eNS_PREFIX = "org.eclipse.emf.ecp.view.template.style.background.model"; //$NON-NLS-1$
67:
68:         /**
69:          * The singleton instance of the package.
70:          * <!-- begin-user-doc -->
71:          * <!-- end-user-doc -->
72:          *
73:          * @generated
74:          */
75:         VTBackgroundPackage eINSTANCE = org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundPackageImpl
76:                 .init();
77:
78:         /**
79:          * The meta object id for the '
80:          * {@link org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundStylePropertyImpl
81:          * <em>Style Property</em>}' class.
82:          * <!-- begin-user-doc -->
83:          * <!-- end-user-doc -->
84:          *
85:          * @see org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundStylePropertyImpl
86:          * @see org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundPackageImpl#getBackgroundStyleProperty()
87:          * @generated
88:          */
89:         int BACKGROUND_STYLE_PROPERTY = 0;
90:
91:         /**
92:          * The feature id for the '<em><b>Color</b></em>' attribute.
93:          * <!-- begin-user-doc -->
94:          * <!-- end-user-doc -->
95:          *
96:          * @generated
97:          * @ordered
98:          */
99:         int BACKGROUND_STYLE_PROPERTY__COLOR = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 0;
100:
101:         /**
102:          * The number of structural features of the '<em>Style Property</em>' class.
103:          * <!-- begin-user-doc -->
104:          * <!-- end-user-doc -->
105:          *
106:          * @generated
107:          * @ordered
108:          */
109:         int BACKGROUND_STYLE_PROPERTY_FEATURE_COUNT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 1;
110:
111:         /**
112:          * The number of operations of the '<em>Style Property</em>' class.
113:          * <!-- begin-user-doc -->
114:          * <!-- end-user-doc -->
115:          *
116:          * @generated
117:          * @ordered
118:          */
119:         int BACKGROUND_STYLE_PROPERTY_OPERATION_COUNT = VTTemplatePackage.STYLE_PROPERTY_OPERATION_COUNT + 0;
120:
121:         /**
122:          * Returns the meta object for class '
123:          * {@link org.eclipse.emf.ecp.view.template.style.background.model.VTBackgroundStyleProperty
124:          * <em>Style Property</em>}'.
125:          * <!-- begin-user-doc -->
126:          * <!-- end-user-doc -->
127:          *
128:          * @return the meta object for class '<em>Style Property</em>'.
129:          * @see org.eclipse.emf.ecp.view.template.style.background.model.VTBackgroundStyleProperty
130:          * @generated
131:          */
132:         EClass getBackgroundStyleProperty();
133:
134:         /**
135:          * Returns the meta object for the attribute '
136:          * {@link org.eclipse.emf.ecp.view.template.style.background.model.VTBackgroundStyleProperty#getColor
137:          * <em>Color</em>}'.
138:          * <!-- begin-user-doc -->
139:          * <!-- end-user-doc -->
140:          *
141:          * @return the meta object for the attribute '<em>Color</em>'.
142:          * @see org.eclipse.emf.ecp.view.template.style.background.model.VTBackgroundStyleProperty#getColor()
143:          * @see #getBackgroundStyleProperty()
144:          * @generated
145:          */
146:         EAttribute getBackgroundStyleProperty_Color();
147:
148:         /**
149:          * Returns the factory that creates the instances of the model.
150:          * <!-- begin-user-doc -->
151:          * <!-- end-user-doc -->
152:          *
153:          * @return the factory that creates the instances of the model.
154:          * @generated
155:          */
156:         VTBackgroundFactory getBackgroundFactory();
157:
158:         /**
159:          * <!-- begin-user-doc -->
160:          * Defines literals for the meta objects that represent
161:          * <ul>
162:          * <li>each class,</li>
163:          * <li>each feature of each class,</li>
164:          * <li>each operation of each class,</li>
165:          * <li>each enum,</li>
166:          * <li>and each data type</li>
167:          * </ul>
168:          * <!-- end-user-doc -->
169:          *
170:          * @generated
171:          */
172:         interface Literals {
173:                 /**
174:                  * The meta object literal for the '
175:                  * {@link org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundStylePropertyImpl
176:                  * <em>Style Property</em>}' class.
177:                  * <!-- begin-user-doc -->
178:                  * <!-- end-user-doc -->
179:                  *
180:                  * @see org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundStylePropertyImpl
181:                  * @see org.eclipse.emf.ecp.view.template.style.background.model.impl.VTBackgroundPackageImpl#getBackgroundStyleProperty()
182:                  * @generated
183:                  */
184:                 EClass BACKGROUND_STYLE_PROPERTY = eINSTANCE.getBackgroundStyleProperty();
185:
186:                 /**
187:                  * The meta object literal for the '<em><b>Color</b></em>' attribute feature.
188:                  * <!-- begin-user-doc -->
189:                  * <!-- end-user-doc -->
190:                  *
191:                  * @generated
192:                  */
193:                 EAttribute BACKGROUND_STYLE_PROPERTY__COLOR = eINSTANCE.getBackgroundStyleProperty_Color();
194:
195:         }
196:
197: } // VTBackgroundPackage