Skip to content

Package: VViewproxyPackage$Literals

VViewproxyPackage$Literals

nameinstructionbranchcomplexitylinemethod
static {...}
M: 0 C: 7
100%
M: 0 C: 0
100%
M: 0 C: 1
100%
M: 0 C: 2
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: * Johannes Faltermeier - initial API and implementation
13: */
14: package org.eclipse.emf.ecp.view.spi.viewproxy.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.spi.model.VViewPackage;
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: * <!-- end-user-doc -->
32: *
33: * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.VViewproxyFactory
34: * @model kind="package"
35: * @generated
36: */
37: public interface VViewproxyPackage extends EPackage {
38:         /**
39:          * The package name.
40:          * <!-- begin-user-doc -->
41:          * <!-- end-user-doc -->
42:          *
43:          * @generated
44:          */
45:         String eNAME = "viewproxy"; //$NON-NLS-1$
46:
47:         /**
48:          * The package namespace URI.
49:          * <!-- begin-user-doc -->
50:          * <!-- end-user-doc -->
51:          *
52:          * @generated
53:          */
54:         String eNS_URI = "http://org/eclipse/emf/ecp/view/viewproxy/model"; //$NON-NLS-1$
55:
56:         /**
57:          * The package namespace name.
58:          * <!-- begin-user-doc -->
59:          * <!-- end-user-doc -->
60:          *
61:          * @generated
62:          */
63:         String eNS_PREFIX = "org.eclipse.emf.ecp.view.viewproxy.model"; //$NON-NLS-1$
64:
65:         /**
66:          * The singleton instance of the package.
67:          * <!-- begin-user-doc -->
68:          * <!-- end-user-doc -->
69:          *
70:          * @generated
71:          */
72:         VViewproxyPackage eINSTANCE = org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewproxyPackageImpl.init();
73:
74:         /**
75:          * The meta object id for the '{@link org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewProxyImpl
76:          * <em>View Proxy</em>}' class.
77:          * <!-- begin-user-doc -->
78:          * <!-- end-user-doc -->
79:          *
80:          * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewProxyImpl
81:          * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewproxyPackageImpl#getViewProxy()
82:          * @generated
83:          */
84:         int VIEW_PROXY = 0;
85:
86:         /**
87:          * The feature id for the '<em><b>Name</b></em>' attribute.
88:          * <!-- begin-user-doc -->
89:          * <!-- end-user-doc -->
90:          *
91:          * @generated
92:          * @ordered
93:          */
94:         int VIEW_PROXY__NAME = VViewPackage.CONTAINED_ELEMENT__NAME;
95:
96:         /**
97:          * The feature id for the '<em><b>Visible</b></em>' attribute.
98:          * <!-- begin-user-doc -->
99:          * <!-- end-user-doc -->
100:          *
101:          * @generated
102:          * @ordered
103:          */
104:         int VIEW_PROXY__VISIBLE = VViewPackage.CONTAINED_ELEMENT__VISIBLE;
105:
106:         /**
107:          * The feature id for the '<em><b>Enabled</b></em>' attribute.
108:          * <!-- begin-user-doc -->
109:          * <!-- end-user-doc -->
110:          *
111:          * @generated
112:          * @ordered
113:          */
114:         int VIEW_PROXY__ENABLED = VViewPackage.CONTAINED_ELEMENT__ENABLED;
115:
116:         /**
117:          * The feature id for the '<em><b>Readonly</b></em>' attribute.
118:          * <!-- begin-user-doc -->
119:          * <!-- end-user-doc -->
120:          *
121:          * @generated
122:          * @ordered
123:          */
124:         int VIEW_PROXY__READONLY = VViewPackage.CONTAINED_ELEMENT__READONLY;
125:
126:         /**
127:          * The feature id for the '<em><b>Diagnostic</b></em>' containment reference.
128:          * <!-- begin-user-doc -->
129:          * <!-- end-user-doc -->
130:          *
131:          * @generated
132:          * @ordered
133:          */
134:         int VIEW_PROXY__DIAGNOSTIC = VViewPackage.CONTAINED_ELEMENT__DIAGNOSTIC;
135:
136:         /**
137:          * The feature id for the '<em><b>Attachments</b></em>' containment reference list.
138:          * <!-- begin-user-doc -->
139:          * <!-- end-user-doc -->
140:          *
141:          * @generated
142:          * @ordered
143:          */
144:         int VIEW_PROXY__ATTACHMENTS = VViewPackage.CONTAINED_ELEMENT__ATTACHMENTS;
145:
146:         /**
147:          * The feature id for the '<em><b>Id</b></em>' attribute.
148:          * <!-- begin-user-doc -->
149:          * <!-- end-user-doc -->
150:          *
151:          * @generated
152:          * @ordered
153:          */
154:         int VIEW_PROXY__ID = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 0;
155:
156:         /**
157:          * The number of structural features of the '<em>View Proxy</em>' class.
158:          * <!-- begin-user-doc -->
159:          * <!-- end-user-doc -->
160:          *
161:          * @generated
162:          * @ordered
163:          */
164:         int VIEW_PROXY_FEATURE_COUNT = VViewPackage.CONTAINED_ELEMENT_FEATURE_COUNT + 1;
165:
166:         /**
167:          * Returns the meta object for class '{@link org.eclipse.emf.ecp.view.spi.viewproxy.model.VViewProxy
168:          * <em>View Proxy</em>}'.
169:          * <!-- begin-user-doc -->
170:          * <!-- end-user-doc -->
171:          *
172:          * @return the meta object for class '<em>View Proxy</em>'.
173:          * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.VViewProxy
174:          * @generated
175:          */
176:         EClass getViewProxy();
177:
178:         /**
179:          * Returns the meta object for the attribute '{@link org.eclipse.emf.ecp.view.spi.viewproxy.model.VViewProxy#getId
180:          * <em>Id</em>}'.
181:          * <!-- begin-user-doc -->
182:          * <!-- end-user-doc -->
183:          *
184:          * @return the meta object for the attribute '<em>Id</em>'.
185:          * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.VViewProxy#getId()
186:          * @see #getViewProxy()
187:          * @generated
188:          */
189:         EAttribute getViewProxy_Id();
190:
191:         /**
192:          * Returns the factory that creates the instances of the model.
193:          * <!-- begin-user-doc -->
194:          * <!-- end-user-doc -->
195:          *
196:          * @return the factory that creates the instances of the model.
197:          * @generated
198:          */
199:         VViewproxyFactory getViewproxyFactory();
200:
201:         /**
202:          * <!-- begin-user-doc -->
203:          * Defines literals for the meta objects that represent
204:          * <ul>
205:          * <li>each class,</li>
206:          * <li>each feature of each class,</li>
207:          * <li>each enum,</li>
208:          * <li>and each data type</li>
209:          * </ul>
210:          * <!-- end-user-doc -->
211:          *
212:          * @generated
213:          */
214:         interface Literals {
215:                 /**
216:                  * The meta object literal for the '{@link org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewProxyImpl
217:                  * <em>View Proxy</em>}' class.
218:                  * <!-- begin-user-doc -->
219:                  * <!-- end-user-doc -->
220:                  *
221:                  * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewProxyImpl
222:                  * @see org.eclipse.emf.ecp.view.spi.viewproxy.model.impl.VViewproxyPackageImpl#getViewProxy()
223:                  * @generated
224:                  */
225:                 EClass VIEW_PROXY = eINSTANCE.getViewProxy();
226:
227:                 /**
228:                  * The meta object literal for the '<em><b>Id</b></em>' attribute feature.
229:                  * <!-- begin-user-doc -->
230:                  * <!-- end-user-doc -->
231:                  *
232:                  * @generated
233:                  */
234:                 EAttribute VIEW_PROXY__ID = eINSTANCE.getViewProxy_Id();
235:
236:         }
237:
238: } // VViewproxyPackage