Skip to content

Package: VTBoolPackage$Literals

VTBoolPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 4
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 1
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.bool.model;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.EPackage;
18: import org.eclipse.emf.ecp.view.template.model.VTTemplatePackage;
19:
20: /**
21: * <!-- begin-user-doc -->
22: * The <b>Package</b> for the model.
23: * It contains accessors for the meta objects to represent
24: * <ul>
25: * <li>each class,</li>
26: * <li>each feature of each class,</li>
27: * <li>each operation of each class,</li>
28: * <li>each enum,</li>
29: * <li>and each data type</li>
30: * </ul>
31: *
32: * @since 1.17
33: * <!-- end-user-doc -->
34: * @see org.eclipse.emf.ecp.view.template.selector.bool.model.VTBoolFactory
35: * @model kind="package"
36: * @generated
37: */
38: public interface VTBoolPackage extends EPackage {
39:         /**
40:          * The package name.
41:          * <!-- begin-user-doc -->
42:          * <!-- end-user-doc -->
43:          *
44:          * @generated
45:          */
46:         String eNAME = "bool"; //$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/selector/bool/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.selector.bool.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:         VTBoolPackage eINSTANCE = org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTBoolPackageImpl.init();
74:
75:         /**
76:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTAndSelectorImpl
77:          * <em>And Selector</em>}' class.
78:          * <!-- begin-user-doc -->
79:          * <!-- end-user-doc -->
80:          *
81:          * @see org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTAndSelectorImpl
82:          * @see org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTBoolPackageImpl#getAndSelector()
83:          * @generated
84:          */
85:         int AND_SELECTOR = 0;
86:
87:         /**
88:          * The feature id for the '<em><b>Selectors</b></em>' containment reference list.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @generated
93:          * @ordered
94:          */
95:         int AND_SELECTOR__SELECTORS = VTTemplatePackage.MULTI_STYLE_SELECTOR_CONTAINER__SELECTORS;
96:
97:         /**
98:          * The number of structural features of the '<em>And Selector</em>' class.
99:          * <!-- begin-user-doc -->
100:          * <!-- end-user-doc -->
101:          *
102:          * @generated
103:          * @ordered
104:          */
105:         int AND_SELECTOR_FEATURE_COUNT = VTTemplatePackage.MULTI_STYLE_SELECTOR_CONTAINER_FEATURE_COUNT + 0;
106:
107:         /**
108:          * The number of operations of the '<em>And Selector</em>' class.
109:          * <!-- begin-user-doc -->
110:          * <!-- end-user-doc -->
111:          *
112:          * @generated
113:          * @ordered
114:          */
115:         int AND_SELECTOR_OPERATION_COUNT = VTTemplatePackage.MULTI_STYLE_SELECTOR_CONTAINER_OPERATION_COUNT + 0;
116:
117:         /**
118:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.template.selector.bool.model.VTAndSelector
119:          * <em>And Selector</em>}'.
120:          * <!-- begin-user-doc -->
121:          * <!-- end-user-doc -->
122:          *
123:          * @return the meta object for class '<em>And Selector</em>'.
124:          * @see org.eclipse.emf.ecp.view.template.selector.bool.model.VTAndSelector
125:          * @generated
126:          */
127:         EClass getAndSelector();
128:
129:         /**
130:          * Returns the factory that creates the instances of the model.
131:          * <!-- begin-user-doc -->
132:          * <!-- end-user-doc -->
133:          *
134:          * @return the factory that creates the instances of the model.
135:          * @generated
136:          */
137:         VTBoolFactory getBoolFactory();
138:
139:         /**
140:          * <!-- begin-user-doc -->
141:          * Defines literals for the meta objects that represent
142:          * <ul>
143:          * <li>each class,</li>
144:          * <li>each feature of each class,</li>
145:          * <li>each operation of each class,</li>
146:          * <li>each enum,</li>
147:          * <li>and each data type</li>
148:          * </ul>
149:          * <!-- end-user-doc -->
150:          *
151:          * @generated
152:          */
153:         interface Literals {
154:                 /**
155:                  * The meta object literal for the
156:                  * '{@link org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTAndSelectorImpl <em>And Selector</em>}'
157:                  * class.
158:                  * <!-- begin-user-doc -->
159:                  * <!-- end-user-doc -->
160:                  *
161:                  * @see org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTAndSelectorImpl
162:                  * @see org.eclipse.emf.ecp.view.template.selector.bool.model.impl.VTBoolPackageImpl#getAndSelector()
163:                  * @generated
164:                  */
165:                 EClass AND_SELECTOR = eINSTANCE.getAndSelector();
166:
167:         }
168:
169: } // VTBoolPackage