Skip to content

Package: VTMandatoryPackage$Literals

VTMandatoryPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 10
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 4
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.mandatory.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.mandatory.model.VTMandatoryFactory
35: * @model kind="package"
36: * @generated
37: */
38: public interface VTMandatoryPackage extends EPackage {
39:         /**
40:          * The package name.
41:          * <!-- begin-user-doc -->
42:          * <!-- end-user-doc -->
43:          *
44:          * @generated
45:          */
46:         String eNAME = "mandatory"; //$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/mandatory/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.mandatory.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:         VTMandatoryPackage eINSTANCE = org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryPackageImpl
74:                 .init();
75:
76:         /**
77:          * The meta object id for the '
78:          * {@link org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryStylePropertyImpl
79:          * <em>Style Property</em>}' class.
80:          * <!-- begin-user-doc -->
81:          * <!-- end-user-doc -->
82:          *
83:          * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryStylePropertyImpl
84:          * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryPackageImpl#getMandatoryStyleProperty()
85:          * @generated
86:          */
87:         int MANDATORY_STYLE_PROPERTY = 0;
88:
89:         /**
90:          * The feature id for the '<em><b>Highlite Mandatory Fields</b></em>' attribute.
91:          * <!-- begin-user-doc -->
92:          * <!-- end-user-doc -->
93:          *
94:          * @generated
95:          * @ordered
96:          */
97:         int MANDATORY_STYLE_PROPERTY__HIGHLITE_MANDATORY_FIELDS = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 0;
98:
99:         /**
100:          * The feature id for the '<em><b>Mandatory Marker</b></em>' attribute.
101:          * <!-- begin-user-doc -->
102:          * <!-- end-user-doc -->
103:          *
104:          * @generated
105:          * @ordered
106:          */
107:         int MANDATORY_STYLE_PROPERTY__MANDATORY_MARKER = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 1;
108:
109:         /**
110:          * The number of structural features of the '<em>Style Property</em>' class.
111:          * <!-- begin-user-doc -->
112:          * <!-- end-user-doc -->
113:          *
114:          * @generated
115:          * @ordered
116:          */
117:         int MANDATORY_STYLE_PROPERTY_FEATURE_COUNT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 2;
118:
119:         /**
120:          * The number of operations of the '<em>Style Property</em>' class.
121:          * <!-- begin-user-doc -->
122:          * <!-- end-user-doc -->
123:          *
124:          * @generated
125:          * @ordered
126:          */
127:         int MANDATORY_STYLE_PROPERTY_OPERATION_COUNT = VTTemplatePackage.STYLE_PROPERTY_OPERATION_COUNT + 0;
128:
129:         /**
130:          * Returns the meta object for class '
131:          * {@link org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty <em>Style Property</em>}
132:          * '.
133:          * <!-- begin-user-doc -->
134:          * <!-- end-user-doc -->
135:          *
136:          * @return the meta object for class '<em>Style Property</em>'.
137:          * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty
138:          * @generated
139:          */
140:         EClass getMandatoryStyleProperty();
141:
142:         /**
143:          * Returns the meta object for the attribute '
144:          * {@link org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty#isHighliteMandatoryFields
145:          * <em>Highlite Mandatory Fields</em>}'.
146:          * <!-- begin-user-doc -->
147:          * <!-- end-user-doc -->
148:          *
149:          * @return the meta object for the attribute '<em>Highlite Mandatory Fields</em>'.
150:          * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty#isHighliteMandatoryFields()
151:          * @see #getMandatoryStyleProperty()
152:          * @generated
153:          */
154:         EAttribute getMandatoryStyleProperty_HighliteMandatoryFields();
155:
156:         /**
157:          * Returns the meta object for the attribute '
158:          * {@link org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty#getMandatoryMarker
159:          * <em>Mandatory Marker</em>}'.
160:          * <!-- begin-user-doc -->
161:          * <!-- end-user-doc -->
162:          *
163:          * @return the meta object for the attribute '<em>Mandatory Marker</em>'.
164:          * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.VTMandatoryStyleProperty#getMandatoryMarker()
165:          * @see #getMandatoryStyleProperty()
166:          * @generated
167:          */
168:         EAttribute getMandatoryStyleProperty_MandatoryMarker();
169:
170:         /**
171:          * Returns the factory that creates the instances of the model.
172:          * <!-- begin-user-doc -->
173:          * <!-- end-user-doc -->
174:          *
175:          * @return the factory that creates the instances of the model.
176:          * @generated
177:          */
178:         VTMandatoryFactory getMandatoryFactory();
179:
180:         /**
181:          * <!-- begin-user-doc -->
182:          * Defines literals for the meta objects that represent
183:          * <ul>
184:          * <li>each class,</li>
185:          * <li>each feature of each class,</li>
186:          * <li>each operation of each class,</li>
187:          * <li>each enum,</li>
188:          * <li>and each data type</li>
189:          * </ul>
190:          * <!-- end-user-doc -->
191:          *
192:          * @generated
193:          */
194:         interface Literals {
195:                 /**
196:                  * The meta object literal for the '
197:                  * {@link org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryStylePropertyImpl
198:                  * <em>Style Property</em>}' class.
199:                  * <!-- begin-user-doc -->
200:                  * <!-- end-user-doc -->
201:                  *
202:                  * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryStylePropertyImpl
203:                  * @see org.eclipse.emf.ecp.view.template.style.mandatory.model.impl.VTMandatoryPackageImpl#getMandatoryStyleProperty()
204:                  * @generated
205:                  */
206:                 EClass MANDATORY_STYLE_PROPERTY = eINSTANCE.getMandatoryStyleProperty();
207:
208:                 /**
209:                  * The meta object literal for the '<em><b>Highlite Mandatory Fields</b></em>' attribute feature.
210:                  * <!-- begin-user-doc -->
211:                  * <!-- end-user-doc -->
212:                  *
213:                  * @generated
214:                  */
215:                 EAttribute MANDATORY_STYLE_PROPERTY__HIGHLITE_MANDATORY_FIELDS = eINSTANCE
216:                         .getMandatoryStyleProperty_HighliteMandatoryFields();
217:
218:                 /**
219:                  * The meta object literal for the '<em><b>Mandatory Marker</b></em>' attribute feature.
220:                  * <!-- begin-user-doc -->
221:                  * <!-- end-user-doc -->
222:                  *
223:                  * @generated
224:                  */
225:                 EAttribute MANDATORY_STYLE_PROPERTY__MANDATORY_MARKER = eINSTANCE.getMandatoryStyleProperty_MandatoryMarker();
226:
227:         }
228:
229: } // VTMandatoryPackage