Skip to content

Package: VTAnnotationPackage

VTAnnotationPackage

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-2018 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.template.selector.annotation.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.17
34: * <!-- end-user-doc -->
35: * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationFactory
36: * @model kind="package"
37: * @generated
38: */
39: public interface VTAnnotationPackage extends EPackage {
40:         /**
41:          * The package name.
42:          * <!-- begin-user-doc -->
43:          * <!-- end-user-doc -->
44:          *
45:          * @generated
46:          */
47:         String eNAME = "annotation"; //$NON-NLS-1$
48:
49:         /**
50:          * The package namespace URI.
51:          * <!-- begin-user-doc -->
52:          * <!-- end-user-doc -->
53:          *
54:          * @generated
55:          */
56:         String eNS_URI = "http://www.eclipse.org/emf/ecp/view/template/selector/annotation/model"; //$NON-NLS-1$
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.emf.ecp.view.template.selector.annotation.model"; //$NON-NLS-1$
66:
67:         /**
68:          * The singleton instance of the package.
69:          * <!-- begin-user-doc -->
70:          * <!-- end-user-doc -->
71:          *
72:          * @generated
73:          */
74:         VTAnnotationPackage eINSTANCE = org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationPackageImpl
75:                 .init();
76:
77:         /**
78:          * The meta object id for the
79:          * '{@link org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationSelectorImpl
80:          * <em>Selector</em>}' class.
81:          * <!-- begin-user-doc -->
82:          * <!-- end-user-doc -->
83:          *
84:          * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationSelectorImpl
85:          * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationPackageImpl#getAnnotationSelector()
86:          * @generated
87:          */
88:         int ANNOTATION_SELECTOR = 0;
89:
90:         /**
91:          * The feature id for the '<em><b>Key</b></em>' attribute.
92:          * <!-- begin-user-doc -->
93:          * <!-- end-user-doc -->
94:          *
95:          * @generated
96:          * @ordered
97:          */
98:         int ANNOTATION_SELECTOR__KEY = VTTemplatePackage.STYLE_SELECTOR_FEATURE_COUNT + 0;
99:
100:         /**
101:          * The feature id for the '<em><b>Value</b></em>' attribute.
102:          * <!-- begin-user-doc -->
103:          * <!-- end-user-doc -->
104:          *
105:          * @generated
106:          * @ordered
107:          */
108:         int ANNOTATION_SELECTOR__VALUE = VTTemplatePackage.STYLE_SELECTOR_FEATURE_COUNT + 1;
109:
110:         /**
111:          * The number of structural features of the '<em>Selector</em>' class.
112:          * <!-- begin-user-doc -->
113:          * <!-- end-user-doc -->
114:          *
115:          * @generated
116:          * @ordered
117:          */
118:         int ANNOTATION_SELECTOR_FEATURE_COUNT = VTTemplatePackage.STYLE_SELECTOR_FEATURE_COUNT + 2;
119:
120:         /**
121:          * The number of operations of the '<em>Selector</em>' class.
122:          * <!-- begin-user-doc -->
123:          * <!-- end-user-doc -->
124:          *
125:          * @generated
126:          * @ordered
127:          */
128:         int ANNOTATION_SELECTOR_OPERATION_COUNT = VTTemplatePackage.STYLE_SELECTOR_OPERATION_COUNT + 0;
129:
130:         /**
131:          * Returns the meta object for class
132:          * '{@link org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector <em>Selector</em>}'.
133:          * <!-- begin-user-doc -->
134:          * <!-- end-user-doc -->
135:          *
136:          * @return the meta object for class '<em>Selector</em>'.
137:          * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector
138:          * @generated
139:          */
140:         EClass getAnnotationSelector();
141:
142:         /**
143:          * Returns the meta object for the attribute
144:          * '{@link org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector#getKey <em>Key</em>}'.
145:          * <!-- begin-user-doc -->
146:          * <!-- end-user-doc -->
147:          *
148:          * @return the meta object for the attribute '<em>Key</em>'.
149:          * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector#getKey()
150:          * @see #getAnnotationSelector()
151:          * @generated
152:          */
153:         EAttribute getAnnotationSelector_Key();
154:
155:         /**
156:          * Returns the meta object for the attribute
157:          * '{@link org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector#getValue
158:          * <em>Value</em>}'.
159:          * <!-- begin-user-doc -->
160:          * <!-- end-user-doc -->
161:          *
162:          * @return the meta object for the attribute '<em>Value</em>'.
163:          * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.VTAnnotationSelector#getValue()
164:          * @see #getAnnotationSelector()
165:          * @generated
166:          */
167:         EAttribute getAnnotationSelector_Value();
168:
169:         /**
170:          * Returns the factory that creates the instances of the model.
171:          * <!-- begin-user-doc -->
172:          * <!-- end-user-doc -->
173:          *
174:          * @return the factory that creates the instances of the model.
175:          * @generated
176:          */
177:         VTAnnotationFactory getAnnotationFactory();
178:
179:         /**
180:          * <!-- begin-user-doc -->
181:          * Defines literals for the meta objects that represent
182:          * <ul>
183:          * <li>each class,</li>
184:          * <li>each feature of each class,</li>
185:          * <li>each operation of each class,</li>
186:          * <li>each enum,</li>
187:          * <li>and each data type</li>
188:          * </ul>
189:          * <!-- end-user-doc -->
190:          *
191:          * @generated
192:          */
193:         interface Literals {
194:                 /**
195:                  * The meta object literal for the
196:                  * '{@link org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationSelectorImpl
197:                  * <em>Selector</em>}' class.
198:                  * <!-- begin-user-doc -->
199:                  * <!-- end-user-doc -->
200:                  *
201:                  * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationSelectorImpl
202:                  * @see org.eclipse.emf.ecp.view.template.selector.annotation.model.impl.VTAnnotationPackageImpl#getAnnotationSelector()
203:                  * @generated
204:                  */
205:                 EClass ANNOTATION_SELECTOR = eINSTANCE.getAnnotationSelector();
206:
207:                 /**
208:                  * The meta object literal for the '<em><b>Key</b></em>' attribute feature.
209:                  * <!-- begin-user-doc -->
210:                  * <!-- end-user-doc -->
211:                  *
212:                  * @generated
213:                  */
214:                 EAttribute ANNOTATION_SELECTOR__KEY = eINSTANCE.getAnnotationSelector_Key();
215:
216:                 /**
217:                  * The meta object literal for the '<em><b>Value</b></em>' attribute feature.
218:                  * <!-- begin-user-doc -->
219:                  * <!-- end-user-doc -->
220:                  *
221:                  * @generated
222:                  */
223:                 EAttribute ANNOTATION_SELECTOR__VALUE = eINSTANCE.getAnnotationSelector_Value();
224:
225:         }
226:
227: } // VTAnnotationInHierarchyPackage