Skip to content

Package: VHorizontalPackage$Literals

VHorizontalPackage$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-2013 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: * Eugen Neufeld - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.spi.horizontal.model;
15:
16: import org.eclipse.emf.ecore.EClass;
17: import org.eclipse.emf.ecore.EPackage;
18: import org.eclipse.emf.ecp.view.spi.model.VViewPackage;
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 enum,</li>
28: * <li>and each data type</li>
29: * </ul>
30: *
31: * @since 1.2
32: * <!-- end-user-doc -->
33: *
34: * @see org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalFactory
35: * @model kind="package"
36: * @generated
37: */
38: public interface VHorizontalPackage extends EPackage {
39:         /**
40:          * The package name.
41:          * <!-- begin-user-doc -->
42:          * <!-- end-user-doc -->
43:          *
44:          * @generated
45:          */
46:         String eNAME = "horizontal"; //$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://org/eclipse/emf/ecp/view/horizontal/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.horizontal.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:         VHorizontalPackage eINSTANCE = org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalPackageImpl.init();
74:
75:         /**
76:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalLayoutImpl
77:          * <em>Layout</em>}' class.
78:          * <!-- begin-user-doc -->
79:          * <!-- end-user-doc -->
80:          *
81:          * @see org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalLayoutImpl
82:          * @see org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalPackageImpl#getHorizontalLayout()
83:          * @generated
84:          */
85:         int HORIZONTAL_LAYOUT = 0;
86:
87:         /**
88:          * The feature id for the '<em><b>Name</b></em>' attribute.
89:          * <!-- begin-user-doc -->
90:          * <!-- end-user-doc -->
91:          *
92:          * @generated
93:          * @ordered
94:          */
95:         int HORIZONTAL_LAYOUT__NAME = VViewPackage.CONTAINED_CONTAINER__NAME;
96:
97:         /**
98:          * The feature id for the '<em><b>Visible</b></em>' attribute.
99:          * <!-- begin-user-doc -->
100:          * <!-- end-user-doc -->
101:          *
102:          * @generated
103:          * @ordered
104:          */
105:         int HORIZONTAL_LAYOUT__VISIBLE = VViewPackage.CONTAINED_CONTAINER__VISIBLE;
106:
107:         /**
108:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
109:          * <!-- begin-user-doc -->
110:          * <!-- end-user-doc -->
111:          *
112:          * @generated
113:          * @ordered
114:          */
115:         int HORIZONTAL_LAYOUT__ENABLED = VViewPackage.CONTAINED_CONTAINER__ENABLED;
116:
117:         /**
118:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
119:          * <!-- begin-user-doc -->
120:          * <!-- end-user-doc -->
121:          *
122:          * @generated
123:          * @ordered
124:          */
125:         int HORIZONTAL_LAYOUT__READONLY = VViewPackage.CONTAINED_CONTAINER__READONLY;
126:
127:         /**
128:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
129:          * <!-- begin-user-doc -->
130:          * <!-- end-user-doc -->
131:          *
132:          * @generated
133:          * @ordered
134:          */
135:         int HORIZONTAL_LAYOUT__DIAGNOSTIC = VViewPackage.CONTAINED_CONTAINER__DIAGNOSTIC;
136:
137:         /**
138:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
139:          * <!-- begin-user-doc -->
140:          * <!-- end-user-doc -->
141:          *
142:          * @generated
143:          * @ordered
144:          */
145:         int HORIZONTAL_LAYOUT__ATTACHMENTS = VViewPackage.CONTAINED_CONTAINER__ATTACHMENTS;
146:
147:         /**
148:          * The feature id for the '<em><b>Children</b></em>' containment reference list.
149:          * <!-- begin-user-doc -->
150:          * <!-- end-user-doc -->
151:          *
152:          * @generated
153:          * @ordered
154:          */
155:         int HORIZONTAL_LAYOUT__CHILDREN = VViewPackage.CONTAINED_CONTAINER__CHILDREN;
156:
157:         /**
158:          * The number of structural features of the '<em>Layout</em>' class.
159:          * <!-- begin-user-doc -->
160:          * <!-- end-user-doc -->
161:          *
162:          * @generated
163:          * @ordered
164:          */
165:         int HORIZONTAL_LAYOUT_FEATURE_COUNT = VViewPackage.CONTAINED_CONTAINER_FEATURE_COUNT + 0;
166:
167:         /**
168:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalLayout
169:          * <em>Layout</em>}'.
170:          * <!-- begin-user-doc -->
171:          * <!-- end-user-doc -->
172:          *
173:          * @return the meta object for class '<em>Layout</em>'.
174:          * @see org.eclipse.emf.ecp.view.spi.horizontal.model.VHorizontalLayout
175:          * @generated
176:          */
177:         EClass getHorizontalLayout();
178:
179:         /**
180:          * Returns the factory that creates the instances of the model.
181:          * <!-- begin-user-doc -->
182:          * <!-- end-user-doc -->
183:          *
184:          * @return the factory that creates the instances of the model.
185:          * @generated
186:          */
187:         VHorizontalFactory getHorizontalFactory();
188:
189:         /**
190:          * <!-- begin-user-doc -->
191:          * Defines literals for the meta objects that represent
192:          * <ul>
193:          * <li>each class,</li>
194:          * <li>each feature of each class,</li>
195:          * <li>each enum,</li>
196:          * <li>and each data type</li>
197:          * </ul>
198:          * <!-- end-user-doc -->
199:          *
200:          * @generated
201:          */
202:         interface Literals {
203:                 /**
204:                  * The meta object literal for the '
205:                  * {@link org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalLayoutImpl <em>Layout</em>}' class.
206:                  * <!-- begin-user-doc -->
207:                  * <!-- end-user-doc -->
208:                  *
209:                  * @see org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalLayoutImpl
210:                  * @see org.eclipse.emf.ecp.view.spi.horizontal.model.impl.VHorizontalPackageImpl#getHorizontalLayout()
211:                  * @generated
212:                  */
213:                 EClass HORIZONTAL_LAYOUT = eINSTANCE.getHorizontalLayout();
214:
215:         }
216:
217: } // VHorizontalPackage