Skip to content

Package: VTTextControlEnablementPackage

VTTextControlEnablementPackage

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.textControlEnablement.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 enum,</li>
29: * <li>and each data type</li>
30: * </ul>
31: *
32: * @since 1.5
33: * <!-- end-user-doc -->
34: *
35: * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.VTTextControlEnablementFactory
36: * @model kind="package"
37: * @generated
38: */
39: public interface VTTextControlEnablementPackage extends EPackage {
40:         /**
41:          * The package name.
42:          * <!-- begin-user-doc -->
43:          * <!-- end-user-doc -->
44:          *
45:          * @generated
46:          */
47:         String eNAME = "textControlEnablement"; //$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/style/textcontrol/enablement/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.style.textcontrol.enablement.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:         VTTextControlEnablementPackage eINSTANCE = org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementPackageImpl
75:                 .init();
76:
77:         /**
78:          * The meta object id for the '
79:          * {@link org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementStylePropertyImpl
80:          * <em>Style Property</em>}' class.
81:          * <!-- begin-user-doc -->
82:          * <!-- end-user-doc -->
83:          *
84:          * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementStylePropertyImpl
85:          * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementPackageImpl#getTextControlEnablementStyleProperty()
86:          * @generated
87:          */
88:         int TEXT_CONTROL_ENABLEMENT_STYLE_PROPERTY = 0;
89:
90:         /**
91:          * The feature id for the '<em><b>Render Disable As Editable</b></em>' attribute.
92:          * <!-- begin-user-doc -->
93:          * <!-- end-user-doc -->
94:          *
95:          * @generated
96:          * @ordered
97:          */
98:         int TEXT_CONTROL_ENABLEMENT_STYLE_PROPERTY__RENDER_DISABLE_AS_EDITABLE = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT
99:                 + 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 TEXT_CONTROL_ENABLEMENT_STYLE_PROPERTY_FEATURE_COUNT = VTTemplatePackage.STYLE_PROPERTY_FEATURE_COUNT + 1;
110:
111:         /**
112:          * Returns the meta object for class '
113:          * {@link org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.VTTextControlEnablementStyleProperty
114:          * <em>Style Property</em>}'.
115:          * <!-- begin-user-doc -->
116:          * <!-- end-user-doc -->
117:          *
118:          * @return the meta object for class '<em>Style Property</em>'.
119:          * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.VTTextControlEnablementStyleProperty
120:          * @generated
121:          */
122:         EClass getTextControlEnablementStyleProperty();
123:
124:         /**
125:          * Returns the meta object for the attribute '
126:          * {@link org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.VTTextControlEnablementStyleProperty#isRenderDisableAsEditable
127:          * <em>Render Disable As Editable</em>}'.
128:          * <!-- begin-user-doc -->
129:          * <!-- end-user-doc -->
130:          *
131:          * @return the meta object for the attribute '<em>Render Disable As Editable</em>'.
132:          * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.VTTextControlEnablementStyleProperty#isRenderDisableAsEditable()
133:          * @see #getTextControlEnablementStyleProperty()
134:          * @generated
135:          */
136:         EAttribute getTextControlEnablementStyleProperty_RenderDisableAsEditable();
137:
138:         /**
139:          * Returns the factory that creates the instances of the model.
140:          * <!-- begin-user-doc -->
141:          * <!-- end-user-doc -->
142:          *
143:          * @return the factory that creates the instances of the model.
144:          * @generated
145:          */
146:         VTTextControlEnablementFactory getTextControlEnablementFactory();
147:
148:         /**
149:          * <!-- begin-user-doc -->
150:          * Defines literals for the meta objects that represent
151:          * <ul>
152:          * <li>each class,</li>
153:          * <li>each feature of each class,</li>
154:          * <li>each enum,</li>
155:          * <li>and each data type</li>
156:          * </ul>
157:          * <!-- end-user-doc -->
158:          *
159:          * @generated
160:          */
161:         interface Literals {
162:                 /**
163:                  * The meta object literal for the '
164:                  * {@link org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementStylePropertyImpl
165:                  * <em>Style Property</em>}' class.
166:                  * <!-- begin-user-doc -->
167:                  * <!-- end-user-doc -->
168:                  *
169:                  * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementStylePropertyImpl
170:                  * @see org.eclipse.emf.ecp.view.template.style.textControlEnablement.model.impl.VTTextControlEnablementPackageImpl#getTextControlEnablementStyleProperty()
171:                  * @generated
172:                  */
173:                 EClass TEXT_CONTROL_ENABLEMENT_STYLE_PROPERTY = eINSTANCE.getTextControlEnablementStyleProperty();
174:
175:                 /**
176:                  * The meta object literal for the '<em><b>Render Disable As Editable</b></em>' attribute feature.
177:                  * <!-- begin-user-doc -->
178:                  * <!-- end-user-doc -->
179:                  *
180:                  * @generated
181:                  */
182:                 EAttribute TEXT_CONTROL_ENABLEMENT_STYLE_PROPERTY__RENDER_DISABLE_AS_EDITABLE = eINSTANCE
183:                         .getTextControlEnablementStyleProperty_RenderDisableAsEditable();
184:
185:         }
186:
187: } // VTTextControlEnablementPackage