|
Lines 42-52
Link Here
|
| 42 |
|
42 |
|
| 43 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
43 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
| 44 |
|
44 |
|
|
|
45 |
import org.eclipse.jst.javaee.jca.internal.impl.JcaPackageImpl; |
| 46 |
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage; |
| 45 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
47 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
| 46 |
|
48 |
|
| 47 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
49 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
| 48 |
|
50 |
|
|
|
51 |
import org.eclipse.jst.javaee.web.AbsoluteOrderingType; |
| 49 |
import org.eclipse.jst.javaee.web.AuthConstraint; |
52 |
import org.eclipse.jst.javaee.web.AuthConstraint; |
|
|
53 |
import org.eclipse.jst.javaee.web.CookieCommentType; |
| 54 |
import org.eclipse.jst.javaee.web.CookieConfigType; |
| 55 |
import org.eclipse.jst.javaee.web.CookieDomainType; |
| 56 |
import org.eclipse.jst.javaee.web.CookieNameType; |
| 57 |
import org.eclipse.jst.javaee.web.CookiePathType; |
| 50 |
import org.eclipse.jst.javaee.web.DispatcherType; |
58 |
import org.eclipse.jst.javaee.web.DispatcherType; |
| 51 |
import org.eclipse.jst.javaee.web.ErrorPage; |
59 |
import org.eclipse.jst.javaee.web.ErrorPage; |
| 52 |
import org.eclipse.jst.javaee.web.Filter; |
60 |
import org.eclipse.jst.javaee.web.Filter; |
|
Lines 56-71
Link Here
|
| 56 |
import org.eclipse.jst.javaee.web.LocaleEncodingMappingList; |
64 |
import org.eclipse.jst.javaee.web.LocaleEncodingMappingList; |
| 57 |
import org.eclipse.jst.javaee.web.LoginConfig; |
65 |
import org.eclipse.jst.javaee.web.LoginConfig; |
| 58 |
import org.eclipse.jst.javaee.web.MimeMapping; |
66 |
import org.eclipse.jst.javaee.web.MimeMapping; |
|
|
67 |
import org.eclipse.jst.javaee.web.MultipartConfigType; |
| 59 |
import org.eclipse.jst.javaee.web.NullCharType; |
68 |
import org.eclipse.jst.javaee.web.NullCharType; |
|
|
69 |
import org.eclipse.jst.javaee.web.OrderingOrderingType; |
| 70 |
import org.eclipse.jst.javaee.web.OrderingOthersType; |
| 71 |
import org.eclipse.jst.javaee.web.OrderingType; |
| 60 |
import org.eclipse.jst.javaee.web.SecurityConstraint; |
72 |
import org.eclipse.jst.javaee.web.SecurityConstraint; |
| 61 |
import org.eclipse.jst.javaee.web.Servlet; |
73 |
import org.eclipse.jst.javaee.web.Servlet; |
| 62 |
import org.eclipse.jst.javaee.web.ServletMapping; |
74 |
import org.eclipse.jst.javaee.web.ServletMapping; |
| 63 |
import org.eclipse.jst.javaee.web.SessionConfig; |
75 |
import org.eclipse.jst.javaee.web.SessionConfig; |
|
|
76 |
import org.eclipse.jst.javaee.web.TrackingModeType; |
| 64 |
import org.eclipse.jst.javaee.web.TransportGuaranteeType; |
77 |
import org.eclipse.jst.javaee.web.TransportGuaranteeType; |
| 65 |
import org.eclipse.jst.javaee.web.UserDataConstraint; |
78 |
import org.eclipse.jst.javaee.web.UserDataConstraint; |
| 66 |
import org.eclipse.jst.javaee.web.WebApp; |
79 |
import org.eclipse.jst.javaee.web.WebApp; |
| 67 |
import org.eclipse.jst.javaee.web.WebAppDeploymentDescriptor; |
80 |
import org.eclipse.jst.javaee.web.WebAppDeploymentDescriptor; |
| 68 |
import org.eclipse.jst.javaee.web.WebAppVersionType; |
81 |
import org.eclipse.jst.javaee.web.WebAppVersionType; |
|
|
82 |
import org.eclipse.jst.javaee.web.WebFragment; |
| 69 |
import org.eclipse.jst.javaee.web.WebFactory; |
83 |
import org.eclipse.jst.javaee.web.WebFactory; |
| 70 |
import org.eclipse.jst.javaee.web.WebResourceCollection; |
84 |
import org.eclipse.jst.javaee.web.WebResourceCollection; |
| 71 |
import org.eclipse.jst.javaee.web.WelcomeFileList; |
85 |
import org.eclipse.jst.javaee.web.WelcomeFileList; |
|
Lines 73-78
Link Here
|
| 73 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
87 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
| 74 |
|
88 |
|
| 75 |
import org.eclipse.jst.javaee.web.internal.util.WebValidator; |
89 |
import org.eclipse.jst.javaee.web.internal.util.WebValidator; |
|
|
90 |
import org.eclipse.jst.javaee.webapp.internal.impl.WebappPackageImpl; |
| 91 |
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage; |
| 92 |
import org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentPackageImpl; |
| 93 |
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage; |
| 76 |
|
94 |
|
| 77 |
/** |
95 |
/** |
| 78 |
* <!-- begin-user-doc --> |
96 |
* <!-- begin-user-doc --> |
|
Lines 86-91
Link Here
|
| 86 |
* <!-- end-user-doc --> |
104 |
* <!-- end-user-doc --> |
| 87 |
* @generated |
105 |
* @generated |
| 88 |
*/ |
106 |
*/ |
|
|
107 |
private EClass absoluteOrderingTypeEClass = null; |
| 108 |
|
| 109 |
/** |
| 110 |
* <!-- begin-user-doc --> |
| 111 |
* <!-- end-user-doc --> |
| 112 |
* @generated |
| 113 |
*/ |
| 89 |
private EClass authConstraintEClass = null; |
114 |
private EClass authConstraintEClass = null; |
| 90 |
|
115 |
|
| 91 |
/** |
116 |
/** |
|
Lines 93-98
Link Here
|
| 93 |
* <!-- end-user-doc --> |
118 |
* <!-- end-user-doc --> |
| 94 |
* @generated |
119 |
* @generated |
| 95 |
*/ |
120 |
*/ |
|
|
121 |
private EClass cookieCommentTypeEClass = null; |
| 122 |
|
| 123 |
/** |
| 124 |
* <!-- begin-user-doc --> |
| 125 |
* <!-- end-user-doc --> |
| 126 |
* @generated |
| 127 |
*/ |
| 128 |
private EClass cookieConfigTypeEClass = null; |
| 129 |
|
| 130 |
/** |
| 131 |
* <!-- begin-user-doc --> |
| 132 |
* <!-- end-user-doc --> |
| 133 |
* @generated |
| 134 |
*/ |
| 135 |
private EClass cookieDomainTypeEClass = null; |
| 136 |
|
| 137 |
/** |
| 138 |
* <!-- begin-user-doc --> |
| 139 |
* <!-- end-user-doc --> |
| 140 |
* @generated |
| 141 |
*/ |
| 142 |
private EClass cookieNameTypeEClass = null; |
| 143 |
|
| 144 |
/** |
| 145 |
* <!-- begin-user-doc --> |
| 146 |
* <!-- end-user-doc --> |
| 147 |
* @generated |
| 148 |
*/ |
| 149 |
private EClass cookiePathTypeEClass = null; |
| 150 |
|
| 151 |
/** |
| 152 |
* <!-- begin-user-doc --> |
| 153 |
* <!-- end-user-doc --> |
| 154 |
* @generated |
| 155 |
*/ |
| 96 |
private EClass errorPageEClass = null; |
156 |
private EClass errorPageEClass = null; |
| 97 |
|
157 |
|
| 98 |
/** |
158 |
/** |
|
Lines 149-154
Link Here
|
| 149 |
* <!-- end-user-doc --> |
209 |
* <!-- end-user-doc --> |
| 150 |
* @generated |
210 |
* @generated |
| 151 |
*/ |
211 |
*/ |
|
|
212 |
private EClass multipartConfigTypeEClass = null; |
| 213 |
|
| 214 |
/** |
| 215 |
* <!-- begin-user-doc --> |
| 216 |
* <!-- end-user-doc --> |
| 217 |
* @generated |
| 218 |
*/ |
| 219 |
private EClass orderingOrderingTypeEClass = null; |
| 220 |
|
| 221 |
/** |
| 222 |
* <!-- begin-user-doc --> |
| 223 |
* <!-- end-user-doc --> |
| 224 |
* @generated |
| 225 |
*/ |
| 226 |
private EClass orderingOthersTypeEClass = null; |
| 227 |
|
| 228 |
/** |
| 229 |
* <!-- begin-user-doc --> |
| 230 |
* <!-- end-user-doc --> |
| 231 |
* @generated |
| 232 |
*/ |
| 233 |
private EClass orderingTypeEClass = null; |
| 234 |
|
| 235 |
/** |
| 236 |
* <!-- begin-user-doc --> |
| 237 |
* <!-- end-user-doc --> |
| 238 |
* @generated |
| 239 |
*/ |
| 152 |
private EClass securityConstraintEClass = null; |
240 |
private EClass securityConstraintEClass = null; |
| 153 |
|
241 |
|
| 154 |
/** |
242 |
/** |
|
Lines 198-203
Link Here
|
| 198 |
* <!-- end-user-doc --> |
286 |
* <!-- end-user-doc --> |
| 199 |
* @generated |
287 |
* @generated |
| 200 |
*/ |
288 |
*/ |
|
|
289 |
private EClass webFragmentEClass = null; |
| 290 |
|
| 291 |
/** |
| 292 |
* <!-- begin-user-doc --> |
| 293 |
* <!-- end-user-doc --> |
| 294 |
* @generated |
| 295 |
*/ |
| 201 |
private EClass webResourceCollectionEClass = null; |
296 |
private EClass webResourceCollectionEClass = null; |
| 202 |
|
297 |
|
| 203 |
/** |
298 |
/** |
|
Lines 226-231
Link Here
|
| 226 |
* <!-- end-user-doc --> |
321 |
* <!-- end-user-doc --> |
| 227 |
* @generated |
322 |
* @generated |
| 228 |
*/ |
323 |
*/ |
|
|
324 |
private EEnum trackingModeTypeEEnum = null; |
| 325 |
|
| 326 |
/** |
| 327 |
* <!-- begin-user-doc --> |
| 328 |
* <!-- end-user-doc --> |
| 329 |
* @generated |
| 330 |
*/ |
| 229 |
private EEnum transportGuaranteeTypeEEnum = null; |
331 |
private EEnum transportGuaranteeTypeEEnum = null; |
| 230 |
|
332 |
|
| 231 |
/** |
333 |
/** |
|
Lines 324-329
Link Here
|
| 324 |
* <!-- end-user-doc --> |
426 |
* <!-- end-user-doc --> |
| 325 |
* @generated |
427 |
* @generated |
| 326 |
*/ |
428 |
*/ |
|
|
429 |
private EDataType trackingModeTypeObjectEDataType = null; |
| 430 |
|
| 431 |
/** |
| 432 |
* <!-- begin-user-doc --> |
| 433 |
* <!-- end-user-doc --> |
| 434 |
* @generated |
| 435 |
*/ |
| 327 |
private EDataType transportGuaranteeTypeObjectEDataType = null; |
436 |
private EDataType transportGuaranteeTypeObjectEDataType = null; |
| 328 |
|
437 |
|
| 329 |
/** |
438 |
/** |
|
Lines 367-386
Link Here
|
| 367 |
private static boolean isInited = false; |
476 |
private static boolean isInited = false; |
| 368 |
|
477 |
|
| 369 |
/** |
478 |
/** |
| 370 |
* Creates, registers, and initializes the <b>Package</b> for this |
479 |
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. |
| 371 |
* model, and for any others upon which it depends. Simple |
480 |
* |
| 372 |
* dependencies are satisfied by calling this method on all |
481 |
* <p>This method is used to initialize {@link WebPackage#eINSTANCE} when that field is accessed. |
| 373 |
* dependent packages before doing anything else. This method drives |
482 |
* Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. |
| 374 |
* initialization for interdependent packages directly, in parallel |
|
|
| 375 |
* with this package, itself. |
| 376 |
* <p>Of this package and its interdependencies, all packages which |
| 377 |
* have not yet been registered by their URI values are first created |
| 378 |
* and registered. The packages are then initialized in two steps: |
| 379 |
* meta-model objects for all of the packages are created before any |
| 380 |
* are initialized, since one package's meta-model objects may refer to |
| 381 |
* those of another. |
| 382 |
* <p>Invocation of this method will not affect any packages that have |
| 383 |
* already been initialized. |
| 384 |
* <!-- begin-user-doc --> |
483 |
* <!-- begin-user-doc --> |
| 385 |
* <!-- end-user-doc --> |
484 |
* <!-- end-user-doc --> |
| 386 |
* @see #eNS_URI |
485 |
* @see #eNS_URI |
|
Lines 392-398
Link Here
|
| 392 |
if (isInited) return (WebPackage)EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI); |
491 |
if (isInited) return (WebPackage)EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI); |
| 393 |
|
492 |
|
| 394 |
// Obtain or create and register package |
493 |
// Obtain or create and register package |
| 395 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(eNS_URI) : new WebPackageImpl()); |
494 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new WebPackageImpl()); |
| 396 |
|
495 |
|
| 397 |
isInited = true; |
496 |
isInited = true; |
| 398 |
|
497 |
|
|
Lines 403-427
Link Here
|
| 403 |
// Obtain or create and register interdependencies |
502 |
// Obtain or create and register interdependencies |
| 404 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
503 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
| 405 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) : JavaeePackage.eINSTANCE); |
504 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) : JavaeePackage.eINSTANCE); |
| 406 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) : EjbPackage.eINSTANCE); |
|
|
| 407 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
505 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
|
|
506 |
JcaPackageImpl theJcaPackage = (JcaPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) instanceof JcaPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) : JcaPackage.eINSTANCE); |
| 507 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) : EjbPackage.eINSTANCE); |
| 408 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
508 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
|
|
509 |
WebappPackageImpl theWebappPackage = (WebappPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) instanceof WebappPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) : WebappPackage.eINSTANCE); |
| 510 |
WebfragmentPackageImpl theWebfragmentPackage = (WebfragmentPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) instanceof WebfragmentPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) : WebfragmentPackage.eINSTANCE); |
| 409 |
|
511 |
|
| 410 |
// Create package meta-data objects |
512 |
// Create package meta-data objects |
| 411 |
theWebPackage.createPackageContents(); |
513 |
theWebPackage.createPackageContents(); |
| 412 |
theApplicationPackage.createPackageContents(); |
514 |
theApplicationPackage.createPackageContents(); |
| 413 |
theJavaeePackage.createPackageContents(); |
515 |
theJavaeePackage.createPackageContents(); |
| 414 |
theEjbPackage.createPackageContents(); |
|
|
| 415 |
theApplicationclientPackage.createPackageContents(); |
516 |
theApplicationclientPackage.createPackageContents(); |
|
|
517 |
theJcaPackage.createPackageContents(); |
| 518 |
theEjbPackage.createPackageContents(); |
| 416 |
theJspPackage.createPackageContents(); |
519 |
theJspPackage.createPackageContents(); |
|
|
520 |
theWebappPackage.createPackageContents(); |
| 521 |
theWebfragmentPackage.createPackageContents(); |
| 417 |
|
522 |
|
| 418 |
// Initialize created meta-data |
523 |
// Initialize created meta-data |
| 419 |
theWebPackage.initializePackageContents(); |
524 |
theWebPackage.initializePackageContents(); |
| 420 |
theApplicationPackage.initializePackageContents(); |
525 |
theApplicationPackage.initializePackageContents(); |
| 421 |
theJavaeePackage.initializePackageContents(); |
526 |
theJavaeePackage.initializePackageContents(); |
| 422 |
theEjbPackage.initializePackageContents(); |
|
|
| 423 |
theApplicationclientPackage.initializePackageContents(); |
527 |
theApplicationclientPackage.initializePackageContents(); |
|
|
528 |
theJcaPackage.initializePackageContents(); |
| 529 |
theEjbPackage.initializePackageContents(); |
| 424 |
theJspPackage.initializePackageContents(); |
530 |
theJspPackage.initializePackageContents(); |
|
|
531 |
theWebappPackage.initializePackageContents(); |
| 532 |
theWebfragmentPackage.initializePackageContents(); |
| 425 |
|
533 |
|
| 426 |
// Register package validator |
534 |
// Register package validator |
| 427 |
EValidator.Registry.INSTANCE.put |
535 |
EValidator.Registry.INSTANCE.put |
|
Lines 435-440
Link Here
|
| 435 |
// Mark meta-data to indicate it can't be changed |
543 |
// Mark meta-data to indicate it can't be changed |
| 436 |
theWebPackage.freeze(); |
544 |
theWebPackage.freeze(); |
| 437 |
|
545 |
|
|
|
546 |
|
| 547 |
// Update the registry and return the package |
| 548 |
EPackage.Registry.INSTANCE.put(WebPackage.eNS_URI, theWebPackage); |
| 438 |
return theWebPackage; |
549 |
return theWebPackage; |
| 439 |
} |
550 |
} |
| 440 |
|
551 |
|
|
Lines 443-448
Link Here
|
| 443 |
* <!-- end-user-doc --> |
554 |
* <!-- end-user-doc --> |
| 444 |
* @generated |
555 |
* @generated |
| 445 |
*/ |
556 |
*/ |
|
|
557 |
public EClass getAbsoluteOrderingType() { |
| 558 |
return absoluteOrderingTypeEClass; |
| 559 |
} |
| 560 |
|
| 561 |
/** |
| 562 |
* <!-- begin-user-doc --> |
| 563 |
* <!-- end-user-doc --> |
| 564 |
* @generated |
| 565 |
*/ |
| 566 |
public EAttribute getAbsoluteOrderingType_Group() { |
| 567 |
return (EAttribute)absoluteOrderingTypeEClass.getEStructuralFeatures().get(0); |
| 568 |
} |
| 569 |
|
| 570 |
/** |
| 571 |
* <!-- begin-user-doc --> |
| 572 |
* <!-- end-user-doc --> |
| 573 |
* @generated |
| 574 |
*/ |
| 575 |
public EAttribute getAbsoluteOrderingType_Name() { |
| 576 |
return (EAttribute)absoluteOrderingTypeEClass.getEStructuralFeatures().get(1); |
| 577 |
} |
| 578 |
|
| 579 |
/** |
| 580 |
* <!-- begin-user-doc --> |
| 581 |
* <!-- end-user-doc --> |
| 582 |
* @generated |
| 583 |
*/ |
| 584 |
public EReference getAbsoluteOrderingType_Others() { |
| 585 |
return (EReference)absoluteOrderingTypeEClass.getEStructuralFeatures().get(2); |
| 586 |
} |
| 587 |
|
| 588 |
/** |
| 589 |
* <!-- begin-user-doc --> |
| 590 |
* <!-- end-user-doc --> |
| 591 |
* @generated |
| 592 |
*/ |
| 446 |
public EClass getAuthConstraint() { |
593 |
public EClass getAuthConstraint() { |
| 447 |
return authConstraintEClass; |
594 |
return authConstraintEClass; |
| 448 |
} |
595 |
} |
|
Lines 479-484
Link Here
|
| 479 |
* <!-- end-user-doc --> |
626 |
* <!-- end-user-doc --> |
| 480 |
* @generated |
627 |
* @generated |
| 481 |
*/ |
628 |
*/ |
|
|
629 |
public EClass getCookieCommentType() { |
| 630 |
return cookieCommentTypeEClass; |
| 631 |
} |
| 632 |
|
| 633 |
/** |
| 634 |
* <!-- begin-user-doc --> |
| 635 |
* <!-- end-user-doc --> |
| 636 |
* @generated |
| 637 |
*/ |
| 638 |
public EAttribute getCookieCommentType_Value() { |
| 639 |
return (EAttribute)cookieCommentTypeEClass.getEStructuralFeatures().get(0); |
| 640 |
} |
| 641 |
|
| 642 |
/** |
| 643 |
* <!-- begin-user-doc --> |
| 644 |
* <!-- end-user-doc --> |
| 645 |
* @generated |
| 646 |
*/ |
| 647 |
public EClass getCookieConfigType() { |
| 648 |
return cookieConfigTypeEClass; |
| 649 |
} |
| 650 |
|
| 651 |
/** |
| 652 |
* <!-- begin-user-doc --> |
| 653 |
* <!-- end-user-doc --> |
| 654 |
* @generated |
| 655 |
*/ |
| 656 |
public EReference getCookieConfigType_Name() { |
| 657 |
return (EReference)cookieConfigTypeEClass.getEStructuralFeatures().get(0); |
| 658 |
} |
| 659 |
|
| 660 |
/** |
| 661 |
* <!-- begin-user-doc --> |
| 662 |
* <!-- end-user-doc --> |
| 663 |
* @generated |
| 664 |
*/ |
| 665 |
public EReference getCookieConfigType_Domain() { |
| 666 |
return (EReference)cookieConfigTypeEClass.getEStructuralFeatures().get(1); |
| 667 |
} |
| 668 |
|
| 669 |
/** |
| 670 |
* <!-- begin-user-doc --> |
| 671 |
* <!-- end-user-doc --> |
| 672 |
* @generated |
| 673 |
*/ |
| 674 |
public EReference getCookieConfigType_Path() { |
| 675 |
return (EReference)cookieConfigTypeEClass.getEStructuralFeatures().get(2); |
| 676 |
} |
| 677 |
|
| 678 |
/** |
| 679 |
* <!-- begin-user-doc --> |
| 680 |
* <!-- end-user-doc --> |
| 681 |
* @generated |
| 682 |
*/ |
| 683 |
public EReference getCookieConfigType_Comment() { |
| 684 |
return (EReference)cookieConfigTypeEClass.getEStructuralFeatures().get(3); |
| 685 |
} |
| 686 |
|
| 687 |
/** |
| 688 |
* <!-- begin-user-doc --> |
| 689 |
* <!-- end-user-doc --> |
| 690 |
* @generated |
| 691 |
*/ |
| 692 |
public EAttribute getCookieConfigType_HttpOnly() { |
| 693 |
return (EAttribute)cookieConfigTypeEClass.getEStructuralFeatures().get(4); |
| 694 |
} |
| 695 |
|
| 696 |
/** |
| 697 |
* <!-- begin-user-doc --> |
| 698 |
* <!-- end-user-doc --> |
| 699 |
* @generated |
| 700 |
*/ |
| 701 |
public EAttribute getCookieConfigType_Secure() { |
| 702 |
return (EAttribute)cookieConfigTypeEClass.getEStructuralFeatures().get(5); |
| 703 |
} |
| 704 |
|
| 705 |
/** |
| 706 |
* <!-- begin-user-doc --> |
| 707 |
* <!-- end-user-doc --> |
| 708 |
* @generated |
| 709 |
*/ |
| 710 |
public EAttribute getCookieConfigType_MaxAge() { |
| 711 |
return (EAttribute)cookieConfigTypeEClass.getEStructuralFeatures().get(6); |
| 712 |
} |
| 713 |
|
| 714 |
/** |
| 715 |
* <!-- begin-user-doc --> |
| 716 |
* <!-- end-user-doc --> |
| 717 |
* @generated |
| 718 |
*/ |
| 719 |
public EAttribute getCookieConfigType_Id() { |
| 720 |
return (EAttribute)cookieConfigTypeEClass.getEStructuralFeatures().get(7); |
| 721 |
} |
| 722 |
|
| 723 |
/** |
| 724 |
* <!-- begin-user-doc --> |
| 725 |
* <!-- end-user-doc --> |
| 726 |
* @generated |
| 727 |
*/ |
| 728 |
public EClass getCookieDomainType() { |
| 729 |
return cookieDomainTypeEClass; |
| 730 |
} |
| 731 |
|
| 732 |
/** |
| 733 |
* <!-- begin-user-doc --> |
| 734 |
* <!-- end-user-doc --> |
| 735 |
* @generated |
| 736 |
*/ |
| 737 |
public EAttribute getCookieDomainType_Value() { |
| 738 |
return (EAttribute)cookieDomainTypeEClass.getEStructuralFeatures().get(0); |
| 739 |
} |
| 740 |
|
| 741 |
/** |
| 742 |
* <!-- begin-user-doc --> |
| 743 |
* <!-- end-user-doc --> |
| 744 |
* @generated |
| 745 |
*/ |
| 746 |
public EClass getCookieNameType() { |
| 747 |
return cookieNameTypeEClass; |
| 748 |
} |
| 749 |
|
| 750 |
/** |
| 751 |
* <!-- begin-user-doc --> |
| 752 |
* <!-- end-user-doc --> |
| 753 |
* @generated |
| 754 |
*/ |
| 755 |
public EAttribute getCookieNameType_Value() { |
| 756 |
return (EAttribute)cookieNameTypeEClass.getEStructuralFeatures().get(0); |
| 757 |
} |
| 758 |
|
| 759 |
/** |
| 760 |
* <!-- begin-user-doc --> |
| 761 |
* <!-- end-user-doc --> |
| 762 |
* @generated |
| 763 |
*/ |
| 764 |
public EClass getCookiePathType() { |
| 765 |
return cookiePathTypeEClass; |
| 766 |
} |
| 767 |
|
| 768 |
/** |
| 769 |
* <!-- begin-user-doc --> |
| 770 |
* <!-- end-user-doc --> |
| 771 |
* @generated |
| 772 |
*/ |
| 773 |
public EAttribute getCookiePathType_Value() { |
| 774 |
return (EAttribute)cookiePathTypeEClass.getEStructuralFeatures().get(0); |
| 775 |
} |
| 776 |
|
| 777 |
/** |
| 778 |
* <!-- begin-user-doc --> |
| 779 |
* <!-- end-user-doc --> |
| 780 |
* @generated |
| 781 |
*/ |
| 482 |
public EClass getErrorPage() { |
782 |
public EClass getErrorPage() { |
| 483 |
return errorPageEClass; |
783 |
return errorPageEClass; |
| 484 |
} |
784 |
} |
|
Lines 578-585
Link Here
|
| 578 |
* <!-- end-user-doc --> |
878 |
* <!-- end-user-doc --> |
| 579 |
* @generated |
879 |
* @generated |
| 580 |
*/ |
880 |
*/ |
|
|
881 |
public EAttribute getFilter_AsyncSupported() { |
| 882 |
return (EAttribute)filterEClass.getEStructuralFeatures().get(5); |
| 883 |
} |
| 884 |
|
| 885 |
/** |
| 886 |
* <!-- begin-user-doc --> |
| 887 |
* <!-- end-user-doc --> |
| 888 |
* @generated |
| 889 |
*/ |
| 581 |
public EReference getFilter_InitParams() { |
890 |
public EReference getFilter_InitParams() { |
| 582 |
return (EReference)filterEClass.getEStructuralFeatures().get(5); |
891 |
return (EReference)filterEClass.getEStructuralFeatures().get(6); |
| 583 |
} |
892 |
} |
| 584 |
|
893 |
|
| 585 |
/** |
894 |
/** |
|
Lines 588-594
Link Here
|
| 588 |
* @generated |
897 |
* @generated |
| 589 |
*/ |
898 |
*/ |
| 590 |
public EAttribute getFilter_Id() { |
899 |
public EAttribute getFilter_Id() { |
| 591 |
return (EAttribute)filterEClass.getEStructuralFeatures().get(6); |
900 |
return (EAttribute)filterEClass.getEStructuralFeatures().get(7); |
| 592 |
} |
901 |
} |
| 593 |
|
902 |
|
| 594 |
/** |
903 |
/** |
|
Lines 839-846
Link Here
|
| 839 |
* <!-- end-user-doc --> |
1148 |
* <!-- end-user-doc --> |
| 840 |
* @generated |
1149 |
* @generated |
| 841 |
*/ |
1150 |
*/ |
| 842 |
public EClass getSecurityConstraint() { |
1151 |
public EClass getMultipartConfigType() { |
| 843 |
return securityConstraintEClass; |
1152 |
return multipartConfigTypeEClass; |
| 844 |
} |
1153 |
} |
| 845 |
|
1154 |
|
| 846 |
/** |
1155 |
/** |
|
Lines 848-855
Link Here
|
| 848 |
* <!-- end-user-doc --> |
1157 |
* <!-- end-user-doc --> |
| 849 |
* @generated |
1158 |
* @generated |
| 850 |
*/ |
1159 |
*/ |
| 851 |
public EReference getSecurityConstraint_DisplayNames() { |
1160 |
public EAttribute getMultipartConfigType_Location() { |
| 852 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(0); |
1161 |
return (EAttribute)multipartConfigTypeEClass.getEStructuralFeatures().get(0); |
| 853 |
} |
1162 |
} |
| 854 |
|
1163 |
|
| 855 |
/** |
1164 |
/** |
|
Lines 857-864
Link Here
|
| 857 |
* <!-- end-user-doc --> |
1166 |
* <!-- end-user-doc --> |
| 858 |
* @generated |
1167 |
* @generated |
| 859 |
*/ |
1168 |
*/ |
| 860 |
public EReference getSecurityConstraint_WebResourceCollections() { |
1169 |
public EAttribute getMultipartConfigType_MaxFileSize() { |
| 861 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(1); |
1170 |
return (EAttribute)multipartConfigTypeEClass.getEStructuralFeatures().get(1); |
| 862 |
} |
1171 |
} |
| 863 |
|
1172 |
|
| 864 |
/** |
1173 |
/** |
|
Lines 866-873
Link Here
|
| 866 |
* <!-- end-user-doc --> |
1175 |
* <!-- end-user-doc --> |
| 867 |
* @generated |
1176 |
* @generated |
| 868 |
*/ |
1177 |
*/ |
| 869 |
public EReference getSecurityConstraint_AuthConstraint() { |
1178 |
public EAttribute getMultipartConfigType_MaxRequestSize() { |
| 870 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(2); |
1179 |
return (EAttribute)multipartConfigTypeEClass.getEStructuralFeatures().get(2); |
| 871 |
} |
1180 |
} |
| 872 |
|
1181 |
|
| 873 |
/** |
1182 |
/** |
|
Lines 875-882
Link Here
|
| 875 |
* <!-- end-user-doc --> |
1184 |
* <!-- end-user-doc --> |
| 876 |
* @generated |
1185 |
* @generated |
| 877 |
*/ |
1186 |
*/ |
| 878 |
public EReference getSecurityConstraint_UserDataConstraint() { |
1187 |
public EAttribute getMultipartConfigType_FileSizeThreshold() { |
| 879 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(3); |
1188 |
return (EAttribute)multipartConfigTypeEClass.getEStructuralFeatures().get(3); |
| 880 |
} |
1189 |
} |
| 881 |
|
1190 |
|
| 882 |
/** |
1191 |
/** |
|
Lines 884-891
Link Here
|
| 884 |
* <!-- end-user-doc --> |
1193 |
* <!-- end-user-doc --> |
| 885 |
* @generated |
1194 |
* @generated |
| 886 |
*/ |
1195 |
*/ |
| 887 |
public EAttribute getSecurityConstraint_Id() { |
1196 |
public EClass getOrderingOrderingType() { |
| 888 |
return (EAttribute)securityConstraintEClass.getEStructuralFeatures().get(4); |
1197 |
return orderingOrderingTypeEClass; |
| 889 |
} |
1198 |
} |
| 890 |
|
1199 |
|
| 891 |
/** |
1200 |
/** |
|
Lines 893-900
Link Here
|
| 893 |
* <!-- end-user-doc --> |
1202 |
* <!-- end-user-doc --> |
| 894 |
* @generated |
1203 |
* @generated |
| 895 |
*/ |
1204 |
*/ |
| 896 |
public EClass getServlet() { |
1205 |
public EAttribute getOrderingOrderingType_Name() { |
| 897 |
return servletEClass; |
1206 |
return (EAttribute)orderingOrderingTypeEClass.getEStructuralFeatures().get(0); |
| 898 |
} |
1207 |
} |
| 899 |
|
1208 |
|
| 900 |
/** |
1209 |
/** |
|
Lines 902-909
Link Here
|
| 902 |
* <!-- end-user-doc --> |
1211 |
* <!-- end-user-doc --> |
| 903 |
* @generated |
1212 |
* @generated |
| 904 |
*/ |
1213 |
*/ |
| 905 |
public EReference getServlet_Descriptions() { |
1214 |
public EReference getOrderingOrderingType_Others() { |
| 906 |
return (EReference)servletEClass.getEStructuralFeatures().get(0); |
1215 |
return (EReference)orderingOrderingTypeEClass.getEStructuralFeatures().get(1); |
| 907 |
} |
1216 |
} |
| 908 |
|
1217 |
|
| 909 |
/** |
1218 |
/** |
|
Lines 911-918
Link Here
|
| 911 |
* <!-- end-user-doc --> |
1220 |
* <!-- end-user-doc --> |
| 912 |
* @generated |
1221 |
* @generated |
| 913 |
*/ |
1222 |
*/ |
| 914 |
public EReference getServlet_DisplayNames() { |
1223 |
public EClass getOrderingOthersType() { |
| 915 |
return (EReference)servletEClass.getEStructuralFeatures().get(1); |
1224 |
return orderingOthersTypeEClass; |
|
|
1225 |
} |
| 1226 |
|
| 1227 |
/** |
| 1228 |
* <!-- begin-user-doc --> |
| 1229 |
* <!-- end-user-doc --> |
| 1230 |
* @generated |
| 1231 |
*/ |
| 1232 |
public EAttribute getOrderingOthersType_Id() { |
| 1233 |
return (EAttribute)orderingOthersTypeEClass.getEStructuralFeatures().get(0); |
| 1234 |
} |
| 1235 |
|
| 1236 |
/** |
| 1237 |
* <!-- begin-user-doc --> |
| 1238 |
* <!-- end-user-doc --> |
| 1239 |
* @generated |
| 1240 |
*/ |
| 1241 |
public EClass getOrderingType() { |
| 1242 |
return orderingTypeEClass; |
| 1243 |
} |
| 1244 |
|
| 1245 |
/** |
| 1246 |
* <!-- begin-user-doc --> |
| 1247 |
* <!-- end-user-doc --> |
| 1248 |
* @generated |
| 1249 |
*/ |
| 1250 |
public EReference getOrderingType_After() { |
| 1251 |
return (EReference)orderingTypeEClass.getEStructuralFeatures().get(0); |
| 1252 |
} |
| 1253 |
|
| 1254 |
/** |
| 1255 |
* <!-- begin-user-doc --> |
| 1256 |
* <!-- end-user-doc --> |
| 1257 |
* @generated |
| 1258 |
*/ |
| 1259 |
public EReference getOrderingType_Before() { |
| 1260 |
return (EReference)orderingTypeEClass.getEStructuralFeatures().get(1); |
| 1261 |
} |
| 1262 |
|
| 1263 |
/** |
| 1264 |
* <!-- begin-user-doc --> |
| 1265 |
* <!-- end-user-doc --> |
| 1266 |
* @generated |
| 1267 |
*/ |
| 1268 |
public EClass getSecurityConstraint() { |
| 1269 |
return securityConstraintEClass; |
| 1270 |
} |
| 1271 |
|
| 1272 |
/** |
| 1273 |
* <!-- begin-user-doc --> |
| 1274 |
* <!-- end-user-doc --> |
| 1275 |
* @generated |
| 1276 |
*/ |
| 1277 |
public EReference getSecurityConstraint_DisplayNames() { |
| 1278 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(0); |
| 1279 |
} |
| 1280 |
|
| 1281 |
/** |
| 1282 |
* <!-- begin-user-doc --> |
| 1283 |
* <!-- end-user-doc --> |
| 1284 |
* @generated |
| 1285 |
*/ |
| 1286 |
public EReference getSecurityConstraint_WebResourceCollections() { |
| 1287 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(1); |
| 1288 |
} |
| 1289 |
|
| 1290 |
/** |
| 1291 |
* <!-- begin-user-doc --> |
| 1292 |
* <!-- end-user-doc --> |
| 1293 |
* @generated |
| 1294 |
*/ |
| 1295 |
public EReference getSecurityConstraint_AuthConstraint() { |
| 1296 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(2); |
| 1297 |
} |
| 1298 |
|
| 1299 |
/** |
| 1300 |
* <!-- begin-user-doc --> |
| 1301 |
* <!-- end-user-doc --> |
| 1302 |
* @generated |
| 1303 |
*/ |
| 1304 |
public EReference getSecurityConstraint_UserDataConstraint() { |
| 1305 |
return (EReference)securityConstraintEClass.getEStructuralFeatures().get(3); |
| 1306 |
} |
| 1307 |
|
| 1308 |
/** |
| 1309 |
* <!-- begin-user-doc --> |
| 1310 |
* <!-- end-user-doc --> |
| 1311 |
* @generated |
| 1312 |
*/ |
| 1313 |
public EAttribute getSecurityConstraint_Id() { |
| 1314 |
return (EAttribute)securityConstraintEClass.getEStructuralFeatures().get(4); |
| 1315 |
} |
| 1316 |
|
| 1317 |
/** |
| 1318 |
* <!-- begin-user-doc --> |
| 1319 |
* <!-- end-user-doc --> |
| 1320 |
* @generated |
| 1321 |
*/ |
| 1322 |
public EClass getServlet() { |
| 1323 |
return servletEClass; |
| 1324 |
} |
| 1325 |
|
| 1326 |
/** |
| 1327 |
* <!-- begin-user-doc --> |
| 1328 |
* <!-- end-user-doc --> |
| 1329 |
* @generated |
| 1330 |
*/ |
| 1331 |
public EReference getServlet_Descriptions() { |
| 1332 |
return (EReference)servletEClass.getEStructuralFeatures().get(0); |
| 1333 |
} |
| 1334 |
|
| 1335 |
/** |
| 1336 |
* <!-- begin-user-doc --> |
| 1337 |
* <!-- end-user-doc --> |
| 1338 |
* @generated |
| 1339 |
*/ |
| 1340 |
public EReference getServlet_DisplayNames() { |
| 1341 |
return (EReference)servletEClass.getEStructuralFeatures().get(1); |
| 916 |
} |
1342 |
} |
| 917 |
|
1343 |
|
| 918 |
/** |
1344 |
/** |
|
Lines 974-981
Link Here
|
| 974 |
* <!-- end-user-doc --> |
1400 |
* <!-- end-user-doc --> |
| 975 |
* @generated |
1401 |
* @generated |
| 976 |
*/ |
1402 |
*/ |
|
|
1403 |
public EAttribute getServlet_Enabled() { |
| 1404 |
return (EAttribute)servletEClass.getEStructuralFeatures().get(8); |
| 1405 |
} |
| 1406 |
|
| 1407 |
/** |
| 1408 |
* <!-- begin-user-doc --> |
| 1409 |
* <!-- end-user-doc --> |
| 1410 |
* @generated |
| 1411 |
*/ |
| 1412 |
public EAttribute getServlet_AsyncSupported() { |
| 1413 |
return (EAttribute)servletEClass.getEStructuralFeatures().get(9); |
| 1414 |
} |
| 1415 |
|
| 1416 |
/** |
| 1417 |
* <!-- begin-user-doc --> |
| 1418 |
* <!-- end-user-doc --> |
| 1419 |
* @generated |
| 1420 |
*/ |
| 977 |
public EReference getServlet_RunAs() { |
1421 |
public EReference getServlet_RunAs() { |
| 978 |
return (EReference)servletEClass.getEStructuralFeatures().get(8); |
1422 |
return (EReference)servletEClass.getEStructuralFeatures().get(10); |
| 979 |
} |
1423 |
} |
| 980 |
|
1424 |
|
| 981 |
/** |
1425 |
/** |
|
Lines 984-990
Link Here
|
| 984 |
* @generated |
1428 |
* @generated |
| 985 |
*/ |
1429 |
*/ |
| 986 |
public EReference getServlet_SecurityRoleRefs() { |
1430 |
public EReference getServlet_SecurityRoleRefs() { |
| 987 |
return (EReference)servletEClass.getEStructuralFeatures().get(9); |
1431 |
return (EReference)servletEClass.getEStructuralFeatures().get(11); |
|
|
1432 |
} |
| 1433 |
|
| 1434 |
/** |
| 1435 |
* <!-- begin-user-doc --> |
| 1436 |
* <!-- end-user-doc --> |
| 1437 |
* @generated |
| 1438 |
*/ |
| 1439 |
public EReference getServlet_MultipartConfig() { |
| 1440 |
return (EReference)servletEClass.getEStructuralFeatures().get(12); |
| 988 |
} |
1441 |
} |
| 989 |
|
1442 |
|
| 990 |
/** |
1443 |
/** |
|
Lines 993-999
Link Here
|
| 993 |
* @generated |
1446 |
* @generated |
| 994 |
*/ |
1447 |
*/ |
| 995 |
public EAttribute getServlet_Id() { |
1448 |
public EAttribute getServlet_Id() { |
| 996 |
return (EAttribute)servletEClass.getEStructuralFeatures().get(10); |
1449 |
return (EAttribute)servletEClass.getEStructuralFeatures().get(13); |
| 997 |
} |
1450 |
} |
| 998 |
|
1451 |
|
| 999 |
/** |
1452 |
/** |
|
Lines 1055-1062
Link Here
|
| 1055 |
* <!-- end-user-doc --> |
1508 |
* <!-- end-user-doc --> |
| 1056 |
* @generated |
1509 |
* @generated |
| 1057 |
*/ |
1510 |
*/ |
|
|
1511 |
public EReference getSessionConfig_CookieConfig() { |
| 1512 |
return (EReference)sessionConfigEClass.getEStructuralFeatures().get(1); |
| 1513 |
} |
| 1514 |
|
| 1515 |
/** |
| 1516 |
* <!-- begin-user-doc --> |
| 1517 |
* <!-- end-user-doc --> |
| 1518 |
* @generated |
| 1519 |
*/ |
| 1520 |
public EAttribute getSessionConfig_TrackingMode() { |
| 1521 |
return (EAttribute)sessionConfigEClass.getEStructuralFeatures().get(2); |
| 1522 |
} |
| 1523 |
|
| 1524 |
/** |
| 1525 |
* <!-- begin-user-doc --> |
| 1526 |
* <!-- end-user-doc --> |
| 1527 |
* @generated |
| 1528 |
*/ |
| 1058 |
public EAttribute getSessionConfig_Id() { |
1529 |
public EAttribute getSessionConfig_Id() { |
| 1059 |
return (EAttribute)sessionConfigEClass.getEStructuralFeatures().get(1); |
1530 |
return (EAttribute)sessionConfigEClass.getEStructuralFeatures().get(3); |
| 1060 |
} |
1531 |
} |
| 1061 |
|
1532 |
|
| 1062 |
/** |
1533 |
/** |
|
Lines 1145-1152
Link Here
|
| 1145 |
* <!-- end-user-doc --> |
1616 |
* <!-- end-user-doc --> |
| 1146 |
* @generated |
1617 |
* @generated |
| 1147 |
*/ |
1618 |
*/ |
|
|
1619 |
public EAttribute getWebApp_Name() { |
| 1620 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(4); |
| 1621 |
} |
| 1622 |
|
| 1623 |
/** |
| 1624 |
* <!-- begin-user-doc --> |
| 1625 |
* <!-- end-user-doc --> |
| 1626 |
* @generated |
| 1627 |
*/ |
| 1148 |
public EReference getWebApp_Distributables() { |
1628 |
public EReference getWebApp_Distributables() { |
| 1149 |
return (EReference)webAppEClass.getEStructuralFeatures().get(4); |
1629 |
return (EReference)webAppEClass.getEStructuralFeatures().get(5); |
| 1150 |
} |
1630 |
} |
| 1151 |
|
1631 |
|
| 1152 |
/** |
1632 |
/** |
|
Lines 1155-1161
Link Here
|
| 1155 |
* @generated |
1635 |
* @generated |
| 1156 |
*/ |
1636 |
*/ |
| 1157 |
public EReference getWebApp_ContextParams() { |
1637 |
public EReference getWebApp_ContextParams() { |
| 1158 |
return (EReference)webAppEClass.getEStructuralFeatures().get(5); |
1638 |
return (EReference)webAppEClass.getEStructuralFeatures().get(6); |
| 1159 |
} |
1639 |
} |
| 1160 |
|
1640 |
|
| 1161 |
/** |
1641 |
/** |
|
Lines 1164-1170
Link Here
|
| 1164 |
* @generated |
1644 |
* @generated |
| 1165 |
*/ |
1645 |
*/ |
| 1166 |
public EReference getWebApp_Filters() { |
1646 |
public EReference getWebApp_Filters() { |
| 1167 |
return (EReference)webAppEClass.getEStructuralFeatures().get(6); |
1647 |
return (EReference)webAppEClass.getEStructuralFeatures().get(7); |
| 1168 |
} |
1648 |
} |
| 1169 |
|
1649 |
|
| 1170 |
/** |
1650 |
/** |
|
Lines 1173-1179
Link Here
|
| 1173 |
* @generated |
1653 |
* @generated |
| 1174 |
*/ |
1654 |
*/ |
| 1175 |
public EReference getWebApp_FilterMappings() { |
1655 |
public EReference getWebApp_FilterMappings() { |
| 1176 |
return (EReference)webAppEClass.getEStructuralFeatures().get(7); |
1656 |
return (EReference)webAppEClass.getEStructuralFeatures().get(8); |
| 1177 |
} |
1657 |
} |
| 1178 |
|
1658 |
|
| 1179 |
/** |
1659 |
/** |
|
Lines 1182-1188
Link Here
|
| 1182 |
* @generated |
1662 |
* @generated |
| 1183 |
*/ |
1663 |
*/ |
| 1184 |
public EReference getWebApp_Listeners() { |
1664 |
public EReference getWebApp_Listeners() { |
| 1185 |
return (EReference)webAppEClass.getEStructuralFeatures().get(8); |
1665 |
return (EReference)webAppEClass.getEStructuralFeatures().get(9); |
| 1186 |
} |
1666 |
} |
| 1187 |
|
1667 |
|
| 1188 |
/** |
1668 |
/** |
|
Lines 1191-1197
Link Here
|
| 1191 |
* @generated |
1671 |
* @generated |
| 1192 |
*/ |
1672 |
*/ |
| 1193 |
public EReference getWebApp_Servlets() { |
1673 |
public EReference getWebApp_Servlets() { |
| 1194 |
return (EReference)webAppEClass.getEStructuralFeatures().get(9); |
1674 |
return (EReference)webAppEClass.getEStructuralFeatures().get(10); |
| 1195 |
} |
1675 |
} |
| 1196 |
|
1676 |
|
| 1197 |
/** |
1677 |
/** |
|
Lines 1200-1206
Link Here
|
| 1200 |
* @generated |
1680 |
* @generated |
| 1201 |
*/ |
1681 |
*/ |
| 1202 |
public EReference getWebApp_ServletMappings() { |
1682 |
public EReference getWebApp_ServletMappings() { |
| 1203 |
return (EReference)webAppEClass.getEStructuralFeatures().get(10); |
1683 |
return (EReference)webAppEClass.getEStructuralFeatures().get(11); |
| 1204 |
} |
1684 |
} |
| 1205 |
|
1685 |
|
| 1206 |
/** |
1686 |
/** |
|
Lines 1209-1215
Link Here
|
| 1209 |
* @generated |
1689 |
* @generated |
| 1210 |
*/ |
1690 |
*/ |
| 1211 |
public EReference getWebApp_SessionConfigs() { |
1691 |
public EReference getWebApp_SessionConfigs() { |
| 1212 |
return (EReference)webAppEClass.getEStructuralFeatures().get(11); |
1692 |
return (EReference)webAppEClass.getEStructuralFeatures().get(12); |
| 1213 |
} |
1693 |
} |
| 1214 |
|
1694 |
|
| 1215 |
/** |
1695 |
/** |
|
Lines 1218-1224
Link Here
|
| 1218 |
* @generated |
1698 |
* @generated |
| 1219 |
*/ |
1699 |
*/ |
| 1220 |
public EReference getWebApp_MimeMappings() { |
1700 |
public EReference getWebApp_MimeMappings() { |
| 1221 |
return (EReference)webAppEClass.getEStructuralFeatures().get(12); |
1701 |
return (EReference)webAppEClass.getEStructuralFeatures().get(13); |
| 1222 |
} |
1702 |
} |
| 1223 |
|
1703 |
|
| 1224 |
/** |
1704 |
/** |
|
Lines 1227-1233
Link Here
|
| 1227 |
* @generated |
1707 |
* @generated |
| 1228 |
*/ |
1708 |
*/ |
| 1229 |
public EReference getWebApp_WelcomeFileLists() { |
1709 |
public EReference getWebApp_WelcomeFileLists() { |
| 1230 |
return (EReference)webAppEClass.getEStructuralFeatures().get(13); |
1710 |
return (EReference)webAppEClass.getEStructuralFeatures().get(14); |
| 1231 |
} |
1711 |
} |
| 1232 |
|
1712 |
|
| 1233 |
/** |
1713 |
/** |
|
Lines 1236-1242
Link Here
|
| 1236 |
* @generated |
1716 |
* @generated |
| 1237 |
*/ |
1717 |
*/ |
| 1238 |
public EReference getWebApp_ErrorPages() { |
1718 |
public EReference getWebApp_ErrorPages() { |
| 1239 |
return (EReference)webAppEClass.getEStructuralFeatures().get(14); |
1719 |
return (EReference)webAppEClass.getEStructuralFeatures().get(15); |
| 1240 |
} |
1720 |
} |
| 1241 |
|
1721 |
|
| 1242 |
/** |
1722 |
/** |
|
Lines 1245-1251
Link Here
|
| 1245 |
* @generated |
1725 |
* @generated |
| 1246 |
*/ |
1726 |
*/ |
| 1247 |
public EReference getWebApp_JspConfigs() { |
1727 |
public EReference getWebApp_JspConfigs() { |
| 1248 |
return (EReference)webAppEClass.getEStructuralFeatures().get(15); |
1728 |
return (EReference)webAppEClass.getEStructuralFeatures().get(16); |
| 1249 |
} |
1729 |
} |
| 1250 |
|
1730 |
|
| 1251 |
/** |
1731 |
/** |
|
Lines 1254-1260
Link Here
|
| 1254 |
* @generated |
1734 |
* @generated |
| 1255 |
*/ |
1735 |
*/ |
| 1256 |
public EReference getWebApp_SecurityConstraints() { |
1736 |
public EReference getWebApp_SecurityConstraints() { |
| 1257 |
return (EReference)webAppEClass.getEStructuralFeatures().get(16); |
1737 |
return (EReference)webAppEClass.getEStructuralFeatures().get(17); |
| 1258 |
} |
1738 |
} |
| 1259 |
|
1739 |
|
| 1260 |
/** |
1740 |
/** |
|
Lines 1263-1269
Link Here
|
| 1263 |
* @generated |
1743 |
* @generated |
| 1264 |
*/ |
1744 |
*/ |
| 1265 |
public EReference getWebApp_LoginConfigs() { |
1745 |
public EReference getWebApp_LoginConfigs() { |
| 1266 |
return (EReference)webAppEClass.getEStructuralFeatures().get(17); |
1746 |
return (EReference)webAppEClass.getEStructuralFeatures().get(18); |
| 1267 |
} |
1747 |
} |
| 1268 |
|
1748 |
|
| 1269 |
/** |
1749 |
/** |
|
Lines 1272-1278
Link Here
|
| 1272 |
* @generated |
1752 |
* @generated |
| 1273 |
*/ |
1753 |
*/ |
| 1274 |
public EReference getWebApp_SecurityRoles() { |
1754 |
public EReference getWebApp_SecurityRoles() { |
| 1275 |
return (EReference)webAppEClass.getEStructuralFeatures().get(18); |
1755 |
return (EReference)webAppEClass.getEStructuralFeatures().get(19); |
| 1276 |
} |
1756 |
} |
| 1277 |
|
1757 |
|
| 1278 |
/** |
1758 |
/** |
|
Lines 1281-1287
Link Here
|
| 1281 |
* @generated |
1761 |
* @generated |
| 1282 |
*/ |
1762 |
*/ |
| 1283 |
public EReference getWebApp_EnvEntries() { |
1763 |
public EReference getWebApp_EnvEntries() { |
| 1284 |
return (EReference)webAppEClass.getEStructuralFeatures().get(19); |
1764 |
return (EReference)webAppEClass.getEStructuralFeatures().get(20); |
| 1285 |
} |
1765 |
} |
| 1286 |
|
1766 |
|
| 1287 |
/** |
1767 |
/** |
|
Lines 1290-1296
Link Here
|
| 1290 |
* @generated |
1770 |
* @generated |
| 1291 |
*/ |
1771 |
*/ |
| 1292 |
public EReference getWebApp_EjbRefs() { |
1772 |
public EReference getWebApp_EjbRefs() { |
| 1293 |
return (EReference)webAppEClass.getEStructuralFeatures().get(20); |
1773 |
return (EReference)webAppEClass.getEStructuralFeatures().get(21); |
| 1294 |
} |
1774 |
} |
| 1295 |
|
1775 |
|
| 1296 |
/** |
1776 |
/** |
|
Lines 1299-1305
Link Here
|
| 1299 |
* @generated |
1779 |
* @generated |
| 1300 |
*/ |
1780 |
*/ |
| 1301 |
public EReference getWebApp_EjbLocalRefs() { |
1781 |
public EReference getWebApp_EjbLocalRefs() { |
| 1302 |
return (EReference)webAppEClass.getEStructuralFeatures().get(21); |
1782 |
return (EReference)webAppEClass.getEStructuralFeatures().get(22); |
| 1303 |
} |
1783 |
} |
| 1304 |
|
1784 |
|
| 1305 |
/** |
1785 |
/** |
|
Lines 1308-1314
Link Here
|
| 1308 |
* @generated |
1788 |
* @generated |
| 1309 |
*/ |
1789 |
*/ |
| 1310 |
public EReference getWebApp_ServiceRefs() { |
1790 |
public EReference getWebApp_ServiceRefs() { |
| 1311 |
return (EReference)webAppEClass.getEStructuralFeatures().get(22); |
1791 |
return (EReference)webAppEClass.getEStructuralFeatures().get(23); |
| 1312 |
} |
1792 |
} |
| 1313 |
|
1793 |
|
| 1314 |
/** |
1794 |
/** |
|
Lines 1317-1323
Link Here
|
| 1317 |
* @generated |
1797 |
* @generated |
| 1318 |
*/ |
1798 |
*/ |
| 1319 |
public EReference getWebApp_ResourceRefs() { |
1799 |
public EReference getWebApp_ResourceRefs() { |
| 1320 |
return (EReference)webAppEClass.getEStructuralFeatures().get(23); |
1800 |
return (EReference)webAppEClass.getEStructuralFeatures().get(24); |
| 1321 |
} |
1801 |
} |
| 1322 |
|
1802 |
|
| 1323 |
/** |
1803 |
/** |
|
Lines 1326-1332
Link Here
|
| 1326 |
* @generated |
1806 |
* @generated |
| 1327 |
*/ |
1807 |
*/ |
| 1328 |
public EReference getWebApp_ResourceEnvRefs() { |
1808 |
public EReference getWebApp_ResourceEnvRefs() { |
| 1329 |
return (EReference)webAppEClass.getEStructuralFeatures().get(24); |
1809 |
return (EReference)webAppEClass.getEStructuralFeatures().get(25); |
| 1330 |
} |
1810 |
} |
| 1331 |
|
1811 |
|
| 1332 |
/** |
1812 |
/** |
|
Lines 1335-1341
Link Here
|
| 1335 |
* @generated |
1815 |
* @generated |
| 1336 |
*/ |
1816 |
*/ |
| 1337 |
public EReference getWebApp_MessageDestinationRefs() { |
1817 |
public EReference getWebApp_MessageDestinationRefs() { |
| 1338 |
return (EReference)webAppEClass.getEStructuralFeatures().get(25); |
1818 |
return (EReference)webAppEClass.getEStructuralFeatures().get(26); |
| 1339 |
} |
1819 |
} |
| 1340 |
|
1820 |
|
| 1341 |
/** |
1821 |
/** |
|
Lines 1344-1350
Link Here
|
| 1344 |
* @generated |
1824 |
* @generated |
| 1345 |
*/ |
1825 |
*/ |
| 1346 |
public EReference getWebApp_PersistenceContextRefs() { |
1826 |
public EReference getWebApp_PersistenceContextRefs() { |
| 1347 |
return (EReference)webAppEClass.getEStructuralFeatures().get(26); |
1827 |
return (EReference)webAppEClass.getEStructuralFeatures().get(27); |
| 1348 |
} |
1828 |
} |
| 1349 |
|
1829 |
|
| 1350 |
/** |
1830 |
/** |
|
Lines 1353-1359
Link Here
|
| 1353 |
* @generated |
1833 |
* @generated |
| 1354 |
*/ |
1834 |
*/ |
| 1355 |
public EReference getWebApp_PersistenceUnitRefs() { |
1835 |
public EReference getWebApp_PersistenceUnitRefs() { |
| 1356 |
return (EReference)webAppEClass.getEStructuralFeatures().get(27); |
1836 |
return (EReference)webAppEClass.getEStructuralFeatures().get(28); |
| 1357 |
} |
1837 |
} |
| 1358 |
|
1838 |
|
| 1359 |
/** |
1839 |
/** |
|
Lines 1362-1368
Link Here
|
| 1362 |
* @generated |
1842 |
* @generated |
| 1363 |
*/ |
1843 |
*/ |
| 1364 |
public EReference getWebApp_PostConstructs() { |
1844 |
public EReference getWebApp_PostConstructs() { |
| 1365 |
return (EReference)webAppEClass.getEStructuralFeatures().get(28); |
1845 |
return (EReference)webAppEClass.getEStructuralFeatures().get(29); |
| 1366 |
} |
1846 |
} |
| 1367 |
|
1847 |
|
| 1368 |
/** |
1848 |
/** |
|
Lines 1371-1377
Link Here
|
| 1371 |
* @generated |
1851 |
* @generated |
| 1372 |
*/ |
1852 |
*/ |
| 1373 |
public EReference getWebApp_PreDestroys() { |
1853 |
public EReference getWebApp_PreDestroys() { |
| 1374 |
return (EReference)webAppEClass.getEStructuralFeatures().get(29); |
1854 |
return (EReference)webAppEClass.getEStructuralFeatures().get(30); |
|
|
1855 |
} |
| 1856 |
|
| 1857 |
/** |
| 1858 |
* <!-- begin-user-doc --> |
| 1859 |
* <!-- end-user-doc --> |
| 1860 |
* @generated |
| 1861 |
*/ |
| 1862 |
public EReference getWebApp_DataSource() { |
| 1863 |
return (EReference)webAppEClass.getEStructuralFeatures().get(31); |
| 1375 |
} |
1864 |
} |
| 1376 |
|
1865 |
|
| 1377 |
/** |
1866 |
/** |
|
Lines 1380-1386
Link Here
|
| 1380 |
* @generated |
1869 |
* @generated |
| 1381 |
*/ |
1870 |
*/ |
| 1382 |
public EReference getWebApp_MessageDestinations() { |
1871 |
public EReference getWebApp_MessageDestinations() { |
| 1383 |
return (EReference)webAppEClass.getEStructuralFeatures().get(30); |
1872 |
return (EReference)webAppEClass.getEStructuralFeatures().get(32); |
| 1384 |
} |
1873 |
} |
| 1385 |
|
1874 |
|
| 1386 |
/** |
1875 |
/** |
|
Lines 1389-1395
Link Here
|
| 1389 |
* @generated |
1878 |
* @generated |
| 1390 |
*/ |
1879 |
*/ |
| 1391 |
public EReference getWebApp_LocalEncodingMappingsLists() { |
1880 |
public EReference getWebApp_LocalEncodingMappingsLists() { |
| 1392 |
return (EReference)webAppEClass.getEStructuralFeatures().get(31); |
1881 |
return (EReference)webAppEClass.getEStructuralFeatures().get(33); |
|
|
1882 |
} |
| 1883 |
|
| 1884 |
/** |
| 1885 |
* <!-- begin-user-doc --> |
| 1886 |
* <!-- end-user-doc --> |
| 1887 |
* @generated |
| 1888 |
*/ |
| 1889 |
public EAttribute getWebApp_ModuleName() { |
| 1890 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(34); |
| 1891 |
} |
| 1892 |
|
| 1893 |
/** |
| 1894 |
* <!-- begin-user-doc --> |
| 1895 |
* <!-- end-user-doc --> |
| 1896 |
* @generated |
| 1897 |
*/ |
| 1898 |
public EReference getWebApp_AbsoluteOrdering() { |
| 1899 |
return (EReference)webAppEClass.getEStructuralFeatures().get(35); |
| 1393 |
} |
1900 |
} |
| 1394 |
|
1901 |
|
| 1395 |
/** |
1902 |
/** |
|
Lines 1398-1404
Link Here
|
| 1398 |
* @generated |
1905 |
* @generated |
| 1399 |
*/ |
1906 |
*/ |
| 1400 |
public EAttribute getWebApp_Id() { |
1907 |
public EAttribute getWebApp_Id() { |
| 1401 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(32); |
1908 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(36); |
| 1402 |
} |
1909 |
} |
| 1403 |
|
1910 |
|
| 1404 |
/** |
1911 |
/** |
|
Lines 1407-1413
Link Here
|
| 1407 |
* @generated |
1914 |
* @generated |
| 1408 |
*/ |
1915 |
*/ |
| 1409 |
public EAttribute getWebApp_MetadataComplete() { |
1916 |
public EAttribute getWebApp_MetadataComplete() { |
| 1410 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(33); |
1917 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(37); |
| 1411 |
} |
1918 |
} |
| 1412 |
|
1919 |
|
| 1413 |
/** |
1920 |
/** |
|
Lines 1416-1422
Link Here
|
| 1416 |
* @generated |
1923 |
* @generated |
| 1417 |
*/ |
1924 |
*/ |
| 1418 |
public EAttribute getWebApp_Version() { |
1925 |
public EAttribute getWebApp_Version() { |
| 1419 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(34); |
1926 |
return (EAttribute)webAppEClass.getEStructuralFeatures().get(38); |
| 1420 |
} |
1927 |
} |
| 1421 |
|
1928 |
|
| 1422 |
/** |
1929 |
/** |
|
Lines 1469-1476
Link Here
|
| 1469 |
* <!-- end-user-doc --> |
1976 |
* <!-- end-user-doc --> |
| 1470 |
* @generated |
1977 |
* @generated |
| 1471 |
*/ |
1978 |
*/ |
| 1472 |
public EClass getWebResourceCollection() { |
1979 |
public EClass getWebFragment() { |
| 1473 |
return webResourceCollectionEClass; |
1980 |
return webFragmentEClass; |
| 1474 |
} |
1981 |
} |
| 1475 |
|
1982 |
|
| 1476 |
/** |
1983 |
/** |
|
Lines 1478-1485
Link Here
|
| 1478 |
* <!-- end-user-doc --> |
1985 |
* <!-- end-user-doc --> |
| 1479 |
* @generated |
1986 |
* @generated |
| 1480 |
*/ |
1987 |
*/ |
| 1481 |
public EAttribute getWebResourceCollection_WebResourceName() { |
1988 |
public EAttribute getWebFragment_Group() { |
| 1482 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(0); |
1989 |
return (EAttribute)webFragmentEClass.getEStructuralFeatures().get(0); |
| 1483 |
} |
1990 |
} |
| 1484 |
|
1991 |
|
| 1485 |
/** |
1992 |
/** |
|
Lines 1487-1494
Link Here
|
| 1487 |
* <!-- end-user-doc --> |
1994 |
* <!-- end-user-doc --> |
| 1488 |
* @generated |
1995 |
* @generated |
| 1489 |
*/ |
1996 |
*/ |
| 1490 |
public EReference getWebResourceCollection_Descriptions() { |
1997 |
public EReference getWebFragment_Descriptions() { |
| 1491 |
return (EReference)webResourceCollectionEClass.getEStructuralFeatures().get(1); |
1998 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(1); |
| 1492 |
} |
1999 |
} |
| 1493 |
|
2000 |
|
| 1494 |
/** |
2001 |
/** |
|
Lines 1496-1503
Link Here
|
| 1496 |
* <!-- end-user-doc --> |
2003 |
* <!-- end-user-doc --> |
| 1497 |
* @generated |
2004 |
* @generated |
| 1498 |
*/ |
2005 |
*/ |
| 1499 |
public EReference getWebResourceCollection_UrlPatterns() { |
2006 |
public EReference getWebFragment_DisplayNames() { |
| 1500 |
return (EReference)webResourceCollectionEClass.getEStructuralFeatures().get(2); |
2007 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(2); |
| 1501 |
} |
2008 |
} |
| 1502 |
|
2009 |
|
| 1503 |
/** |
2010 |
/** |
|
Lines 1505-1512
Link Here
|
| 1505 |
* <!-- end-user-doc --> |
2012 |
* <!-- end-user-doc --> |
| 1506 |
* @generated |
2013 |
* @generated |
| 1507 |
*/ |
2014 |
*/ |
| 1508 |
public EAttribute getWebResourceCollection_HttpMethods() { |
2015 |
public EReference getWebFragment_Icons() { |
| 1509 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(3); |
2016 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(3); |
| 1510 |
} |
2017 |
} |
| 1511 |
|
2018 |
|
| 1512 |
/** |
2019 |
/** |
|
Lines 1514-1521
Link Here
|
| 1514 |
* <!-- end-user-doc --> |
2021 |
* <!-- end-user-doc --> |
| 1515 |
* @generated |
2022 |
* @generated |
| 1516 |
*/ |
2023 |
*/ |
| 1517 |
public EAttribute getWebResourceCollection_Id() { |
2024 |
public EAttribute getWebFragment_Name() { |
| 1518 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(4); |
2025 |
return (EAttribute)webFragmentEClass.getEStructuralFeatures().get(4); |
| 1519 |
} |
2026 |
} |
| 1520 |
|
2027 |
|
| 1521 |
/** |
2028 |
/** |
|
Lines 1523-1530
Link Here
|
| 1523 |
* <!-- end-user-doc --> |
2030 |
* <!-- end-user-doc --> |
| 1524 |
* @generated |
2031 |
* @generated |
| 1525 |
*/ |
2032 |
*/ |
| 1526 |
public EClass getWelcomeFileList() { |
2033 |
public EReference getWebFragment_Distributables() { |
| 1527 |
return welcomeFileListEClass; |
2034 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(5); |
| 1528 |
} |
2035 |
} |
| 1529 |
|
2036 |
|
| 1530 |
/** |
2037 |
/** |
|
Lines 1532-1539
Link Here
|
| 1532 |
* <!-- end-user-doc --> |
2039 |
* <!-- end-user-doc --> |
| 1533 |
* @generated |
2040 |
* @generated |
| 1534 |
*/ |
2041 |
*/ |
| 1535 |
public EAttribute getWelcomeFileList_WelcomeFiles() { |
2042 |
public EReference getWebFragment_ContextParams() { |
| 1536 |
return (EAttribute)welcomeFileListEClass.getEStructuralFeatures().get(0); |
2043 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(6); |
| 1537 |
} |
2044 |
} |
| 1538 |
|
2045 |
|
| 1539 |
/** |
2046 |
/** |
|
Lines 1541-1548
Link Here
|
| 1541 |
* <!-- end-user-doc --> |
2048 |
* <!-- end-user-doc --> |
| 1542 |
* @generated |
2049 |
* @generated |
| 1543 |
*/ |
2050 |
*/ |
| 1544 |
public EAttribute getWelcomeFileList_Id() { |
2051 |
public EReference getWebFragment_Filters() { |
| 1545 |
return (EAttribute)welcomeFileListEClass.getEStructuralFeatures().get(1); |
2052 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(7); |
| 1546 |
} |
2053 |
} |
| 1547 |
|
2054 |
|
| 1548 |
/** |
2055 |
/** |
|
Lines 1550-1557
Link Here
|
| 1550 |
* <!-- end-user-doc --> |
2057 |
* <!-- end-user-doc --> |
| 1551 |
* @generated |
2058 |
* @generated |
| 1552 |
*/ |
2059 |
*/ |
| 1553 |
public EEnum getDispatcherType() { |
2060 |
public EReference getWebFragment_FilterMappings() { |
| 1554 |
return dispatcherTypeEEnum; |
2061 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(8); |
| 1555 |
} |
2062 |
} |
| 1556 |
|
2063 |
|
| 1557 |
/** |
2064 |
/** |
|
Lines 1559-1566
Link Here
|
| 1559 |
* <!-- end-user-doc --> |
2066 |
* <!-- end-user-doc --> |
| 1560 |
* @generated |
2067 |
* @generated |
| 1561 |
*/ |
2068 |
*/ |
| 1562 |
public EEnum getNullCharType() { |
2069 |
public EReference getWebFragment_Listeners() { |
| 1563 |
return nullCharTypeEEnum; |
2070 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(9); |
| 1564 |
} |
2071 |
} |
| 1565 |
|
2072 |
|
| 1566 |
/** |
2073 |
/** |
|
Lines 1568-1575
Link Here
|
| 1568 |
* <!-- end-user-doc --> |
2075 |
* <!-- end-user-doc --> |
| 1569 |
* @generated |
2076 |
* @generated |
| 1570 |
*/ |
2077 |
*/ |
| 1571 |
public EEnum getTransportGuaranteeType() { |
2078 |
public EReference getWebFragment_Servlets() { |
| 1572 |
return transportGuaranteeTypeEEnum; |
2079 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(10); |
| 1573 |
} |
2080 |
} |
| 1574 |
|
2081 |
|
| 1575 |
/** |
2082 |
/** |
|
Lines 1577-1584
Link Here
|
| 1577 |
* <!-- end-user-doc --> |
2084 |
* <!-- end-user-doc --> |
| 1578 |
* @generated |
2085 |
* @generated |
| 1579 |
*/ |
2086 |
*/ |
| 1580 |
public EEnum getWebAppVersionType() { |
2087 |
public EReference getWebFragment_ServletMappings() { |
| 1581 |
return webAppVersionTypeEEnum; |
2088 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(11); |
| 1582 |
} |
2089 |
} |
| 1583 |
|
2090 |
|
| 1584 |
/** |
2091 |
/** |
|
Lines 1586-1593
Link Here
|
| 1586 |
* <!-- end-user-doc --> |
2093 |
* <!-- end-user-doc --> |
| 1587 |
* @generated |
2094 |
* @generated |
| 1588 |
*/ |
2095 |
*/ |
| 1589 |
public EDataType getAuthMethodType() { |
2096 |
public EReference getWebFragment_SessionConfigs() { |
| 1590 |
return authMethodTypeEDataType; |
2097 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(12); |
| 1591 |
} |
2098 |
} |
| 1592 |
|
2099 |
|
| 1593 |
/** |
2100 |
/** |
|
Lines 1595-1602
Link Here
|
| 1595 |
* <!-- end-user-doc --> |
2102 |
* <!-- end-user-doc --> |
| 1596 |
* @generated |
2103 |
* @generated |
| 1597 |
*/ |
2104 |
*/ |
| 1598 |
public EDataType getDispatcherTypeObject() { |
2105 |
public EReference getWebFragment_MimeMappings() { |
| 1599 |
return dispatcherTypeObjectEDataType; |
2106 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(13); |
| 1600 |
} |
2107 |
} |
| 1601 |
|
2108 |
|
| 1602 |
/** |
2109 |
/** |
|
Lines 1604-1611
Link Here
|
| 1604 |
* <!-- end-user-doc --> |
2111 |
* <!-- end-user-doc --> |
| 1605 |
* @generated |
2112 |
* @generated |
| 1606 |
*/ |
2113 |
*/ |
| 1607 |
public EDataType getEncodingType() { |
2114 |
public EReference getWebFragment_WelcomeFileLists() { |
| 1608 |
return encodingTypeEDataType; |
2115 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(14); |
| 1609 |
} |
2116 |
} |
| 1610 |
|
2117 |
|
| 1611 |
/** |
2118 |
/** |
|
Lines 1613-1620
Link Here
|
| 1613 |
* <!-- end-user-doc --> |
2120 |
* <!-- end-user-doc --> |
| 1614 |
* @generated |
2121 |
* @generated |
| 1615 |
*/ |
2122 |
*/ |
| 1616 |
public EDataType getErrorCodeType() { |
2123 |
public EReference getWebFragment_ErrorPages() { |
| 1617 |
return errorCodeTypeEDataType; |
2124 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(15); |
| 1618 |
} |
2125 |
} |
| 1619 |
|
2126 |
|
| 1620 |
/** |
2127 |
/** |
|
Lines 1622-1629
Link Here
|
| 1622 |
* <!-- end-user-doc --> |
2129 |
* <!-- end-user-doc --> |
| 1623 |
* @generated |
2130 |
* @generated |
| 1624 |
*/ |
2131 |
*/ |
| 1625 |
public EDataType getFilterNameType() { |
2132 |
public EReference getWebFragment_JspConfigs() { |
| 1626 |
return filterNameTypeEDataType; |
2133 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(16); |
| 1627 |
} |
2134 |
} |
| 1628 |
|
2135 |
|
| 1629 |
/** |
2136 |
/** |
|
Lines 1631-1638
Link Here
|
| 1631 |
* <!-- end-user-doc --> |
2138 |
* <!-- end-user-doc --> |
| 1632 |
* @generated |
2139 |
* @generated |
| 1633 |
*/ |
2140 |
*/ |
| 1634 |
public EDataType getHttpMethodType() { |
2141 |
public EReference getWebFragment_SecurityConstraints() { |
| 1635 |
return httpMethodTypeEDataType; |
2142 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(17); |
| 1636 |
} |
2143 |
} |
| 1637 |
|
2144 |
|
| 1638 |
/** |
2145 |
/** |
|
Lines 1640-1647
Link Here
|
| 1640 |
* <!-- end-user-doc --> |
2147 |
* <!-- end-user-doc --> |
| 1641 |
* @generated |
2148 |
* @generated |
| 1642 |
*/ |
2149 |
*/ |
| 1643 |
public EDataType getLoadOnStartupType() { |
2150 |
public EReference getWebFragment_LoginConfigs() { |
| 1644 |
return loadOnStartupTypeEDataType; |
2151 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(18); |
| 1645 |
} |
2152 |
} |
| 1646 |
|
2153 |
|
| 1647 |
/** |
2154 |
/** |
|
Lines 1649-1656
Link Here
|
| 1649 |
* <!-- end-user-doc --> |
2156 |
* <!-- end-user-doc --> |
| 1650 |
* @generated |
2157 |
* @generated |
| 1651 |
*/ |
2158 |
*/ |
| 1652 |
public EDataType getLocaleType() { |
2159 |
public EReference getWebFragment_SecurityRoles() { |
| 1653 |
return localeTypeEDataType; |
2160 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(19); |
| 1654 |
} |
2161 |
} |
| 1655 |
|
2162 |
|
| 1656 |
/** |
2163 |
/** |
|
Lines 1658-1665
Link Here
|
| 1658 |
* <!-- end-user-doc --> |
2165 |
* <!-- end-user-doc --> |
| 1659 |
* @generated |
2166 |
* @generated |
| 1660 |
*/ |
2167 |
*/ |
| 1661 |
public EDataType getMimeTypeType() { |
2168 |
public EReference getWebFragment_EnvEntries() { |
| 1662 |
return mimeTypeTypeEDataType; |
2169 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(20); |
| 1663 |
} |
2170 |
} |
| 1664 |
|
2171 |
|
| 1665 |
/** |
2172 |
/** |
|
Lines 1667-1674
Link Here
|
| 1667 |
* <!-- end-user-doc --> |
2174 |
* <!-- end-user-doc --> |
| 1668 |
* @generated |
2175 |
* @generated |
| 1669 |
*/ |
2176 |
*/ |
| 1670 |
public EDataType getNonEmptyStringType() { |
2177 |
public EReference getWebFragment_EjbRefs() { |
| 1671 |
return nonEmptyStringTypeEDataType; |
2178 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(21); |
| 1672 |
} |
2179 |
} |
| 1673 |
|
2180 |
|
| 1674 |
/** |
2181 |
/** |
|
Lines 1676-1683
Link Here
|
| 1676 |
* <!-- end-user-doc --> |
2183 |
* <!-- end-user-doc --> |
| 1677 |
* @generated |
2184 |
* @generated |
| 1678 |
*/ |
2185 |
*/ |
| 1679 |
public EDataType getNullCharTypeObject() { |
2186 |
public EReference getWebFragment_EjbLocalRefs() { |
| 1680 |
return nullCharTypeObjectEDataType; |
2187 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(22); |
| 1681 |
} |
2188 |
} |
| 1682 |
|
2189 |
|
| 1683 |
/** |
2190 |
/** |
|
Lines 1685-1692
Link Here
|
| 1685 |
* <!-- end-user-doc --> |
2192 |
* <!-- end-user-doc --> |
| 1686 |
* @generated |
2193 |
* @generated |
| 1687 |
*/ |
2194 |
*/ |
| 1688 |
public EDataType getServletNameType() { |
2195 |
public EReference getWebFragment_ServiceRefs() { |
| 1689 |
return servletNameTypeEDataType; |
2196 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(23); |
| 1690 |
} |
2197 |
} |
| 1691 |
|
2198 |
|
| 1692 |
/** |
2199 |
/** |
|
Lines 1694-1701
Link Here
|
| 1694 |
* <!-- end-user-doc --> |
2201 |
* <!-- end-user-doc --> |
| 1695 |
* @generated |
2202 |
* @generated |
| 1696 |
*/ |
2203 |
*/ |
| 1697 |
public EDataType getTransportGuaranteeTypeObject() { |
2204 |
public EReference getWebFragment_ResourceRefs() { |
| 1698 |
return transportGuaranteeTypeObjectEDataType; |
2205 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(24); |
| 1699 |
} |
2206 |
} |
| 1700 |
|
2207 |
|
| 1701 |
/** |
2208 |
/** |
|
Lines 1703-1710
Link Here
|
| 1703 |
* <!-- end-user-doc --> |
2210 |
* <!-- end-user-doc --> |
| 1704 |
* @generated |
2211 |
* @generated |
| 1705 |
*/ |
2212 |
*/ |
| 1706 |
public EDataType getWarPathType() { |
2213 |
public EReference getWebFragment_ResourceEnvRefs() { |
| 1707 |
return warPathTypeEDataType; |
2214 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(25); |
| 1708 |
} |
2215 |
} |
| 1709 |
|
2216 |
|
| 1710 |
/** |
2217 |
/** |
|
Lines 1712-1719
Link Here
|
| 1712 |
* <!-- end-user-doc --> |
2219 |
* <!-- end-user-doc --> |
| 1713 |
* @generated |
2220 |
* @generated |
| 1714 |
*/ |
2221 |
*/ |
| 1715 |
public EDataType getWebAppVersionTypeObject() { |
2222 |
public EReference getWebFragment_MessageDestinationRefs() { |
| 1716 |
return webAppVersionTypeObjectEDataType; |
2223 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(26); |
| 1717 |
} |
2224 |
} |
| 1718 |
|
2225 |
|
| 1719 |
/** |
2226 |
/** |
|
Lines 1721-1728
Link Here
|
| 1721 |
* <!-- end-user-doc --> |
2228 |
* <!-- end-user-doc --> |
| 1722 |
* @generated |
2229 |
* @generated |
| 1723 |
*/ |
2230 |
*/ |
| 1724 |
public WebFactory getWebFactory() { |
2231 |
public EReference getWebFragment_PersistenceContextRefs() { |
| 1725 |
return (WebFactory)getEFactoryInstance(); |
2232 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(27); |
| 1726 |
} |
2233 |
} |
| 1727 |
|
2234 |
|
| 1728 |
/** |
2235 |
/** |
|
Lines 1730-1912
Link Here
|
| 1730 |
* <!-- end-user-doc --> |
2237 |
* <!-- end-user-doc --> |
| 1731 |
* @generated |
2238 |
* @generated |
| 1732 |
*/ |
2239 |
*/ |
| 1733 |
private boolean isCreated = false; |
2240 |
public EReference getWebFragment_PersistenceUnitRefs() { |
|
|
2241 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(28); |
| 2242 |
} |
| 1734 |
|
2243 |
|
| 1735 |
/** |
2244 |
/** |
| 1736 |
* Creates the meta-model objects for the package. This method is |
|
|
| 1737 |
* guarded to have no affect on any invocation but its first. |
| 1738 |
* <!-- begin-user-doc --> |
2245 |
* <!-- begin-user-doc --> |
| 1739 |
* <!-- end-user-doc --> |
2246 |
* <!-- end-user-doc --> |
| 1740 |
* @generated |
2247 |
* @generated |
| 1741 |
*/ |
2248 |
*/ |
| 1742 |
public void createPackageContents() { |
2249 |
public EReference getWebFragment_PostConstructs() { |
| 1743 |
if (isCreated) return; |
2250 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(29); |
| 1744 |
isCreated = true; |
2251 |
} |
| 1745 |
|
|
|
| 1746 |
// Create classes and their features |
| 1747 |
authConstraintEClass = createEClass(AUTH_CONSTRAINT); |
| 1748 |
createEReference(authConstraintEClass, AUTH_CONSTRAINT__DESCRIPTIONS); |
| 1749 |
createEAttribute(authConstraintEClass, AUTH_CONSTRAINT__ROLE_NAMES); |
| 1750 |
createEAttribute(authConstraintEClass, AUTH_CONSTRAINT__ID); |
| 1751 |
|
| 1752 |
errorPageEClass = createEClass(ERROR_PAGE); |
| 1753 |
createEAttribute(errorPageEClass, ERROR_PAGE__ERROR_CODE); |
| 1754 |
createEAttribute(errorPageEClass, ERROR_PAGE__EXCEPTION_TYPE); |
| 1755 |
createEAttribute(errorPageEClass, ERROR_PAGE__LOCATION); |
| 1756 |
createEAttribute(errorPageEClass, ERROR_PAGE__ID); |
| 1757 |
|
| 1758 |
filterEClass = createEClass(FILTER); |
| 1759 |
createEReference(filterEClass, FILTER__DESCRIPTIONS); |
| 1760 |
createEReference(filterEClass, FILTER__DISPLAY_NAMES); |
| 1761 |
createEReference(filterEClass, FILTER__ICONS); |
| 1762 |
createEAttribute(filterEClass, FILTER__FILTER_NAME); |
| 1763 |
createEAttribute(filterEClass, FILTER__FILTER_CLASS); |
| 1764 |
createEReference(filterEClass, FILTER__INIT_PARAMS); |
| 1765 |
createEAttribute(filterEClass, FILTER__ID); |
| 1766 |
|
| 1767 |
filterMappingEClass = createEClass(FILTER_MAPPING); |
| 1768 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__FILTER_NAME); |
| 1769 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__GROUP); |
| 1770 |
createEReference(filterMappingEClass, FILTER_MAPPING__URL_PATTERNS); |
| 1771 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__SERVLET_NAMES); |
| 1772 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__DISPATCHERS); |
| 1773 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__ID); |
| 1774 |
|
| 1775 |
formLoginConfigEClass = createEClass(FORM_LOGIN_CONFIG); |
| 1776 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__FORM_LOGIN_PAGE); |
| 1777 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__FORM_ERROR_PAGE); |
| 1778 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__ID); |
| 1779 |
|
| 1780 |
localeEncodingMappingEClass = createEClass(LOCALE_ENCODING_MAPPING); |
| 1781 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__LOCALE); |
| 1782 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__ENCODING); |
| 1783 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__ID); |
| 1784 |
|
| 1785 |
localeEncodingMappingListEClass = createEClass(LOCALE_ENCODING_MAPPING_LIST); |
| 1786 |
createEReference(localeEncodingMappingListEClass, LOCALE_ENCODING_MAPPING_LIST__LOCAL_ENCODING_MAPPINGS); |
| 1787 |
createEAttribute(localeEncodingMappingListEClass, LOCALE_ENCODING_MAPPING_LIST__ID); |
| 1788 |
|
| 1789 |
loginConfigEClass = createEClass(LOGIN_CONFIG); |
| 1790 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__AUTH_METHOD); |
| 1791 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__REALM_NAME); |
| 1792 |
createEReference(loginConfigEClass, LOGIN_CONFIG__FORM_LOGIN_CONFIG); |
| 1793 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__ID); |
| 1794 |
|
| 1795 |
mimeMappingEClass = createEClass(MIME_MAPPING); |
| 1796 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__EXTENSION); |
| 1797 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__MIME_TYPE); |
| 1798 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__ID); |
| 1799 |
|
| 1800 |
securityConstraintEClass = createEClass(SECURITY_CONSTRAINT); |
| 1801 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__DISPLAY_NAMES); |
| 1802 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__WEB_RESOURCE_COLLECTIONS); |
| 1803 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__AUTH_CONSTRAINT); |
| 1804 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__USER_DATA_CONSTRAINT); |
| 1805 |
createEAttribute(securityConstraintEClass, SECURITY_CONSTRAINT__ID); |
| 1806 |
|
| 1807 |
servletEClass = createEClass(SERVLET); |
| 1808 |
createEReference(servletEClass, SERVLET__DESCRIPTIONS); |
| 1809 |
createEReference(servletEClass, SERVLET__DISPLAY_NAMES); |
| 1810 |
createEReference(servletEClass, SERVLET__ICONS); |
| 1811 |
createEAttribute(servletEClass, SERVLET__SERVLET_NAME); |
| 1812 |
createEAttribute(servletEClass, SERVLET__SERVLET_CLASS); |
| 1813 |
createEAttribute(servletEClass, SERVLET__JSP_FILE); |
| 1814 |
createEReference(servletEClass, SERVLET__INIT_PARAMS); |
| 1815 |
createEAttribute(servletEClass, SERVLET__LOAD_ON_STARTUP); |
| 1816 |
createEReference(servletEClass, SERVLET__RUN_AS); |
| 1817 |
createEReference(servletEClass, SERVLET__SECURITY_ROLE_REFS); |
| 1818 |
createEAttribute(servletEClass, SERVLET__ID); |
| 1819 |
|
| 1820 |
servletMappingEClass = createEClass(SERVLET_MAPPING); |
| 1821 |
createEAttribute(servletMappingEClass, SERVLET_MAPPING__SERVLET_NAME); |
| 1822 |
createEReference(servletMappingEClass, SERVLET_MAPPING__URL_PATTERNS); |
| 1823 |
createEAttribute(servletMappingEClass, SERVLET_MAPPING__ID); |
| 1824 |
|
2252 |
|
| 1825 |
sessionConfigEClass = createEClass(SESSION_CONFIG); |
2253 |
/** |
| 1826 |
createEAttribute(sessionConfigEClass, SESSION_CONFIG__SESSION_TIMEOUT); |
2254 |
* <!-- begin-user-doc --> |
| 1827 |
createEAttribute(sessionConfigEClass, SESSION_CONFIG__ID); |
2255 |
* <!-- end-user-doc --> |
|
|
2256 |
* @generated |
| 2257 |
*/ |
| 2258 |
public EReference getWebFragment_PreDestroys() { |
| 2259 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(30); |
| 2260 |
} |
| 1828 |
|
2261 |
|
| 1829 |
userDataConstraintEClass = createEClass(USER_DATA_CONSTRAINT); |
2262 |
/** |
| 1830 |
createEReference(userDataConstraintEClass, USER_DATA_CONSTRAINT__DESCRIPTIONS); |
2263 |
* <!-- begin-user-doc --> |
| 1831 |
createEAttribute(userDataConstraintEClass, USER_DATA_CONSTRAINT__TRANSPORT_GUARANTEE); |
2264 |
* <!-- end-user-doc --> |
| 1832 |
createEAttribute(userDataConstraintEClass, USER_DATA_CONSTRAINT__ID); |
2265 |
* @generated |
|
|
2266 |
*/ |
| 2267 |
public EReference getWebFragment_DataSource() { |
| 2268 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(31); |
| 2269 |
} |
| 1833 |
|
2270 |
|
| 1834 |
webAppEClass = createEClass(WEB_APP); |
2271 |
/** |
| 1835 |
createEAttribute(webAppEClass, WEB_APP__GROUP); |
2272 |
* <!-- begin-user-doc --> |
| 1836 |
createEReference(webAppEClass, WEB_APP__DESCRIPTIONS); |
2273 |
* <!-- end-user-doc --> |
| 1837 |
createEReference(webAppEClass, WEB_APP__DISPLAY_NAMES); |
2274 |
* @generated |
| 1838 |
createEReference(webAppEClass, WEB_APP__ICONS); |
2275 |
*/ |
| 1839 |
createEReference(webAppEClass, WEB_APP__DISTRIBUTABLES); |
2276 |
public EReference getWebFragment_MessageDestinations() { |
| 1840 |
createEReference(webAppEClass, WEB_APP__CONTEXT_PARAMS); |
2277 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(32); |
| 1841 |
createEReference(webAppEClass, WEB_APP__FILTERS); |
2278 |
} |
| 1842 |
createEReference(webAppEClass, WEB_APP__FILTER_MAPPINGS); |
|
|
| 1843 |
createEReference(webAppEClass, WEB_APP__LISTENERS); |
| 1844 |
createEReference(webAppEClass, WEB_APP__SERVLETS); |
| 1845 |
createEReference(webAppEClass, WEB_APP__SERVLET_MAPPINGS); |
| 1846 |
createEReference(webAppEClass, WEB_APP__SESSION_CONFIGS); |
| 1847 |
createEReference(webAppEClass, WEB_APP__MIME_MAPPINGS); |
| 1848 |
createEReference(webAppEClass, WEB_APP__WELCOME_FILE_LISTS); |
| 1849 |
createEReference(webAppEClass, WEB_APP__ERROR_PAGES); |
| 1850 |
createEReference(webAppEClass, WEB_APP__JSP_CONFIGS); |
| 1851 |
createEReference(webAppEClass, WEB_APP__SECURITY_CONSTRAINTS); |
| 1852 |
createEReference(webAppEClass, WEB_APP__LOGIN_CONFIGS); |
| 1853 |
createEReference(webAppEClass, WEB_APP__SECURITY_ROLES); |
| 1854 |
createEReference(webAppEClass, WEB_APP__ENV_ENTRIES); |
| 1855 |
createEReference(webAppEClass, WEB_APP__EJB_REFS); |
| 1856 |
createEReference(webAppEClass, WEB_APP__EJB_LOCAL_REFS); |
| 1857 |
createEReference(webAppEClass, WEB_APP__SERVICE_REFS); |
| 1858 |
createEReference(webAppEClass, WEB_APP__RESOURCE_REFS); |
| 1859 |
createEReference(webAppEClass, WEB_APP__RESOURCE_ENV_REFS); |
| 1860 |
createEReference(webAppEClass, WEB_APP__MESSAGE_DESTINATION_REFS); |
| 1861 |
createEReference(webAppEClass, WEB_APP__PERSISTENCE_CONTEXT_REFS); |
| 1862 |
createEReference(webAppEClass, WEB_APP__PERSISTENCE_UNIT_REFS); |
| 1863 |
createEReference(webAppEClass, WEB_APP__POST_CONSTRUCTS); |
| 1864 |
createEReference(webAppEClass, WEB_APP__PRE_DESTROYS); |
| 1865 |
createEReference(webAppEClass, WEB_APP__MESSAGE_DESTINATIONS); |
| 1866 |
createEReference(webAppEClass, WEB_APP__LOCAL_ENCODING_MAPPINGS_LISTS); |
| 1867 |
createEAttribute(webAppEClass, WEB_APP__ID); |
| 1868 |
createEAttribute(webAppEClass, WEB_APP__METADATA_COMPLETE); |
| 1869 |
createEAttribute(webAppEClass, WEB_APP__VERSION); |
| 1870 |
|
2279 |
|
| 1871 |
webAppDeploymentDescriptorEClass = createEClass(WEB_APP_DEPLOYMENT_DESCRIPTOR); |
2280 |
/** |
| 1872 |
createEAttribute(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__MIXED); |
2281 |
* <!-- begin-user-doc --> |
| 1873 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__XMLNS_PREFIX_MAP); |
2282 |
* <!-- end-user-doc --> |
| 1874 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__XSI_SCHEMA_LOCATION); |
2283 |
* @generated |
| 1875 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__WEB_APP); |
2284 |
*/ |
|
|
2285 |
public EReference getWebFragment_LocalEncodingMappingsLists() { |
| 2286 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(33); |
| 2287 |
} |
| 1876 |
|
2288 |
|
| 1877 |
webResourceCollectionEClass = createEClass(WEB_RESOURCE_COLLECTION); |
2289 |
/** |
| 1878 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__WEB_RESOURCE_NAME); |
2290 |
* <!-- begin-user-doc --> |
| 1879 |
createEReference(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__DESCRIPTIONS); |
2291 |
* <!-- end-user-doc --> |
| 1880 |
createEReference(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__URL_PATTERNS); |
2292 |
* @generated |
| 1881 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__HTTP_METHODS); |
2293 |
*/ |
| 1882 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__ID); |
2294 |
public EReference getWebFragment_Ordering() { |
|
|
2295 |
return (EReference)webFragmentEClass.getEStructuralFeatures().get(34); |
| 2296 |
} |
| 1883 |
|
2297 |
|
| 1884 |
welcomeFileListEClass = createEClass(WELCOME_FILE_LIST); |
2298 |
/** |
| 1885 |
createEAttribute(welcomeFileListEClass, WELCOME_FILE_LIST__WELCOME_FILES); |
2299 |
* <!-- begin-user-doc --> |
| 1886 |
createEAttribute(welcomeFileListEClass, WELCOME_FILE_LIST__ID); |
2300 |
* <!-- end-user-doc --> |
|
|
2301 |
* @generated |
| 2302 |
*/ |
| 2303 |
public EAttribute getWebFragment_Id() { |
| 2304 |
return (EAttribute)webFragmentEClass.getEStructuralFeatures().get(35); |
| 2305 |
} |
| 1887 |
|
2306 |
|
| 1888 |
// Create enums |
2307 |
/** |
| 1889 |
dispatcherTypeEEnum = createEEnum(DISPATCHER_TYPE); |
2308 |
* <!-- begin-user-doc --> |
| 1890 |
nullCharTypeEEnum = createEEnum(NULL_CHAR_TYPE); |
2309 |
* <!-- end-user-doc --> |
| 1891 |
transportGuaranteeTypeEEnum = createEEnum(TRANSPORT_GUARANTEE_TYPE); |
2310 |
* @generated |
| 1892 |
webAppVersionTypeEEnum = createEEnum(WEB_APP_VERSION_TYPE); |
2311 |
*/ |
|
|
2312 |
public EAttribute getWebFragment_MetadataComplete() { |
| 2313 |
return (EAttribute)webFragmentEClass.getEStructuralFeatures().get(36); |
| 2314 |
} |
| 1893 |
|
2315 |
|
| 1894 |
// Create data types |
2316 |
/** |
| 1895 |
authMethodTypeEDataType = createEDataType(AUTH_METHOD_TYPE); |
2317 |
* <!-- begin-user-doc --> |
| 1896 |
dispatcherTypeObjectEDataType = createEDataType(DISPATCHER_TYPE_OBJECT); |
2318 |
* <!-- end-user-doc --> |
| 1897 |
encodingTypeEDataType = createEDataType(ENCODING_TYPE); |
2319 |
* @generated |
| 1898 |
errorCodeTypeEDataType = createEDataType(ERROR_CODE_TYPE); |
2320 |
*/ |
| 1899 |
filterNameTypeEDataType = createEDataType(FILTER_NAME_TYPE); |
2321 |
public EAttribute getWebFragment_Version() { |
| 1900 |
httpMethodTypeEDataType = createEDataType(HTTP_METHOD_TYPE); |
2322 |
return (EAttribute)webFragmentEClass.getEStructuralFeatures().get(37); |
| 1901 |
loadOnStartupTypeEDataType = createEDataType(LOAD_ON_STARTUP_TYPE); |
|
|
| 1902 |
localeTypeEDataType = createEDataType(LOCALE_TYPE); |
| 1903 |
mimeTypeTypeEDataType = createEDataType(MIME_TYPE_TYPE); |
| 1904 |
nonEmptyStringTypeEDataType = createEDataType(NON_EMPTY_STRING_TYPE); |
| 1905 |
nullCharTypeObjectEDataType = createEDataType(NULL_CHAR_TYPE_OBJECT); |
| 1906 |
servletNameTypeEDataType = createEDataType(SERVLET_NAME_TYPE); |
| 1907 |
transportGuaranteeTypeObjectEDataType = createEDataType(TRANSPORT_GUARANTEE_TYPE_OBJECT); |
| 1908 |
warPathTypeEDataType = createEDataType(WAR_PATH_TYPE); |
| 1909 |
webAppVersionTypeObjectEDataType = createEDataType(WEB_APP_VERSION_TYPE_OBJECT); |
| 1910 |
} |
2323 |
} |
| 1911 |
|
2324 |
|
| 1912 |
/** |
2325 |
/** |
|
Lines 1914-2250
Link Here
|
| 1914 |
* <!-- end-user-doc --> |
2327 |
* <!-- end-user-doc --> |
| 1915 |
* @generated |
2328 |
* @generated |
| 1916 |
*/ |
2329 |
*/ |
| 1917 |
private boolean isInitialized = false; |
2330 |
public EClass getWebResourceCollection() { |
|
|
2331 |
return webResourceCollectionEClass; |
| 2332 |
} |
| 1918 |
|
2333 |
|
| 1919 |
/** |
2334 |
/** |
| 1920 |
* Complete the initialization of the package and its meta-model. This |
|
|
| 1921 |
* method is guarded to have no affect on any invocation but its first. |
| 1922 |
* <!-- begin-user-doc --> |
2335 |
* <!-- begin-user-doc --> |
| 1923 |
* <!-- end-user-doc --> |
2336 |
* <!-- end-user-doc --> |
| 1924 |
* @generated |
2337 |
* @generated |
| 1925 |
*/ |
2338 |
*/ |
| 1926 |
public void initializePackageContents() { |
2339 |
public EAttribute getWebResourceCollection_WebResourceName() { |
| 1927 |
if (isInitialized) return; |
2340 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(0); |
| 1928 |
isInitialized = true; |
2341 |
} |
| 1929 |
|
2342 |
|
| 1930 |
// Initialize package |
2343 |
/** |
| 1931 |
setName(eNAME); |
2344 |
* <!-- begin-user-doc --> |
| 1932 |
setNsPrefix(eNS_PREFIX); |
2345 |
* <!-- end-user-doc --> |
| 1933 |
setNsURI(eNS_URI); |
2346 |
* @generated |
| 1934 |
|
2347 |
*/ |
| 1935 |
// Obtain other dependent packages |
2348 |
public EReference getWebResourceCollection_Descriptions() { |
| 1936 |
JavaeePackage theJavaeePackage = (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
2349 |
return (EReference)webResourceCollectionEClass.getEStructuralFeatures().get(1); |
| 1937 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
2350 |
} |
| 1938 |
JspPackage theJspPackage = (JspPackage)EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI); |
|
|
| 1939 |
|
| 1940 |
// Add supertypes to classes |
| 1941 |
|
| 1942 |
// Initialize classes and features; add operations and parameters |
| 1943 |
initEClass(authConstraintEClass, AuthConstraint.class, "AuthConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1944 |
initEReference(getAuthConstraint_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1945 |
initEAttribute(getAuthConstraint_RoleNames(), theJavaeePackage.getRoleName(), "roleNames", null, 0, -1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1946 |
initEAttribute(getAuthConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1947 |
|
| 1948 |
initEClass(errorPageEClass, ErrorPage.class, "ErrorPage", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1949 |
initEAttribute(getErrorPage_ErrorCode(), this.getErrorCodeType(), "errorCode", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1950 |
initEAttribute(getErrorPage_ExceptionType(), theJavaeePackage.getFullyQualifiedClassType(), "exceptionType", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1951 |
initEAttribute(getErrorPage_Location(), this.getWarPathType(), "location", null, 1, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1952 |
initEAttribute(getErrorPage_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1953 |
|
| 1954 |
initEClass(filterEClass, Filter.class, "Filter", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1955 |
initEReference(getFilter_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1956 |
initEReference(getFilter_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1957 |
initEReference(getFilter_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1958 |
initEAttribute(getFilter_FilterName(), this.getFilterNameType(), "filterName", null, 1, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1959 |
initEAttribute(getFilter_FilterClass(), theJavaeePackage.getFullyQualifiedClassType(), "filterClass", null, 1, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1960 |
initEReference(getFilter_InitParams(), theJavaeePackage.getParamValue(), null, "initParams", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1961 |
initEAttribute(getFilter_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1962 |
|
| 1963 |
initEClass(filterMappingEClass, FilterMapping.class, "FilterMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1964 |
initEAttribute(getFilterMapping_FilterName(), this.getFilterNameType(), "filterName", null, 1, 1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1965 |
initEAttribute(getFilterMapping_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1966 |
initEReference(getFilterMapping_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 0, -1, FilterMapping.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1967 |
initEAttribute(getFilterMapping_ServletNames(), this.getServletNameType(), "servletNames", null, 0, -1, FilterMapping.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1968 |
initEAttribute(getFilterMapping_Dispatchers(), this.getDispatcherType(), "dispatchers", "FORWARD", 0, 4, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
| 1969 |
initEAttribute(getFilterMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1970 |
|
| 1971 |
initEClass(formLoginConfigEClass, FormLoginConfig.class, "FormLoginConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1972 |
initEAttribute(getFormLoginConfig_FormLoginPage(), this.getWarPathType(), "formLoginPage", null, 1, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1973 |
initEAttribute(getFormLoginConfig_FormErrorPage(), this.getWarPathType(), "formErrorPage", null, 1, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1974 |
initEAttribute(getFormLoginConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1975 |
|
| 1976 |
initEClass(localeEncodingMappingEClass, LocaleEncodingMapping.class, "LocaleEncodingMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1977 |
initEAttribute(getLocaleEncodingMapping_Locale(), this.getLocaleType(), "locale", null, 1, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1978 |
initEAttribute(getLocaleEncodingMapping_Encoding(), this.getEncodingType(), "encoding", null, 1, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1979 |
initEAttribute(getLocaleEncodingMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1980 |
|
| 1981 |
initEClass(localeEncodingMappingListEClass, LocaleEncodingMappingList.class, "LocaleEncodingMappingList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1982 |
initEReference(getLocaleEncodingMappingList_LocalEncodingMappings(), this.getLocaleEncodingMapping(), null, "localEncodingMappings", null, 1, -1, LocaleEncodingMappingList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1983 |
initEAttribute(getLocaleEncodingMappingList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LocaleEncodingMappingList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1984 |
|
| 1985 |
initEClass(loginConfigEClass, LoginConfig.class, "LoginConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1986 |
initEAttribute(getLoginConfig_AuthMethod(), this.getAuthMethodType(), "authMethod", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1987 |
initEAttribute(getLoginConfig_RealmName(), theXMLTypePackage.getToken(), "realmName", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1988 |
initEReference(getLoginConfig_FormLoginConfig(), this.getFormLoginConfig(), null, "formLoginConfig", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1989 |
initEAttribute(getLoginConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1990 |
|
| 1991 |
initEClass(mimeMappingEClass, MimeMapping.class, "MimeMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1992 |
initEAttribute(getMimeMapping_Extension(), theXMLTypePackage.getToken(), "extension", null, 1, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1993 |
initEAttribute(getMimeMapping_MimeType(), this.getMimeTypeType(), "mimeType", null, 1, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1994 |
initEAttribute(getMimeMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1995 |
|
| 1996 |
initEClass(securityConstraintEClass, SecurityConstraint.class, "SecurityConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1997 |
initEReference(getSecurityConstraint_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1998 |
initEReference(getSecurityConstraint_WebResourceCollections(), this.getWebResourceCollection(), null, "webResourceCollections", null, 1, -1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1999 |
initEReference(getSecurityConstraint_AuthConstraint(), this.getAuthConstraint(), null, "authConstraint", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2000 |
initEReference(getSecurityConstraint_UserDataConstraint(), this.getUserDataConstraint(), null, "userDataConstraint", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2001 |
initEAttribute(getSecurityConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2002 |
|
| 2003 |
initEClass(servletEClass, Servlet.class, "Servlet", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2004 |
initEReference(getServlet_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2005 |
initEReference(getServlet_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2006 |
initEReference(getServlet_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2007 |
initEAttribute(getServlet_ServletName(), this.getServletNameType(), "servletName", null, 1, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2008 |
initEAttribute(getServlet_ServletClass(), theJavaeePackage.getFullyQualifiedClassType(), "servletClass", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2009 |
initEAttribute(getServlet_JspFile(), theJspPackage.getJspFileType(), "jspFile", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2010 |
initEReference(getServlet_InitParams(), theJavaeePackage.getParamValue(), null, "initParams", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2011 |
initEAttribute(getServlet_LoadOnStartup(), this.getLoadOnStartupType(), "loadOnStartup", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2012 |
initEReference(getServlet_RunAs(), theJavaeePackage.getRunAs(), null, "runAs", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2013 |
initEReference(getServlet_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2014 |
initEAttribute(getServlet_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2015 |
|
2351 |
|
| 2016 |
initEClass(servletMappingEClass, ServletMapping.class, "ServletMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2352 |
/** |
| 2017 |
initEAttribute(getServletMapping_ServletName(), this.getServletNameType(), "servletName", null, 1, 1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2353 |
* <!-- begin-user-doc --> |
| 2018 |
initEReference(getServletMapping_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 1, -1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2354 |
* <!-- end-user-doc --> |
| 2019 |
initEAttribute(getServletMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2355 |
* @generated |
|
|
2356 |
*/ |
| 2357 |
public EReference getWebResourceCollection_UrlPatterns() { |
| 2358 |
return (EReference)webResourceCollectionEClass.getEStructuralFeatures().get(2); |
| 2359 |
} |
| 2020 |
|
2360 |
|
| 2021 |
initEClass(sessionConfigEClass, SessionConfig.class, "SessionConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2361 |
/** |
| 2022 |
initEAttribute(getSessionConfig_SessionTimeout(), theXMLTypePackage.getInteger(), "sessionTimeout", null, 0, 1, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2362 |
* <!-- begin-user-doc --> |
| 2023 |
initEAttribute(getSessionConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2363 |
* <!-- end-user-doc --> |
|
|
2364 |
* @generated |
| 2365 |
*/ |
| 2366 |
public EAttribute getWebResourceCollection_HttpMethods() { |
| 2367 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(3); |
| 2368 |
} |
| 2024 |
|
2369 |
|
| 2025 |
initEClass(userDataConstraintEClass, UserDataConstraint.class, "UserDataConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2370 |
/** |
| 2026 |
initEReference(getUserDataConstraint_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2371 |
* <!-- begin-user-doc --> |
| 2027 |
initEAttribute(getUserDataConstraint_TransportGuarantee(), this.getTransportGuaranteeType(), "transportGuarantee", "NONE", 1, 1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
2372 |
* <!-- end-user-doc --> |
| 2028 |
initEAttribute(getUserDataConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2373 |
* @generated |
|
|
2374 |
*/ |
| 2375 |
public EAttribute getWebResourceCollection_HttpMethodOmission() { |
| 2376 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(4); |
| 2377 |
} |
| 2029 |
|
2378 |
|
| 2030 |
initEClass(webAppEClass, WebApp.class, "WebApp", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2379 |
/** |
| 2031 |
initEAttribute(getWebApp_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2380 |
* <!-- begin-user-doc --> |
| 2032 |
initEReference(getWebApp_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2381 |
* <!-- end-user-doc --> |
| 2033 |
initEReference(getWebApp_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2382 |
* @generated |
| 2034 |
initEReference(getWebApp_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2383 |
*/ |
| 2035 |
initEReference(getWebApp_Distributables(), theJavaeePackage.getEmptyType(), null, "distributables", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2384 |
public EAttribute getWebResourceCollection_Id() { |
| 2036 |
initEReference(getWebApp_ContextParams(), theJavaeePackage.getParamValue(), null, "contextParams", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2385 |
return (EAttribute)webResourceCollectionEClass.getEStructuralFeatures().get(5); |
| 2037 |
initEReference(getWebApp_Filters(), this.getFilter(), null, "filters", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2386 |
} |
| 2038 |
initEReference(getWebApp_FilterMappings(), this.getFilterMapping(), null, "filterMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
| 2039 |
initEReference(getWebApp_Listeners(), theJavaeePackage.getListener(), null, "listeners", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2040 |
initEReference(getWebApp_Servlets(), this.getServlet(), null, "servlets", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2041 |
initEReference(getWebApp_ServletMappings(), this.getServletMapping(), null, "servletMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2042 |
initEReference(getWebApp_SessionConfigs(), this.getSessionConfig(), null, "sessionConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2043 |
initEReference(getWebApp_MimeMappings(), this.getMimeMapping(), null, "mimeMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2044 |
initEReference(getWebApp_WelcomeFileLists(), this.getWelcomeFileList(), null, "welcomeFileLists", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2045 |
initEReference(getWebApp_ErrorPages(), this.getErrorPage(), null, "errorPages", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2046 |
initEReference(getWebApp_JspConfigs(), theJspPackage.getJspConfig(), null, "jspConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2047 |
initEReference(getWebApp_SecurityConstraints(), this.getSecurityConstraint(), null, "securityConstraints", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2048 |
initEReference(getWebApp_LoginConfigs(), this.getLoginConfig(), null, "loginConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2049 |
initEReference(getWebApp_SecurityRoles(), theJavaeePackage.getSecurityRole(), null, "securityRoles", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2050 |
initEReference(getWebApp_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2051 |
initEReference(getWebApp_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2052 |
initEReference(getWebApp_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2053 |
initEReference(getWebApp_ServiceRefs(), theJavaeePackage.getServiceRef(), null, "serviceRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2054 |
initEReference(getWebApp_ResourceRefs(), theJavaeePackage.getResourceRef(), null, "resourceRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2055 |
initEReference(getWebApp_ResourceEnvRefs(), theJavaeePackage.getResourceEnvRef(), null, "resourceEnvRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2056 |
initEReference(getWebApp_MessageDestinationRefs(), theJavaeePackage.getMessageDestinationRef(), null, "messageDestinationRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2057 |
initEReference(getWebApp_PersistenceContextRefs(), theJavaeePackage.getPersistenceContextRef(), null, "persistenceContextRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2058 |
initEReference(getWebApp_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2059 |
initEReference(getWebApp_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2060 |
initEReference(getWebApp_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2061 |
initEReference(getWebApp_MessageDestinations(), theJavaeePackage.getMessageDestination(), null, "messageDestinations", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2062 |
initEReference(getWebApp_LocalEncodingMappingsLists(), this.getLocaleEncodingMappingList(), null, "localEncodingMappingsLists", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2063 |
initEAttribute(getWebApp_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2064 |
initEAttribute(getWebApp_MetadataComplete(), theXMLTypePackage.getBoolean(), "metadataComplete", null, 0, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2065 |
initEAttribute(getWebApp_Version(), this.getWebAppVersionType(), "version", "2.5", 1, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
| 2066 |
|
2387 |
|
| 2067 |
initEClass(webAppDeploymentDescriptorEClass, WebAppDeploymentDescriptor.class, "WebAppDeploymentDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2388 |
/** |
| 2068 |
initEAttribute(getWebAppDeploymentDescriptor_Mixed(), ecorePackage.getEFeatureMapEntry(), "mixed", null, 0, -1, null, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2389 |
* <!-- begin-user-doc --> |
| 2069 |
initEReference(getWebAppDeploymentDescriptor_XMLNSPrefixMap(), ecorePackage.getEStringToStringMapEntry(), null, "xMLNSPrefixMap", null, 0, -1, null, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2390 |
* <!-- end-user-doc --> |
| 2070 |
initEReference(getWebAppDeploymentDescriptor_XSISchemaLocation(), ecorePackage.getEStringToStringMapEntry(), null, "xSISchemaLocation", null, 0, -1, null, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2391 |
* @generated |
| 2071 |
initEReference(getWebAppDeploymentDescriptor_WebApp(), this.getWebApp(), null, "webApp", null, 0, -2, null, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2392 |
*/ |
|
|
2393 |
public EClass getWelcomeFileList() { |
| 2394 |
return welcomeFileListEClass; |
| 2395 |
} |
| 2072 |
|
2396 |
|
| 2073 |
initEClass(webResourceCollectionEClass, WebResourceCollection.class, "WebResourceCollection", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2397 |
/** |
| 2074 |
initEAttribute(getWebResourceCollection_WebResourceName(), theXMLTypePackage.getToken(), "webResourceName", null, 1, 1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2398 |
* <!-- begin-user-doc --> |
| 2075 |
initEReference(getWebResourceCollection_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2399 |
* <!-- end-user-doc --> |
| 2076 |
initEReference(getWebResourceCollection_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 1, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2400 |
* @generated |
| 2077 |
initEAttribute(getWebResourceCollection_HttpMethods(), this.getHttpMethodType(), "httpMethods", null, 0, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2401 |
*/ |
| 2078 |
initEAttribute(getWebResourceCollection_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2402 |
public EAttribute getWelcomeFileList_WelcomeFiles() { |
|
|
2403 |
return (EAttribute)welcomeFileListEClass.getEStructuralFeatures().get(0); |
| 2404 |
} |
| 2079 |
|
2405 |
|
| 2080 |
initEClass(welcomeFileListEClass, WelcomeFileList.class, "WelcomeFileList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2406 |
/** |
| 2081 |
initEAttribute(getWelcomeFileList_WelcomeFiles(), theXMLTypePackage.getString(), "welcomeFiles", null, 1, -1, WelcomeFileList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2407 |
* <!-- begin-user-doc --> |
| 2082 |
initEAttribute(getWelcomeFileList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WelcomeFileList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
2408 |
* <!-- end-user-doc --> |
|
|
2409 |
* @generated |
| 2410 |
*/ |
| 2411 |
public EAttribute getWelcomeFileList_Id() { |
| 2412 |
return (EAttribute)welcomeFileListEClass.getEStructuralFeatures().get(1); |
| 2413 |
} |
| 2083 |
|
2414 |
|
| 2084 |
// Initialize enums and add enum literals |
2415 |
/** |
| 2085 |
initEEnum(dispatcherTypeEEnum, DispatcherType.class, "DispatcherType"); //$NON-NLS-1$ |
2416 |
* <!-- begin-user-doc --> |
| 2086 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.FORWARD_LITERAL); |
2417 |
* <!-- end-user-doc --> |
| 2087 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.INCLUDE_LITERAL); |
2418 |
* @generated |
| 2088 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.REQUEST_LITERAL); |
2419 |
*/ |
| 2089 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.ERROR_LITERAL); |
2420 |
public EEnum getDispatcherType() { |
|
|
2421 |
return dispatcherTypeEEnum; |
| 2422 |
} |
| 2090 |
|
2423 |
|
| 2091 |
initEEnum(nullCharTypeEEnum, NullCharType.class, "NullCharType"); //$NON-NLS-1$ |
2424 |
/** |
| 2092 |
addEEnumLiteral(nullCharTypeEEnum, NullCharType.__LITERAL); |
2425 |
* <!-- begin-user-doc --> |
|
|
2426 |
* <!-- end-user-doc --> |
| 2427 |
* @generated |
| 2428 |
*/ |
| 2429 |
public EEnum getNullCharType() { |
| 2430 |
return nullCharTypeEEnum; |
| 2431 |
} |
| 2093 |
|
2432 |
|
| 2094 |
initEEnum(transportGuaranteeTypeEEnum, TransportGuaranteeType.class, "TransportGuaranteeType"); //$NON-NLS-1$ |
2433 |
/** |
| 2095 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.NONE_LITERAL); |
2434 |
* <!-- begin-user-doc --> |
| 2096 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.INTEGRAL_LITERAL); |
2435 |
* <!-- end-user-doc --> |
| 2097 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.CONFIDENTIAL_LITERAL); |
2436 |
* @generated |
|
|
2437 |
*/ |
| 2438 |
public EEnum getTrackingModeType() { |
| 2439 |
return trackingModeTypeEEnum; |
| 2440 |
} |
| 2098 |
|
2441 |
|
| 2099 |
initEEnum(webAppVersionTypeEEnum, WebAppVersionType.class, "WebAppVersionType"); //$NON-NLS-1$ |
2442 |
/** |
| 2100 |
addEEnumLiteral(webAppVersionTypeEEnum, WebAppVersionType._25_LITERAL); |
2443 |
* <!-- begin-user-doc --> |
|
|
2444 |
* <!-- end-user-doc --> |
| 2445 |
* @generated |
| 2446 |
*/ |
| 2447 |
public EEnum getTransportGuaranteeType() { |
| 2448 |
return transportGuaranteeTypeEEnum; |
| 2449 |
} |
| 2101 |
|
2450 |
|
| 2102 |
// Initialize data types |
2451 |
/** |
| 2103 |
initEDataType(authMethodTypeEDataType, String.class, "AuthMethodType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2452 |
* <!-- begin-user-doc --> |
| 2104 |
initEDataType(dispatcherTypeObjectEDataType, DispatcherType.class, "DispatcherTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2453 |
* <!-- end-user-doc --> |
| 2105 |
initEDataType(encodingTypeEDataType, String.class, "EncodingType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2454 |
* @generated |
| 2106 |
initEDataType(errorCodeTypeEDataType, BigInteger.class, "ErrorCodeType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2455 |
*/ |
| 2107 |
initEDataType(filterNameTypeEDataType, String.class, "FilterNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2456 |
public EEnum getWebAppVersionType() { |
| 2108 |
initEDataType(httpMethodTypeEDataType, String.class, "HttpMethodType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2457 |
return webAppVersionTypeEEnum; |
| 2109 |
initEDataType(loadOnStartupTypeEDataType, Object.class, "LoadOnStartupType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
2458 |
} |
| 2110 |
initEDataType(localeTypeEDataType, String.class, "LocaleType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
| 2111 |
initEDataType(mimeTypeTypeEDataType, String.class, "MimeTypeType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2112 |
initEDataType(nonEmptyStringTypeEDataType, String.class, "NonEmptyStringType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2113 |
initEDataType(nullCharTypeObjectEDataType, NullCharType.class, "NullCharTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2114 |
initEDataType(servletNameTypeEDataType, String.class, "ServletNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2115 |
initEDataType(transportGuaranteeTypeObjectEDataType, TransportGuaranteeType.class, "TransportGuaranteeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2116 |
initEDataType(warPathTypeEDataType, String.class, "WarPathType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2117 |
initEDataType(webAppVersionTypeObjectEDataType, WebAppVersionType.class, "WebAppVersionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2118 |
|
2459 |
|
| 2119 |
// Create resource |
2460 |
/** |
| 2120 |
createResource(eNS_URI); |
2461 |
* <!-- begin-user-doc --> |
|
|
2462 |
* <!-- end-user-doc --> |
| 2463 |
* @generated |
| 2464 |
*/ |
| 2465 |
public EDataType getAuthMethodType() { |
| 2466 |
return authMethodTypeEDataType; |
| 2467 |
} |
| 2121 |
|
2468 |
|
| 2122 |
// Create annotations |
2469 |
/** |
| 2123 |
// http:///org/eclipse/emf/ecore/util/ExtendedMetaData |
2470 |
* <!-- begin-user-doc --> |
| 2124 |
createExtendedMetaDataAnnotations(); |
2471 |
* <!-- end-user-doc --> |
|
|
2472 |
* @generated |
| 2473 |
*/ |
| 2474 |
public EDataType getDispatcherTypeObject() { |
| 2475 |
return dispatcherTypeObjectEDataType; |
| 2125 |
} |
2476 |
} |
| 2126 |
|
2477 |
|
| 2127 |
/** |
2478 |
/** |
| 2128 |
* Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>. |
|
|
| 2129 |
* <!-- begin-user-doc --> |
2479 |
* <!-- begin-user-doc --> |
| 2130 |
* <!-- end-user-doc --> |
2480 |
* <!-- end-user-doc --> |
| 2131 |
* @generated |
2481 |
* @generated |
| 2132 |
*/ |
2482 |
*/ |
| 2133 |
protected void createExtendedMetaDataAnnotations() { |
2483 |
public EDataType getEncodingType() { |
| 2134 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
2484 |
return encodingTypeEDataType; |
|
|
2485 |
} |
| 2486 |
|
| 2487 |
/** |
| 2488 |
* <!-- begin-user-doc --> |
| 2489 |
* <!-- end-user-doc --> |
| 2490 |
* @generated |
| 2491 |
*/ |
| 2492 |
public EDataType getErrorCodeType() { |
| 2493 |
return errorCodeTypeEDataType; |
| 2494 |
} |
| 2495 |
|
| 2496 |
/** |
| 2497 |
* <!-- begin-user-doc --> |
| 2498 |
* <!-- end-user-doc --> |
| 2499 |
* @generated |
| 2500 |
*/ |
| 2501 |
public EDataType getFilterNameType() { |
| 2502 |
return filterNameTypeEDataType; |
| 2503 |
} |
| 2504 |
|
| 2505 |
/** |
| 2506 |
* <!-- begin-user-doc --> |
| 2507 |
* <!-- end-user-doc --> |
| 2508 |
* @generated |
| 2509 |
*/ |
| 2510 |
public EDataType getHttpMethodType() { |
| 2511 |
return httpMethodTypeEDataType; |
| 2512 |
} |
| 2513 |
|
| 2514 |
/** |
| 2515 |
* <!-- begin-user-doc --> |
| 2516 |
* <!-- end-user-doc --> |
| 2517 |
* @generated |
| 2518 |
*/ |
| 2519 |
public EDataType getLoadOnStartupType() { |
| 2520 |
return loadOnStartupTypeEDataType; |
| 2521 |
} |
| 2522 |
|
| 2523 |
/** |
| 2524 |
* <!-- begin-user-doc --> |
| 2525 |
* <!-- end-user-doc --> |
| 2526 |
* @generated |
| 2527 |
*/ |
| 2528 |
public EDataType getLocaleType() { |
| 2529 |
return localeTypeEDataType; |
| 2530 |
} |
| 2531 |
|
| 2532 |
/** |
| 2533 |
* <!-- begin-user-doc --> |
| 2534 |
* <!-- end-user-doc --> |
| 2535 |
* @generated |
| 2536 |
*/ |
| 2537 |
public EDataType getMimeTypeType() { |
| 2538 |
return mimeTypeTypeEDataType; |
| 2539 |
} |
| 2540 |
|
| 2541 |
/** |
| 2542 |
* <!-- begin-user-doc --> |
| 2543 |
* <!-- end-user-doc --> |
| 2544 |
* @generated |
| 2545 |
*/ |
| 2546 |
public EDataType getNonEmptyStringType() { |
| 2547 |
return nonEmptyStringTypeEDataType; |
| 2548 |
} |
| 2549 |
|
| 2550 |
/** |
| 2551 |
* <!-- begin-user-doc --> |
| 2552 |
* <!-- end-user-doc --> |
| 2553 |
* @generated |
| 2554 |
*/ |
| 2555 |
public EDataType getNullCharTypeObject() { |
| 2556 |
return nullCharTypeObjectEDataType; |
| 2557 |
} |
| 2558 |
|
| 2559 |
/** |
| 2560 |
* <!-- begin-user-doc --> |
| 2561 |
* <!-- end-user-doc --> |
| 2562 |
* @generated |
| 2563 |
*/ |
| 2564 |
public EDataType getServletNameType() { |
| 2565 |
return servletNameTypeEDataType; |
| 2566 |
} |
| 2567 |
|
| 2568 |
/** |
| 2569 |
* <!-- begin-user-doc --> |
| 2570 |
* <!-- end-user-doc --> |
| 2571 |
* @generated |
| 2572 |
*/ |
| 2573 |
public EDataType getTrackingModeTypeObject() { |
| 2574 |
return trackingModeTypeObjectEDataType; |
| 2575 |
} |
| 2576 |
|
| 2577 |
/** |
| 2578 |
* <!-- begin-user-doc --> |
| 2579 |
* <!-- end-user-doc --> |
| 2580 |
* @generated |
| 2581 |
*/ |
| 2582 |
public EDataType getTransportGuaranteeTypeObject() { |
| 2583 |
return transportGuaranteeTypeObjectEDataType; |
| 2584 |
} |
| 2585 |
|
| 2586 |
/** |
| 2587 |
* <!-- begin-user-doc --> |
| 2588 |
* <!-- end-user-doc --> |
| 2589 |
* @generated |
| 2590 |
*/ |
| 2591 |
public EDataType getWarPathType() { |
| 2592 |
return warPathTypeEDataType; |
| 2593 |
} |
| 2594 |
|
| 2595 |
/** |
| 2596 |
* <!-- begin-user-doc --> |
| 2597 |
* <!-- end-user-doc --> |
| 2598 |
* @generated |
| 2599 |
*/ |
| 2600 |
public EDataType getWebAppVersionTypeObject() { |
| 2601 |
return webAppVersionTypeObjectEDataType; |
| 2602 |
} |
| 2603 |
|
| 2604 |
/** |
| 2605 |
* <!-- begin-user-doc --> |
| 2606 |
* <!-- end-user-doc --> |
| 2607 |
* @generated |
| 2608 |
*/ |
| 2609 |
public WebFactory getWebFactory() { |
| 2610 |
return (WebFactory)getEFactoryInstance(); |
| 2611 |
} |
| 2612 |
|
| 2613 |
/** |
| 2614 |
* <!-- begin-user-doc --> |
| 2615 |
* <!-- end-user-doc --> |
| 2616 |
* @generated |
| 2617 |
*/ |
| 2618 |
private boolean isCreated = false; |
| 2619 |
|
| 2620 |
/** |
| 2621 |
* Creates the meta-model objects for the package. This method is |
| 2622 |
* guarded to have no affect on any invocation but its first. |
| 2623 |
* <!-- begin-user-doc --> |
| 2624 |
* <!-- end-user-doc --> |
| 2625 |
* @generated |
| 2626 |
*/ |
| 2627 |
public void createPackageContents() { |
| 2628 |
if (isCreated) return; |
| 2629 |
isCreated = true; |
| 2630 |
|
| 2631 |
// Create classes and their features |
| 2632 |
absoluteOrderingTypeEClass = createEClass(ABSOLUTE_ORDERING_TYPE); |
| 2633 |
createEAttribute(absoluteOrderingTypeEClass, ABSOLUTE_ORDERING_TYPE__GROUP); |
| 2634 |
createEAttribute(absoluteOrderingTypeEClass, ABSOLUTE_ORDERING_TYPE__NAME); |
| 2635 |
createEReference(absoluteOrderingTypeEClass, ABSOLUTE_ORDERING_TYPE__OTHERS); |
| 2636 |
|
| 2637 |
authConstraintEClass = createEClass(AUTH_CONSTRAINT); |
| 2638 |
createEReference(authConstraintEClass, AUTH_CONSTRAINT__DESCRIPTIONS); |
| 2639 |
createEAttribute(authConstraintEClass, AUTH_CONSTRAINT__ROLE_NAMES); |
| 2640 |
createEAttribute(authConstraintEClass, AUTH_CONSTRAINT__ID); |
| 2641 |
|
| 2642 |
cookieCommentTypeEClass = createEClass(COOKIE_COMMENT_TYPE); |
| 2643 |
createEAttribute(cookieCommentTypeEClass, COOKIE_COMMENT_TYPE__VALUE); |
| 2644 |
|
| 2645 |
cookieConfigTypeEClass = createEClass(COOKIE_CONFIG_TYPE); |
| 2646 |
createEReference(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__NAME); |
| 2647 |
createEReference(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__DOMAIN); |
| 2648 |
createEReference(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__PATH); |
| 2649 |
createEReference(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__COMMENT); |
| 2650 |
createEAttribute(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__HTTP_ONLY); |
| 2651 |
createEAttribute(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__SECURE); |
| 2652 |
createEAttribute(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__MAX_AGE); |
| 2653 |
createEAttribute(cookieConfigTypeEClass, COOKIE_CONFIG_TYPE__ID); |
| 2654 |
|
| 2655 |
cookieDomainTypeEClass = createEClass(COOKIE_DOMAIN_TYPE); |
| 2656 |
createEAttribute(cookieDomainTypeEClass, COOKIE_DOMAIN_TYPE__VALUE); |
| 2657 |
|
| 2658 |
cookieNameTypeEClass = createEClass(COOKIE_NAME_TYPE); |
| 2659 |
createEAttribute(cookieNameTypeEClass, COOKIE_NAME_TYPE__VALUE); |
| 2660 |
|
| 2661 |
cookiePathTypeEClass = createEClass(COOKIE_PATH_TYPE); |
| 2662 |
createEAttribute(cookiePathTypeEClass, COOKIE_PATH_TYPE__VALUE); |
| 2663 |
|
| 2664 |
errorPageEClass = createEClass(ERROR_PAGE); |
| 2665 |
createEAttribute(errorPageEClass, ERROR_PAGE__ERROR_CODE); |
| 2666 |
createEAttribute(errorPageEClass, ERROR_PAGE__EXCEPTION_TYPE); |
| 2667 |
createEAttribute(errorPageEClass, ERROR_PAGE__LOCATION); |
| 2668 |
createEAttribute(errorPageEClass, ERROR_PAGE__ID); |
| 2669 |
|
| 2670 |
filterEClass = createEClass(FILTER); |
| 2671 |
createEReference(filterEClass, FILTER__DESCRIPTIONS); |
| 2672 |
createEReference(filterEClass, FILTER__DISPLAY_NAMES); |
| 2673 |
createEReference(filterEClass, FILTER__ICONS); |
| 2674 |
createEAttribute(filterEClass, FILTER__FILTER_NAME); |
| 2675 |
createEAttribute(filterEClass, FILTER__FILTER_CLASS); |
| 2676 |
createEAttribute(filterEClass, FILTER__ASYNC_SUPPORTED); |
| 2677 |
createEReference(filterEClass, FILTER__INIT_PARAMS); |
| 2678 |
createEAttribute(filterEClass, FILTER__ID); |
| 2679 |
|
| 2680 |
filterMappingEClass = createEClass(FILTER_MAPPING); |
| 2681 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__FILTER_NAME); |
| 2682 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__GROUP); |
| 2683 |
createEReference(filterMappingEClass, FILTER_MAPPING__URL_PATTERNS); |
| 2684 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__SERVLET_NAMES); |
| 2685 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__DISPATCHERS); |
| 2686 |
createEAttribute(filterMappingEClass, FILTER_MAPPING__ID); |
| 2687 |
|
| 2688 |
formLoginConfigEClass = createEClass(FORM_LOGIN_CONFIG); |
| 2689 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__FORM_LOGIN_PAGE); |
| 2690 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__FORM_ERROR_PAGE); |
| 2691 |
createEAttribute(formLoginConfigEClass, FORM_LOGIN_CONFIG__ID); |
| 2692 |
|
| 2693 |
localeEncodingMappingEClass = createEClass(LOCALE_ENCODING_MAPPING); |
| 2694 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__LOCALE); |
| 2695 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__ENCODING); |
| 2696 |
createEAttribute(localeEncodingMappingEClass, LOCALE_ENCODING_MAPPING__ID); |
| 2697 |
|
| 2698 |
localeEncodingMappingListEClass = createEClass(LOCALE_ENCODING_MAPPING_LIST); |
| 2699 |
createEReference(localeEncodingMappingListEClass, LOCALE_ENCODING_MAPPING_LIST__LOCAL_ENCODING_MAPPINGS); |
| 2700 |
createEAttribute(localeEncodingMappingListEClass, LOCALE_ENCODING_MAPPING_LIST__ID); |
| 2701 |
|
| 2702 |
loginConfigEClass = createEClass(LOGIN_CONFIG); |
| 2703 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__AUTH_METHOD); |
| 2704 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__REALM_NAME); |
| 2705 |
createEReference(loginConfigEClass, LOGIN_CONFIG__FORM_LOGIN_CONFIG); |
| 2706 |
createEAttribute(loginConfigEClass, LOGIN_CONFIG__ID); |
| 2707 |
|
| 2708 |
mimeMappingEClass = createEClass(MIME_MAPPING); |
| 2709 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__EXTENSION); |
| 2710 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__MIME_TYPE); |
| 2711 |
createEAttribute(mimeMappingEClass, MIME_MAPPING__ID); |
| 2712 |
|
| 2713 |
multipartConfigTypeEClass = createEClass(MULTIPART_CONFIG_TYPE); |
| 2714 |
createEAttribute(multipartConfigTypeEClass, MULTIPART_CONFIG_TYPE__LOCATION); |
| 2715 |
createEAttribute(multipartConfigTypeEClass, MULTIPART_CONFIG_TYPE__MAX_FILE_SIZE); |
| 2716 |
createEAttribute(multipartConfigTypeEClass, MULTIPART_CONFIG_TYPE__MAX_REQUEST_SIZE); |
| 2717 |
createEAttribute(multipartConfigTypeEClass, MULTIPART_CONFIG_TYPE__FILE_SIZE_THRESHOLD); |
| 2718 |
|
| 2719 |
orderingOrderingTypeEClass = createEClass(ORDERING_ORDERING_TYPE); |
| 2720 |
createEAttribute(orderingOrderingTypeEClass, ORDERING_ORDERING_TYPE__NAME); |
| 2721 |
createEReference(orderingOrderingTypeEClass, ORDERING_ORDERING_TYPE__OTHERS); |
| 2722 |
|
| 2723 |
orderingOthersTypeEClass = createEClass(ORDERING_OTHERS_TYPE); |
| 2724 |
createEAttribute(orderingOthersTypeEClass, ORDERING_OTHERS_TYPE__ID); |
| 2725 |
|
| 2726 |
orderingTypeEClass = createEClass(ORDERING_TYPE); |
| 2727 |
createEReference(orderingTypeEClass, ORDERING_TYPE__AFTER); |
| 2728 |
createEReference(orderingTypeEClass, ORDERING_TYPE__BEFORE); |
| 2729 |
|
| 2730 |
securityConstraintEClass = createEClass(SECURITY_CONSTRAINT); |
| 2731 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__DISPLAY_NAMES); |
| 2732 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__WEB_RESOURCE_COLLECTIONS); |
| 2733 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__AUTH_CONSTRAINT); |
| 2734 |
createEReference(securityConstraintEClass, SECURITY_CONSTRAINT__USER_DATA_CONSTRAINT); |
| 2735 |
createEAttribute(securityConstraintEClass, SECURITY_CONSTRAINT__ID); |
| 2736 |
|
| 2737 |
servletEClass = createEClass(SERVLET); |
| 2738 |
createEReference(servletEClass, SERVLET__DESCRIPTIONS); |
| 2739 |
createEReference(servletEClass, SERVLET__DISPLAY_NAMES); |
| 2740 |
createEReference(servletEClass, SERVLET__ICONS); |
| 2741 |
createEAttribute(servletEClass, SERVLET__SERVLET_NAME); |
| 2742 |
createEAttribute(servletEClass, SERVLET__SERVLET_CLASS); |
| 2743 |
createEAttribute(servletEClass, SERVLET__JSP_FILE); |
| 2744 |
createEReference(servletEClass, SERVLET__INIT_PARAMS); |
| 2745 |
createEAttribute(servletEClass, SERVLET__LOAD_ON_STARTUP); |
| 2746 |
createEAttribute(servletEClass, SERVLET__ENABLED); |
| 2747 |
createEAttribute(servletEClass, SERVLET__ASYNC_SUPPORTED); |
| 2748 |
createEReference(servletEClass, SERVLET__RUN_AS); |
| 2749 |
createEReference(servletEClass, SERVLET__SECURITY_ROLE_REFS); |
| 2750 |
createEReference(servletEClass, SERVLET__MULTIPART_CONFIG); |
| 2751 |
createEAttribute(servletEClass, SERVLET__ID); |
| 2752 |
|
| 2753 |
servletMappingEClass = createEClass(SERVLET_MAPPING); |
| 2754 |
createEAttribute(servletMappingEClass, SERVLET_MAPPING__SERVLET_NAME); |
| 2755 |
createEReference(servletMappingEClass, SERVLET_MAPPING__URL_PATTERNS); |
| 2756 |
createEAttribute(servletMappingEClass, SERVLET_MAPPING__ID); |
| 2757 |
|
| 2758 |
sessionConfigEClass = createEClass(SESSION_CONFIG); |
| 2759 |
createEAttribute(sessionConfigEClass, SESSION_CONFIG__SESSION_TIMEOUT); |
| 2760 |
createEReference(sessionConfigEClass, SESSION_CONFIG__COOKIE_CONFIG); |
| 2761 |
createEAttribute(sessionConfigEClass, SESSION_CONFIG__TRACKING_MODE); |
| 2762 |
createEAttribute(sessionConfigEClass, SESSION_CONFIG__ID); |
| 2763 |
|
| 2764 |
userDataConstraintEClass = createEClass(USER_DATA_CONSTRAINT); |
| 2765 |
createEReference(userDataConstraintEClass, USER_DATA_CONSTRAINT__DESCRIPTIONS); |
| 2766 |
createEAttribute(userDataConstraintEClass, USER_DATA_CONSTRAINT__TRANSPORT_GUARANTEE); |
| 2767 |
createEAttribute(userDataConstraintEClass, USER_DATA_CONSTRAINT__ID); |
| 2768 |
|
| 2769 |
webAppEClass = createEClass(WEB_APP); |
| 2770 |
createEAttribute(webAppEClass, WEB_APP__GROUP); |
| 2771 |
createEReference(webAppEClass, WEB_APP__DESCRIPTIONS); |
| 2772 |
createEReference(webAppEClass, WEB_APP__DISPLAY_NAMES); |
| 2773 |
createEReference(webAppEClass, WEB_APP__ICONS); |
| 2774 |
createEAttribute(webAppEClass, WEB_APP__NAME); |
| 2775 |
createEReference(webAppEClass, WEB_APP__DISTRIBUTABLES); |
| 2776 |
createEReference(webAppEClass, WEB_APP__CONTEXT_PARAMS); |
| 2777 |
createEReference(webAppEClass, WEB_APP__FILTERS); |
| 2778 |
createEReference(webAppEClass, WEB_APP__FILTER_MAPPINGS); |
| 2779 |
createEReference(webAppEClass, WEB_APP__LISTENERS); |
| 2780 |
createEReference(webAppEClass, WEB_APP__SERVLETS); |
| 2781 |
createEReference(webAppEClass, WEB_APP__SERVLET_MAPPINGS); |
| 2782 |
createEReference(webAppEClass, WEB_APP__SESSION_CONFIGS); |
| 2783 |
createEReference(webAppEClass, WEB_APP__MIME_MAPPINGS); |
| 2784 |
createEReference(webAppEClass, WEB_APP__WELCOME_FILE_LISTS); |
| 2785 |
createEReference(webAppEClass, WEB_APP__ERROR_PAGES); |
| 2786 |
createEReference(webAppEClass, WEB_APP__JSP_CONFIGS); |
| 2787 |
createEReference(webAppEClass, WEB_APP__SECURITY_CONSTRAINTS); |
| 2788 |
createEReference(webAppEClass, WEB_APP__LOGIN_CONFIGS); |
| 2789 |
createEReference(webAppEClass, WEB_APP__SECURITY_ROLES); |
| 2790 |
createEReference(webAppEClass, WEB_APP__ENV_ENTRIES); |
| 2791 |
createEReference(webAppEClass, WEB_APP__EJB_REFS); |
| 2792 |
createEReference(webAppEClass, WEB_APP__EJB_LOCAL_REFS); |
| 2793 |
createEReference(webAppEClass, WEB_APP__SERVICE_REFS); |
| 2794 |
createEReference(webAppEClass, WEB_APP__RESOURCE_REFS); |
| 2795 |
createEReference(webAppEClass, WEB_APP__RESOURCE_ENV_REFS); |
| 2796 |
createEReference(webAppEClass, WEB_APP__MESSAGE_DESTINATION_REFS); |
| 2797 |
createEReference(webAppEClass, WEB_APP__PERSISTENCE_CONTEXT_REFS); |
| 2798 |
createEReference(webAppEClass, WEB_APP__PERSISTENCE_UNIT_REFS); |
| 2799 |
createEReference(webAppEClass, WEB_APP__POST_CONSTRUCTS); |
| 2800 |
createEReference(webAppEClass, WEB_APP__PRE_DESTROYS); |
| 2801 |
createEReference(webAppEClass, WEB_APP__DATA_SOURCE); |
| 2802 |
createEReference(webAppEClass, WEB_APP__MESSAGE_DESTINATIONS); |
| 2803 |
createEReference(webAppEClass, WEB_APP__LOCAL_ENCODING_MAPPINGS_LISTS); |
| 2804 |
createEAttribute(webAppEClass, WEB_APP__MODULE_NAME); |
| 2805 |
createEReference(webAppEClass, WEB_APP__ABSOLUTE_ORDERING); |
| 2806 |
createEAttribute(webAppEClass, WEB_APP__ID); |
| 2807 |
createEAttribute(webAppEClass, WEB_APP__METADATA_COMPLETE); |
| 2808 |
createEAttribute(webAppEClass, WEB_APP__VERSION); |
| 2809 |
|
| 2810 |
webAppDeploymentDescriptorEClass = createEClass(WEB_APP_DEPLOYMENT_DESCRIPTOR); |
| 2811 |
createEAttribute(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__MIXED); |
| 2812 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__XMLNS_PREFIX_MAP); |
| 2813 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__XSI_SCHEMA_LOCATION); |
| 2814 |
createEReference(webAppDeploymentDescriptorEClass, WEB_APP_DEPLOYMENT_DESCRIPTOR__WEB_APP); |
| 2815 |
|
| 2816 |
webFragmentEClass = createEClass(WEB_FRAGMENT); |
| 2817 |
createEAttribute(webFragmentEClass, WEB_FRAGMENT__GROUP); |
| 2818 |
createEReference(webFragmentEClass, WEB_FRAGMENT__DESCRIPTIONS); |
| 2819 |
createEReference(webFragmentEClass, WEB_FRAGMENT__DISPLAY_NAMES); |
| 2820 |
createEReference(webFragmentEClass, WEB_FRAGMENT__ICONS); |
| 2821 |
createEAttribute(webFragmentEClass, WEB_FRAGMENT__NAME); |
| 2822 |
createEReference(webFragmentEClass, WEB_FRAGMENT__DISTRIBUTABLES); |
| 2823 |
createEReference(webFragmentEClass, WEB_FRAGMENT__CONTEXT_PARAMS); |
| 2824 |
createEReference(webFragmentEClass, WEB_FRAGMENT__FILTERS); |
| 2825 |
createEReference(webFragmentEClass, WEB_FRAGMENT__FILTER_MAPPINGS); |
| 2826 |
createEReference(webFragmentEClass, WEB_FRAGMENT__LISTENERS); |
| 2827 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SERVLETS); |
| 2828 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SERVLET_MAPPINGS); |
| 2829 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SESSION_CONFIGS); |
| 2830 |
createEReference(webFragmentEClass, WEB_FRAGMENT__MIME_MAPPINGS); |
| 2831 |
createEReference(webFragmentEClass, WEB_FRAGMENT__WELCOME_FILE_LISTS); |
| 2832 |
createEReference(webFragmentEClass, WEB_FRAGMENT__ERROR_PAGES); |
| 2833 |
createEReference(webFragmentEClass, WEB_FRAGMENT__JSP_CONFIGS); |
| 2834 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SECURITY_CONSTRAINTS); |
| 2835 |
createEReference(webFragmentEClass, WEB_FRAGMENT__LOGIN_CONFIGS); |
| 2836 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SECURITY_ROLES); |
| 2837 |
createEReference(webFragmentEClass, WEB_FRAGMENT__ENV_ENTRIES); |
| 2838 |
createEReference(webFragmentEClass, WEB_FRAGMENT__EJB_REFS); |
| 2839 |
createEReference(webFragmentEClass, WEB_FRAGMENT__EJB_LOCAL_REFS); |
| 2840 |
createEReference(webFragmentEClass, WEB_FRAGMENT__SERVICE_REFS); |
| 2841 |
createEReference(webFragmentEClass, WEB_FRAGMENT__RESOURCE_REFS); |
| 2842 |
createEReference(webFragmentEClass, WEB_FRAGMENT__RESOURCE_ENV_REFS); |
| 2843 |
createEReference(webFragmentEClass, WEB_FRAGMENT__MESSAGE_DESTINATION_REFS); |
| 2844 |
createEReference(webFragmentEClass, WEB_FRAGMENT__PERSISTENCE_CONTEXT_REFS); |
| 2845 |
createEReference(webFragmentEClass, WEB_FRAGMENT__PERSISTENCE_UNIT_REFS); |
| 2846 |
createEReference(webFragmentEClass, WEB_FRAGMENT__POST_CONSTRUCTS); |
| 2847 |
createEReference(webFragmentEClass, WEB_FRAGMENT__PRE_DESTROYS); |
| 2848 |
createEReference(webFragmentEClass, WEB_FRAGMENT__DATA_SOURCE); |
| 2849 |
createEReference(webFragmentEClass, WEB_FRAGMENT__MESSAGE_DESTINATIONS); |
| 2850 |
createEReference(webFragmentEClass, WEB_FRAGMENT__LOCAL_ENCODING_MAPPINGS_LISTS); |
| 2851 |
createEReference(webFragmentEClass, WEB_FRAGMENT__ORDERING); |
| 2852 |
createEAttribute(webFragmentEClass, WEB_FRAGMENT__ID); |
| 2853 |
createEAttribute(webFragmentEClass, WEB_FRAGMENT__METADATA_COMPLETE); |
| 2854 |
createEAttribute(webFragmentEClass, WEB_FRAGMENT__VERSION); |
| 2855 |
|
| 2856 |
webResourceCollectionEClass = createEClass(WEB_RESOURCE_COLLECTION); |
| 2857 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__WEB_RESOURCE_NAME); |
| 2858 |
createEReference(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__DESCRIPTIONS); |
| 2859 |
createEReference(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__URL_PATTERNS); |
| 2860 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__HTTP_METHODS); |
| 2861 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__HTTP_METHOD_OMISSION); |
| 2862 |
createEAttribute(webResourceCollectionEClass, WEB_RESOURCE_COLLECTION__ID); |
| 2863 |
|
| 2864 |
welcomeFileListEClass = createEClass(WELCOME_FILE_LIST); |
| 2865 |
createEAttribute(welcomeFileListEClass, WELCOME_FILE_LIST__WELCOME_FILES); |
| 2866 |
createEAttribute(welcomeFileListEClass, WELCOME_FILE_LIST__ID); |
| 2867 |
|
| 2868 |
// Create enums |
| 2869 |
dispatcherTypeEEnum = createEEnum(DISPATCHER_TYPE); |
| 2870 |
nullCharTypeEEnum = createEEnum(NULL_CHAR_TYPE); |
| 2871 |
trackingModeTypeEEnum = createEEnum(TRACKING_MODE_TYPE); |
| 2872 |
transportGuaranteeTypeEEnum = createEEnum(TRANSPORT_GUARANTEE_TYPE); |
| 2873 |
webAppVersionTypeEEnum = createEEnum(WEB_APP_VERSION_TYPE); |
| 2874 |
|
| 2875 |
// Create data types |
| 2876 |
authMethodTypeEDataType = createEDataType(AUTH_METHOD_TYPE); |
| 2877 |
dispatcherTypeObjectEDataType = createEDataType(DISPATCHER_TYPE_OBJECT); |
| 2878 |
encodingTypeEDataType = createEDataType(ENCODING_TYPE); |
| 2879 |
errorCodeTypeEDataType = createEDataType(ERROR_CODE_TYPE); |
| 2880 |
filterNameTypeEDataType = createEDataType(FILTER_NAME_TYPE); |
| 2881 |
httpMethodTypeEDataType = createEDataType(HTTP_METHOD_TYPE); |
| 2882 |
loadOnStartupTypeEDataType = createEDataType(LOAD_ON_STARTUP_TYPE); |
| 2883 |
localeTypeEDataType = createEDataType(LOCALE_TYPE); |
| 2884 |
mimeTypeTypeEDataType = createEDataType(MIME_TYPE_TYPE); |
| 2885 |
nonEmptyStringTypeEDataType = createEDataType(NON_EMPTY_STRING_TYPE); |
| 2886 |
nullCharTypeObjectEDataType = createEDataType(NULL_CHAR_TYPE_OBJECT); |
| 2887 |
servletNameTypeEDataType = createEDataType(SERVLET_NAME_TYPE); |
| 2888 |
trackingModeTypeObjectEDataType = createEDataType(TRACKING_MODE_TYPE_OBJECT); |
| 2889 |
transportGuaranteeTypeObjectEDataType = createEDataType(TRANSPORT_GUARANTEE_TYPE_OBJECT); |
| 2890 |
warPathTypeEDataType = createEDataType(WAR_PATH_TYPE); |
| 2891 |
webAppVersionTypeObjectEDataType = createEDataType(WEB_APP_VERSION_TYPE_OBJECT); |
| 2892 |
} |
| 2893 |
|
| 2894 |
/** |
| 2895 |
* <!-- begin-user-doc --> |
| 2896 |
* <!-- end-user-doc --> |
| 2897 |
* @generated |
| 2898 |
*/ |
| 2899 |
private boolean isInitialized = false; |
| 2900 |
|
| 2901 |
/** |
| 2902 |
* Complete the initialization of the package and its meta-model. This |
| 2903 |
* method is guarded to have no affect on any invocation but its first. |
| 2904 |
* <!-- begin-user-doc --> |
| 2905 |
* <!-- end-user-doc --> |
| 2906 |
* @generated |
| 2907 |
*/ |
| 2908 |
public void initializePackageContents() { |
| 2909 |
if (isInitialized) return; |
| 2910 |
isInitialized = true; |
| 2911 |
|
| 2912 |
// Initialize package |
| 2913 |
setName(eNAME); |
| 2914 |
setNsPrefix(eNS_PREFIX); |
| 2915 |
setNsURI(eNS_URI); |
| 2916 |
|
| 2917 |
// Obtain other dependent packages |
| 2918 |
JavaeePackage theJavaeePackage = (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
| 2919 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
| 2920 |
JspPackage theJspPackage = (JspPackage)EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI); |
| 2921 |
|
| 2922 |
// Create type parameters |
| 2923 |
|
| 2924 |
// Set bounds for type parameters |
| 2925 |
|
| 2926 |
// Add supertypes to classes |
| 2927 |
|
| 2928 |
// Initialize classes and features; add operations and parameters |
| 2929 |
initEClass(absoluteOrderingTypeEClass, AbsoluteOrderingType.class, "AbsoluteOrderingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2930 |
initEAttribute(getAbsoluteOrderingType_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, AbsoluteOrderingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2931 |
initEAttribute(getAbsoluteOrderingType_Name(), theJavaeePackage.getJavaIdentifier(), "name", null, 0, -1, AbsoluteOrderingType.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2932 |
initEReference(getAbsoluteOrderingType_Others(), this.getOrderingOthersType(), null, "others", null, 0, -1, AbsoluteOrderingType.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2933 |
|
| 2934 |
initEClass(authConstraintEClass, AuthConstraint.class, "AuthConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2935 |
initEReference(getAuthConstraint_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2936 |
initEAttribute(getAuthConstraint_RoleNames(), theJavaeePackage.getRoleName(), "roleNames", null, 0, -1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2937 |
initEAttribute(getAuthConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AuthConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2938 |
|
| 2939 |
initEClass(cookieCommentTypeEClass, CookieCommentType.class, "CookieCommentType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2940 |
initEAttribute(getCookieCommentType_Value(), this.getNonEmptyStringType(), "value", null, 0, 1, CookieCommentType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2941 |
|
| 2942 |
initEClass(cookieConfigTypeEClass, CookieConfigType.class, "CookieConfigType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2943 |
initEReference(getCookieConfigType_Name(), this.getCookieNameType(), null, "name", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2944 |
initEReference(getCookieConfigType_Domain(), this.getCookieDomainType(), null, "domain", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2945 |
initEReference(getCookieConfigType_Path(), this.getCookiePathType(), null, "path", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2946 |
initEReference(getCookieConfigType_Comment(), this.getCookieCommentType(), null, "comment", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2947 |
initEAttribute(getCookieConfigType_HttpOnly(), theJavaeePackage.getTrueFalseType(), "httpOnly", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2948 |
initEAttribute(getCookieConfigType_Secure(), theJavaeePackage.getTrueFalseType(), "secure", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2949 |
initEAttribute(getCookieConfigType_MaxAge(), theXMLTypePackage.getInteger(), "maxAge", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2950 |
initEAttribute(getCookieConfigType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, CookieConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2951 |
|
| 2952 |
initEClass(cookieDomainTypeEClass, CookieDomainType.class, "CookieDomainType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2953 |
initEAttribute(getCookieDomainType_Value(), this.getNonEmptyStringType(), "value", null, 0, 1, CookieDomainType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2954 |
|
| 2955 |
initEClass(cookieNameTypeEClass, CookieNameType.class, "CookieNameType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2956 |
initEAttribute(getCookieNameType_Value(), this.getNonEmptyStringType(), "value", null, 0, 1, CookieNameType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2957 |
|
| 2958 |
initEClass(cookiePathTypeEClass, CookiePathType.class, "CookiePathType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2959 |
initEAttribute(getCookiePathType_Value(), this.getNonEmptyStringType(), "value", null, 0, 1, CookiePathType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2960 |
|
| 2961 |
initEClass(errorPageEClass, ErrorPage.class, "ErrorPage", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2962 |
initEAttribute(getErrorPage_ErrorCode(), this.getErrorCodeType(), "errorCode", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2963 |
initEAttribute(getErrorPage_ExceptionType(), theJavaeePackage.getFullyQualifiedClassType(), "exceptionType", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2964 |
initEAttribute(getErrorPage_Location(), this.getWarPathType(), "location", null, 1, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2965 |
initEAttribute(getErrorPage_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ErrorPage.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2966 |
|
| 2967 |
initEClass(filterEClass, Filter.class, "Filter", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2968 |
initEReference(getFilter_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2969 |
initEReference(getFilter_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2970 |
initEReference(getFilter_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2971 |
initEAttribute(getFilter_FilterName(), this.getFilterNameType(), "filterName", null, 1, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2972 |
initEAttribute(getFilter_FilterClass(), theJavaeePackage.getFullyQualifiedClassType(), "filterClass", null, 1, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2973 |
initEAttribute(getFilter_AsyncSupported(), theJavaeePackage.getTrueFalseType(), "asyncSupported", null, 0, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2974 |
initEReference(getFilter_InitParams(), theJavaeePackage.getParamValue(), null, "initParams", null, 0, -1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2975 |
initEAttribute(getFilter_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Filter.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2976 |
|
| 2977 |
initEClass(filterMappingEClass, FilterMapping.class, "FilterMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2978 |
initEAttribute(getFilterMapping_FilterName(), this.getFilterNameType(), "filterName", null, 1, 1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2979 |
initEAttribute(getFilterMapping_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2980 |
initEReference(getFilterMapping_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 0, -1, FilterMapping.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2981 |
initEAttribute(getFilterMapping_ServletNames(), this.getServletNameType(), "servletNames", null, 0, -1, FilterMapping.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2982 |
initEAttribute(getFilterMapping_Dispatchers(), this.getDispatcherType(), "dispatchers", null, 0, 5, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2983 |
initEAttribute(getFilterMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, FilterMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2984 |
|
| 2985 |
initEClass(formLoginConfigEClass, FormLoginConfig.class, "FormLoginConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2986 |
initEAttribute(getFormLoginConfig_FormLoginPage(), this.getWarPathType(), "formLoginPage", null, 1, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2987 |
initEAttribute(getFormLoginConfig_FormErrorPage(), this.getWarPathType(), "formErrorPage", null, 1, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2988 |
initEAttribute(getFormLoginConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, FormLoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2989 |
|
| 2990 |
initEClass(localeEncodingMappingEClass, LocaleEncodingMapping.class, "LocaleEncodingMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2991 |
initEAttribute(getLocaleEncodingMapping_Locale(), this.getLocaleType(), "locale", null, 1, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2992 |
initEAttribute(getLocaleEncodingMapping_Encoding(), this.getEncodingType(), "encoding", null, 1, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2993 |
initEAttribute(getLocaleEncodingMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LocaleEncodingMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2994 |
|
| 2995 |
initEClass(localeEncodingMappingListEClass, LocaleEncodingMappingList.class, "LocaleEncodingMappingList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2996 |
initEReference(getLocaleEncodingMappingList_LocalEncodingMappings(), this.getLocaleEncodingMapping(), null, "localEncodingMappings", null, 1, -1, LocaleEncodingMappingList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2997 |
initEAttribute(getLocaleEncodingMappingList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LocaleEncodingMappingList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2998 |
|
| 2999 |
initEClass(loginConfigEClass, LoginConfig.class, "LoginConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3000 |
initEAttribute(getLoginConfig_AuthMethod(), this.getAuthMethodType(), "authMethod", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3001 |
initEAttribute(getLoginConfig_RealmName(), theXMLTypePackage.getToken(), "realmName", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3002 |
initEReference(getLoginConfig_FormLoginConfig(), this.getFormLoginConfig(), null, "formLoginConfig", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3003 |
initEAttribute(getLoginConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, LoginConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3004 |
|
| 3005 |
initEClass(mimeMappingEClass, MimeMapping.class, "MimeMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3006 |
initEAttribute(getMimeMapping_Extension(), theXMLTypePackage.getToken(), "extension", null, 1, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3007 |
initEAttribute(getMimeMapping_MimeType(), this.getMimeTypeType(), "mimeType", null, 1, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3008 |
initEAttribute(getMimeMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MimeMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3009 |
|
| 3010 |
initEClass(multipartConfigTypeEClass, MultipartConfigType.class, "MultipartConfigType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3011 |
initEAttribute(getMultipartConfigType_Location(), theXMLTypePackage.getToken(), "location", null, 0, 1, MultipartConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3012 |
initEAttribute(getMultipartConfigType_MaxFileSize(), theXMLTypePackage.getLong(), "maxFileSize", null, 0, 1, MultipartConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3013 |
initEAttribute(getMultipartConfigType_MaxRequestSize(), theXMLTypePackage.getLong(), "maxRequestSize", null, 0, 1, MultipartConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3014 |
initEAttribute(getMultipartConfigType_FileSizeThreshold(), theXMLTypePackage.getInteger(), "fileSizeThreshold", null, 0, 1, MultipartConfigType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3015 |
|
| 3016 |
initEClass(orderingOrderingTypeEClass, OrderingOrderingType.class, "OrderingOrderingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3017 |
initEAttribute(getOrderingOrderingType_Name(), theJavaeePackage.getJavaIdentifier(), "name", null, 0, -1, OrderingOrderingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3018 |
initEReference(getOrderingOrderingType_Others(), this.getOrderingOthersType(), null, "others", null, 0, 1, OrderingOrderingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3019 |
|
| 3020 |
initEClass(orderingOthersTypeEClass, OrderingOthersType.class, "OrderingOthersType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3021 |
initEAttribute(getOrderingOthersType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, OrderingOthersType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3022 |
|
| 3023 |
initEClass(orderingTypeEClass, OrderingType.class, "OrderingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3024 |
initEReference(getOrderingType_After(), this.getOrderingOrderingType(), null, "after", null, 0, 1, OrderingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3025 |
initEReference(getOrderingType_Before(), this.getOrderingOrderingType(), null, "before", null, 0, 1, OrderingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3026 |
|
| 3027 |
initEClass(securityConstraintEClass, SecurityConstraint.class, "SecurityConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3028 |
initEReference(getSecurityConstraint_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3029 |
initEReference(getSecurityConstraint_WebResourceCollections(), this.getWebResourceCollection(), null, "webResourceCollections", null, 1, -1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3030 |
initEReference(getSecurityConstraint_AuthConstraint(), this.getAuthConstraint(), null, "authConstraint", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3031 |
initEReference(getSecurityConstraint_UserDataConstraint(), this.getUserDataConstraint(), null, "userDataConstraint", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3032 |
initEAttribute(getSecurityConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3033 |
|
| 3034 |
initEClass(servletEClass, Servlet.class, "Servlet", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3035 |
initEReference(getServlet_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3036 |
initEReference(getServlet_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3037 |
initEReference(getServlet_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3038 |
initEAttribute(getServlet_ServletName(), this.getServletNameType(), "servletName", null, 1, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3039 |
initEAttribute(getServlet_ServletClass(), theJavaeePackage.getFullyQualifiedClassType(), "servletClass", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3040 |
initEAttribute(getServlet_JspFile(), theJspPackage.getJspFileType(), "jspFile", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3041 |
initEReference(getServlet_InitParams(), theJavaeePackage.getParamValue(), null, "initParams", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3042 |
initEAttribute(getServlet_LoadOnStartup(), this.getLoadOnStartupType(), "loadOnStartup", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3043 |
initEAttribute(getServlet_Enabled(), theJavaeePackage.getTrueFalseType(), "enabled", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3044 |
initEAttribute(getServlet_AsyncSupported(), theJavaeePackage.getTrueFalseType(), "asyncSupported", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3045 |
initEReference(getServlet_RunAs(), theJavaeePackage.getRunAs(), null, "runAs", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3046 |
initEReference(getServlet_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3047 |
initEReference(getServlet_MultipartConfig(), this.getMultipartConfigType(), null, "multipartConfig", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3048 |
initEAttribute(getServlet_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Servlet.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3049 |
|
| 3050 |
initEClass(servletMappingEClass, ServletMapping.class, "ServletMapping", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3051 |
initEAttribute(getServletMapping_ServletName(), this.getServletNameType(), "servletName", null, 1, 1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3052 |
initEReference(getServletMapping_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 1, -1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3053 |
initEAttribute(getServletMapping_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServletMapping.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3054 |
|
| 3055 |
initEClass(sessionConfigEClass, SessionConfig.class, "SessionConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3056 |
initEAttribute(getSessionConfig_SessionTimeout(), theXMLTypePackage.getInteger(), "sessionTimeout", null, 0, 1, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3057 |
initEReference(getSessionConfig_CookieConfig(), this.getCookieConfigType(), null, "cookieConfig", null, 0, 1, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3058 |
initEAttribute(getSessionConfig_TrackingMode(), this.getTrackingModeType(), "trackingMode", null, 0, 3, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3059 |
initEAttribute(getSessionConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SessionConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3060 |
|
| 3061 |
initEClass(userDataConstraintEClass, UserDataConstraint.class, "UserDataConstraint", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3062 |
initEReference(getUserDataConstraint_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3063 |
initEAttribute(getUserDataConstraint_TransportGuarantee(), this.getTransportGuaranteeType(), "transportGuarantee", null, 1, 1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3064 |
initEAttribute(getUserDataConstraint_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, UserDataConstraint.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3065 |
|
| 3066 |
initEClass(webAppEClass, WebApp.class, "WebApp", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3067 |
initEAttribute(getWebApp_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3068 |
initEReference(getWebApp_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3069 |
initEReference(getWebApp_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3070 |
initEReference(getWebApp_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3071 |
initEAttribute(getWebApp_Name(), theJavaeePackage.getJavaIdentifier(), "name", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3072 |
initEReference(getWebApp_Distributables(), theJavaeePackage.getEmptyType(), null, "distributables", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3073 |
initEReference(getWebApp_ContextParams(), theJavaeePackage.getParamValue(), null, "contextParams", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3074 |
initEReference(getWebApp_Filters(), this.getFilter(), null, "filters", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3075 |
initEReference(getWebApp_FilterMappings(), this.getFilterMapping(), null, "filterMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3076 |
initEReference(getWebApp_Listeners(), theJavaeePackage.getListener(), null, "listeners", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3077 |
initEReference(getWebApp_Servlets(), this.getServlet(), null, "servlets", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3078 |
initEReference(getWebApp_ServletMappings(), this.getServletMapping(), null, "servletMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3079 |
initEReference(getWebApp_SessionConfigs(), this.getSessionConfig(), null, "sessionConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3080 |
initEReference(getWebApp_MimeMappings(), this.getMimeMapping(), null, "mimeMappings", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3081 |
initEReference(getWebApp_WelcomeFileLists(), this.getWelcomeFileList(), null, "welcomeFileLists", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3082 |
initEReference(getWebApp_ErrorPages(), this.getErrorPage(), null, "errorPages", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3083 |
initEReference(getWebApp_JspConfigs(), theJspPackage.getJspConfig(), null, "jspConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3084 |
initEReference(getWebApp_SecurityConstraints(), this.getSecurityConstraint(), null, "securityConstraints", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3085 |
initEReference(getWebApp_LoginConfigs(), this.getLoginConfig(), null, "loginConfigs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3086 |
initEReference(getWebApp_SecurityRoles(), theJavaeePackage.getSecurityRole(), null, "securityRoles", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3087 |
initEReference(getWebApp_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3088 |
initEReference(getWebApp_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3089 |
initEReference(getWebApp_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3090 |
initEReference(getWebApp_ServiceRefs(), theJavaeePackage.getServiceRef(), null, "serviceRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3091 |
initEReference(getWebApp_ResourceRefs(), theJavaeePackage.getResourceRef(), null, "resourceRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3092 |
initEReference(getWebApp_ResourceEnvRefs(), theJavaeePackage.getResourceEnvRef(), null, "resourceEnvRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3093 |
initEReference(getWebApp_MessageDestinationRefs(), theJavaeePackage.getMessageDestinationRef(), null, "messageDestinationRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3094 |
initEReference(getWebApp_PersistenceContextRefs(), theJavaeePackage.getPersistenceContextRef(), null, "persistenceContextRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3095 |
initEReference(getWebApp_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3096 |
initEReference(getWebApp_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3097 |
initEReference(getWebApp_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3098 |
initEReference(getWebApp_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3099 |
initEReference(getWebApp_MessageDestinations(), theJavaeePackage.getMessageDestination(), null, "messageDestinations", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3100 |
initEReference(getWebApp_LocalEncodingMappingsLists(), this.getLocaleEncodingMappingList(), null, "localEncodingMappingsLists", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3101 |
initEAttribute(getWebApp_ModuleName(), theXMLTypePackage.getToken(), "moduleName", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3102 |
initEReference(getWebApp_AbsoluteOrdering(), this.getAbsoluteOrderingType(), null, "absoluteOrdering", null, 0, -1, WebApp.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3103 |
initEAttribute(getWebApp_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3104 |
initEAttribute(getWebApp_MetadataComplete(), theXMLTypePackage.getBoolean(), "metadataComplete", null, 0, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3105 |
initEAttribute(getWebApp_Version(), this.getWebAppVersionType(), "version", null, 1, 1, WebApp.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3106 |
|
| 3107 |
initEClass(webAppDeploymentDescriptorEClass, WebAppDeploymentDescriptor.class, "WebAppDeploymentDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3108 |
initEAttribute(getWebAppDeploymentDescriptor_Mixed(), ecorePackage.getEFeatureMapEntry(), "mixed", null, 0, -1, null, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3109 |
initEReference(getWebAppDeploymentDescriptor_XMLNSPrefixMap(), ecorePackage.getEStringToStringMapEntry(), null, "xMLNSPrefixMap", null, 0, -1, null, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3110 |
initEReference(getWebAppDeploymentDescriptor_XSISchemaLocation(), ecorePackage.getEStringToStringMapEntry(), null, "xSISchemaLocation", null, 0, -1, null, IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3111 |
initEReference(getWebAppDeploymentDescriptor_WebApp(), this.getWebApp(), null, "webApp", null, 0, -2, null, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3112 |
|
| 3113 |
initEClass(webFragmentEClass, WebFragment.class, "WebFragment", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3114 |
initEAttribute(getWebFragment_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, WebFragment.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3115 |
initEReference(getWebFragment_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3116 |
initEReference(getWebFragment_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3117 |
initEReference(getWebFragment_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3118 |
initEAttribute(getWebFragment_Name(), theJavaeePackage.getJavaIdentifier(), "name", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3119 |
initEReference(getWebFragment_Distributables(), theJavaeePackage.getEmptyType(), null, "distributables", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3120 |
initEReference(getWebFragment_ContextParams(), theJavaeePackage.getParamValue(), null, "contextParams", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3121 |
initEReference(getWebFragment_Filters(), this.getFilter(), null, "filters", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3122 |
initEReference(getWebFragment_FilterMappings(), this.getFilterMapping(), null, "filterMappings", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3123 |
initEReference(getWebFragment_Listeners(), theJavaeePackage.getListener(), null, "listeners", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3124 |
initEReference(getWebFragment_Servlets(), this.getServlet(), null, "servlets", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3125 |
initEReference(getWebFragment_ServletMappings(), this.getServletMapping(), null, "servletMappings", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3126 |
initEReference(getWebFragment_SessionConfigs(), this.getSessionConfig(), null, "sessionConfigs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3127 |
initEReference(getWebFragment_MimeMappings(), this.getMimeMapping(), null, "mimeMappings", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3128 |
initEReference(getWebFragment_WelcomeFileLists(), this.getWelcomeFileList(), null, "welcomeFileLists", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3129 |
initEReference(getWebFragment_ErrorPages(), this.getErrorPage(), null, "errorPages", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3130 |
initEReference(getWebFragment_JspConfigs(), theJspPackage.getJspConfig(), null, "jspConfigs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3131 |
initEReference(getWebFragment_SecurityConstraints(), this.getSecurityConstraint(), null, "securityConstraints", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3132 |
initEReference(getWebFragment_LoginConfigs(), this.getLoginConfig(), null, "loginConfigs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3133 |
initEReference(getWebFragment_SecurityRoles(), theJavaeePackage.getSecurityRole(), null, "securityRoles", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3134 |
initEReference(getWebFragment_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3135 |
initEReference(getWebFragment_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3136 |
initEReference(getWebFragment_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3137 |
initEReference(getWebFragment_ServiceRefs(), theJavaeePackage.getServiceRef(), null, "serviceRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3138 |
initEReference(getWebFragment_ResourceRefs(), theJavaeePackage.getResourceRef(), null, "resourceRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3139 |
initEReference(getWebFragment_ResourceEnvRefs(), theJavaeePackage.getResourceEnvRef(), null, "resourceEnvRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3140 |
initEReference(getWebFragment_MessageDestinationRefs(), theJavaeePackage.getMessageDestinationRef(), null, "messageDestinationRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3141 |
initEReference(getWebFragment_PersistenceContextRefs(), theJavaeePackage.getPersistenceContextRef(), null, "persistenceContextRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3142 |
initEReference(getWebFragment_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3143 |
initEReference(getWebFragment_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3144 |
initEReference(getWebFragment_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3145 |
initEReference(getWebFragment_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3146 |
initEReference(getWebFragment_MessageDestinations(), theJavaeePackage.getMessageDestination(), null, "messageDestinations", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3147 |
initEReference(getWebFragment_LocalEncodingMappingsLists(), this.getLocaleEncodingMappingList(), null, "localEncodingMappingsLists", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3148 |
initEReference(getWebFragment_Ordering(), this.getOrderingType(), null, "ordering", null, 0, -1, WebFragment.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3149 |
initEAttribute(getWebFragment_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WebFragment.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3150 |
initEAttribute(getWebFragment_MetadataComplete(), theXMLTypePackage.getBoolean(), "metadataComplete", null, 0, 1, WebFragment.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3151 |
initEAttribute(getWebFragment_Version(), this.getWebAppVersionType(), "version", null, 1, 1, WebFragment.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3152 |
|
| 3153 |
initEClass(webResourceCollectionEClass, WebResourceCollection.class, "WebResourceCollection", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3154 |
initEAttribute(getWebResourceCollection_WebResourceName(), theXMLTypePackage.getToken(), "webResourceName", null, 1, 1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3155 |
initEReference(getWebResourceCollection_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3156 |
initEReference(getWebResourceCollection_UrlPatterns(), theJavaeePackage.getUrlPatternType(), null, "urlPatterns", null, 1, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3157 |
initEAttribute(getWebResourceCollection_HttpMethods(), this.getHttpMethodType(), "httpMethods", null, 0, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3158 |
initEAttribute(getWebResourceCollection_HttpMethodOmission(), this.getHttpMethodType(), "httpMethodOmission", null, 0, -1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3159 |
initEAttribute(getWebResourceCollection_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WebResourceCollection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3160 |
|
| 3161 |
initEClass(welcomeFileListEClass, WelcomeFileList.class, "WelcomeFileList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3162 |
initEAttribute(getWelcomeFileList_WelcomeFiles(), theXMLTypePackage.getString(), "welcomeFiles", null, 1, -1, WelcomeFileList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3163 |
initEAttribute(getWelcomeFileList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, WelcomeFileList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3164 |
|
| 3165 |
// Initialize enums and add enum literals |
| 3166 |
initEEnum(dispatcherTypeEEnum, DispatcherType.class, "DispatcherType"); //$NON-NLS-1$ |
| 3167 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.FORWARD_LITERAL); |
| 3168 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.INCLUDE_LITERAL); |
| 3169 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.REQUEST_LITERAL); |
| 3170 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.ASYNC_LITERAL); |
| 3171 |
addEEnumLiteral(dispatcherTypeEEnum, DispatcherType.ERROR_LITERAL); |
| 3172 |
|
| 3173 |
initEEnum(nullCharTypeEEnum, NullCharType.class, "NullCharType"); //$NON-NLS-1$ |
| 3174 |
addEEnumLiteral(nullCharTypeEEnum, NullCharType.__LITERAL); |
| 3175 |
|
| 3176 |
initEEnum(trackingModeTypeEEnum, TrackingModeType.class, "TrackingModeType"); //$NON-NLS-1$ |
| 3177 |
addEEnumLiteral(trackingModeTypeEEnum, TrackingModeType.COOKIE); |
| 3178 |
addEEnumLiteral(trackingModeTypeEEnum, TrackingModeType.URL); |
| 3179 |
addEEnumLiteral(trackingModeTypeEEnum, TrackingModeType.SSL); |
| 3180 |
|
| 3181 |
initEEnum(transportGuaranteeTypeEEnum, TransportGuaranteeType.class, "TransportGuaranteeType"); //$NON-NLS-1$ |
| 3182 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.NONE_LITERAL); |
| 3183 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.INTEGRAL_LITERAL); |
| 3184 |
addEEnumLiteral(transportGuaranteeTypeEEnum, TransportGuaranteeType.CONFIDENTIAL_LITERAL); |
| 3185 |
|
| 3186 |
initEEnum(webAppVersionTypeEEnum, WebAppVersionType.class, "WebAppVersionType"); //$NON-NLS-1$ |
| 3187 |
addEEnumLiteral(webAppVersionTypeEEnum, WebAppVersionType._25_LITERAL); |
| 3188 |
addEEnumLiteral(webAppVersionTypeEEnum, WebAppVersionType._30_LITERAL); |
| 3189 |
|
| 3190 |
// Initialize data types |
| 3191 |
initEDataType(authMethodTypeEDataType, String.class, "AuthMethodType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3192 |
initEDataType(dispatcherTypeObjectEDataType, DispatcherType.class, "DispatcherTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3193 |
initEDataType(encodingTypeEDataType, String.class, "EncodingType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3194 |
initEDataType(errorCodeTypeEDataType, BigInteger.class, "ErrorCodeType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3195 |
initEDataType(filterNameTypeEDataType, String.class, "FilterNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3196 |
initEDataType(httpMethodTypeEDataType, String.class, "HttpMethodType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3197 |
initEDataType(loadOnStartupTypeEDataType, Object.class, "LoadOnStartupType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3198 |
initEDataType(localeTypeEDataType, String.class, "LocaleType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3199 |
initEDataType(mimeTypeTypeEDataType, String.class, "MimeTypeType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3200 |
initEDataType(nonEmptyStringTypeEDataType, String.class, "NonEmptyStringType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3201 |
initEDataType(nullCharTypeObjectEDataType, NullCharType.class, "NullCharTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3202 |
initEDataType(servletNameTypeEDataType, String.class, "ServletNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3203 |
initEDataType(trackingModeTypeObjectEDataType, TrackingModeType.class, "TrackingModeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3204 |
initEDataType(transportGuaranteeTypeObjectEDataType, TransportGuaranteeType.class, "TransportGuaranteeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3205 |
initEDataType(warPathTypeEDataType, String.class, "WarPathType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3206 |
initEDataType(webAppVersionTypeObjectEDataType, WebAppVersionType.class, "WebAppVersionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3207 |
|
| 3208 |
// Create resource |
| 3209 |
createResource(eNS_URI); |
| 3210 |
|
| 3211 |
// Create annotations |
| 3212 |
// http:///org/eclipse/emf/ecore/util/ExtendedMetaData |
| 3213 |
createExtendedMetaDataAnnotations(); |
| 3214 |
} |
| 3215 |
|
| 3216 |
/** |
| 3217 |
* Initializes the annotations for <b>http:///org/eclipse/emf/ecore/util/ExtendedMetaData</b>. |
| 3218 |
* <!-- begin-user-doc --> |
| 3219 |
* <!-- end-user-doc --> |
| 3220 |
* @generated |
| 3221 |
*/ |
| 3222 |
protected void createExtendedMetaDataAnnotations() { |
| 3223 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
| 3224 |
addAnnotation |
| 3225 |
(absoluteOrderingTypeEClass, |
| 3226 |
source, |
| 3227 |
new String[] { |
| 3228 |
"name", "absoluteOrderingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3229 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3230 |
}); |
| 3231 |
addAnnotation |
| 3232 |
(getAbsoluteOrderingType_Group(), |
| 3233 |
source, |
| 3234 |
new String[] { |
| 3235 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3236 |
"name", "group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3237 |
}); |
| 3238 |
addAnnotation |
| 3239 |
(getAbsoluteOrderingType_Name(), |
| 3240 |
source, |
| 3241 |
new String[] { |
| 3242 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3243 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3244 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3245 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3246 |
}); |
| 3247 |
addAnnotation |
| 3248 |
(getAbsoluteOrderingType_Others(), |
| 3249 |
source, |
| 3250 |
new String[] { |
| 3251 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3252 |
"name", "others", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3253 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3254 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3255 |
}); |
| 3256 |
addAnnotation |
| 3257 |
(authConstraintEClass, |
| 3258 |
source, |
| 3259 |
new String[] { |
| 3260 |
"name", "auth-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3261 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3262 |
}); |
| 3263 |
addAnnotation |
| 3264 |
(getAuthConstraint_Descriptions(), |
| 3265 |
source, |
| 3266 |
new String[] { |
| 3267 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3268 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3269 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3270 |
}); |
| 3271 |
addAnnotation |
| 3272 |
(getAuthConstraint_RoleNames(), |
| 3273 |
source, |
| 3274 |
new String[] { |
| 3275 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3276 |
"name", "role-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3277 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3278 |
}); |
| 3279 |
addAnnotation |
| 3280 |
(getAuthConstraint_Id(), |
| 3281 |
source, |
| 3282 |
new String[] { |
| 3283 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3284 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3285 |
}); |
| 3286 |
addAnnotation |
| 3287 |
(authMethodTypeEDataType, |
| 3288 |
source, |
| 3289 |
new String[] { |
| 3290 |
"name", "auth-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3291 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3292 |
}); |
| 3293 |
addAnnotation |
| 3294 |
(cookieCommentTypeEClass, |
| 3295 |
source, |
| 3296 |
new String[] { |
| 3297 |
"name", "cookie-commentType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3298 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3299 |
}); |
| 3300 |
addAnnotation |
| 3301 |
(getCookieCommentType_Value(), |
| 3302 |
source, |
| 3303 |
new String[] { |
| 3304 |
"name", ":0", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3305 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3306 |
}); |
| 3307 |
addAnnotation |
| 3308 |
(cookieConfigTypeEClass, |
| 3309 |
source, |
| 3310 |
new String[] { |
| 3311 |
"name", "cookie-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3312 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3313 |
}); |
| 3314 |
addAnnotation |
| 3315 |
(getCookieConfigType_Name(), |
| 3316 |
source, |
| 3317 |
new String[] { |
| 3318 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3319 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3320 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3321 |
}); |
| 3322 |
addAnnotation |
| 3323 |
(getCookieConfigType_Domain(), |
| 3324 |
source, |
| 3325 |
new String[] { |
| 3326 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3327 |
"name", "domain", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3328 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3329 |
}); |
| 3330 |
addAnnotation |
| 3331 |
(getCookieConfigType_Path(), |
| 3332 |
source, |
| 3333 |
new String[] { |
| 3334 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3335 |
"name", "path", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3336 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3337 |
}); |
| 3338 |
addAnnotation |
| 3339 |
(getCookieConfigType_Comment(), |
| 3340 |
source, |
| 3341 |
new String[] { |
| 3342 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3343 |
"name", "comment", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3344 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3345 |
}); |
| 3346 |
addAnnotation |
| 3347 |
(getCookieConfigType_HttpOnly(), |
| 3348 |
source, |
| 3349 |
new String[] { |
| 3350 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3351 |
"name", "http-only", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3352 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3353 |
}); |
| 3354 |
addAnnotation |
| 3355 |
(getCookieConfigType_Secure(), |
| 3356 |
source, |
| 3357 |
new String[] { |
| 3358 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3359 |
"name", "secure", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3360 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3361 |
}); |
| 3362 |
addAnnotation |
| 3363 |
(getCookieConfigType_MaxAge(), |
| 3364 |
source, |
| 3365 |
new String[] { |
| 3366 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3367 |
"name", "max-age", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3368 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3369 |
}); |
| 3370 |
addAnnotation |
| 3371 |
(getCookieConfigType_Id(), |
| 3372 |
source, |
| 3373 |
new String[] { |
| 3374 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3375 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3376 |
}); |
| 3377 |
addAnnotation |
| 3378 |
(cookieDomainTypeEClass, |
| 3379 |
source, |
| 3380 |
new String[] { |
| 3381 |
"name", "cookie-domainType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3382 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3383 |
}); |
| 3384 |
addAnnotation |
| 3385 |
(getCookieDomainType_Value(), |
| 3386 |
source, |
| 3387 |
new String[] { |
| 3388 |
"name", ":0", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3389 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3390 |
}); |
| 3391 |
addAnnotation |
| 3392 |
(cookieNameTypeEClass, |
| 3393 |
source, |
| 3394 |
new String[] { |
| 3395 |
"name", "cookie-nameType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3396 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3397 |
}); |
| 3398 |
addAnnotation |
| 3399 |
(getCookieNameType_Value(), |
| 3400 |
source, |
| 3401 |
new String[] { |
| 3402 |
"name", ":0", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3403 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3404 |
}); |
| 3405 |
addAnnotation |
| 3406 |
(cookiePathTypeEClass, |
| 3407 |
source, |
| 3408 |
new String[] { |
| 3409 |
"name", "cookie-pathType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3410 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3411 |
}); |
| 3412 |
addAnnotation |
| 3413 |
(getCookiePathType_Value(), |
| 3414 |
source, |
| 3415 |
new String[] { |
| 3416 |
"name", ":0", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3417 |
"kind", "simple" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3418 |
}); |
| 3419 |
addAnnotation |
| 3420 |
(dispatcherTypeEEnum, |
| 3421 |
source, |
| 3422 |
new String[] { |
| 3423 |
"name", "dispatcherType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3424 |
}); |
| 3425 |
addAnnotation |
| 3426 |
(dispatcherTypeObjectEDataType, |
| 3427 |
source, |
| 3428 |
new String[] { |
| 3429 |
"name", "dispatcherType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3430 |
"baseType", "dispatcherType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3431 |
}); |
| 3432 |
addAnnotation |
| 3433 |
(encodingTypeEDataType, |
| 3434 |
source, |
| 3435 |
new String[] { |
| 3436 |
"name", "encodingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3437 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#string", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3438 |
"pattern", "[^\\s]+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3439 |
}); |
| 3440 |
addAnnotation |
| 3441 |
(errorCodeTypeEDataType, |
| 3442 |
source, |
| 3443 |
new String[] { |
| 3444 |
"name", "error-codeType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3445 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#positiveInteger", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3446 |
"pattern", "\\d{3}" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3447 |
}); |
| 3448 |
addAnnotation |
| 3449 |
(errorPageEClass, |
| 3450 |
source, |
| 3451 |
new String[] { |
| 3452 |
"name", "error-pageType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3453 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3454 |
}); |
| 3455 |
addAnnotation |
| 3456 |
(getErrorPage_ErrorCode(), |
| 3457 |
source, |
| 3458 |
new String[] { |
| 3459 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3460 |
"name", "error-code", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3461 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3462 |
}); |
| 3463 |
addAnnotation |
| 3464 |
(getErrorPage_ExceptionType(), |
| 3465 |
source, |
| 3466 |
new String[] { |
| 3467 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3468 |
"name", "exception-type", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3469 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3470 |
}); |
| 3471 |
addAnnotation |
| 3472 |
(getErrorPage_Location(), |
| 3473 |
source, |
| 3474 |
new String[] { |
| 3475 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3476 |
"name", "location", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3477 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3478 |
}); |
| 3479 |
addAnnotation |
| 3480 |
(getErrorPage_Id(), |
| 3481 |
source, |
| 3482 |
new String[] { |
| 3483 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3484 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3485 |
}); |
| 3486 |
addAnnotation |
| 3487 |
(filterEClass, |
| 3488 |
source, |
| 3489 |
new String[] { |
| 3490 |
"name", "filterType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3491 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3492 |
}); |
| 3493 |
addAnnotation |
| 3494 |
(getFilter_Descriptions(), |
| 3495 |
source, |
| 3496 |
new String[] { |
| 3497 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3498 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3499 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3500 |
}); |
| 3501 |
addAnnotation |
| 3502 |
(getFilter_DisplayNames(), |
| 3503 |
source, |
| 3504 |
new String[] { |
| 3505 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3506 |
"name", "display-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3507 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3508 |
}); |
| 3509 |
addAnnotation |
| 3510 |
(getFilter_Icons(), |
| 3511 |
source, |
| 3512 |
new String[] { |
| 3513 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3514 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3515 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3516 |
}); |
| 3517 |
addAnnotation |
| 3518 |
(getFilter_FilterName(), |
| 3519 |
source, |
| 3520 |
new String[] { |
| 3521 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3522 |
"name", "filter-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3523 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3524 |
}); |
| 3525 |
addAnnotation |
| 3526 |
(getFilter_FilterClass(), |
| 3527 |
source, |
| 3528 |
new String[] { |
| 3529 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3530 |
"name", "filter-class", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3531 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3532 |
}); |
| 3533 |
addAnnotation |
| 3534 |
(getFilter_AsyncSupported(), |
| 3535 |
source, |
| 3536 |
new String[] { |
| 3537 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3538 |
"name", "async-supported", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3539 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3540 |
}); |
| 3541 |
addAnnotation |
| 3542 |
(getFilter_InitParams(), |
| 3543 |
source, |
| 3544 |
new String[] { |
| 3545 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3546 |
"name", "init-param", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3547 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3548 |
}); |
| 3549 |
addAnnotation |
| 3550 |
(getFilter_Id(), |
| 3551 |
source, |
| 3552 |
new String[] { |
| 3553 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3554 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3555 |
}); |
| 3556 |
addAnnotation |
| 3557 |
(filterMappingEClass, |
| 3558 |
source, |
| 3559 |
new String[] { |
| 3560 |
"name", "filter-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3561 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3562 |
}); |
| 3563 |
addAnnotation |
| 3564 |
(getFilterMapping_FilterName(), |
| 3565 |
source, |
| 3566 |
new String[] { |
| 3567 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3568 |
"name", "filter-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3569 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3570 |
}); |
| 3571 |
addAnnotation |
| 3572 |
(getFilterMapping_Group(), |
| 3573 |
source, |
| 3574 |
new String[] { |
| 3575 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3576 |
"name", "group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3577 |
}); |
| 3578 |
addAnnotation |
| 3579 |
(getFilterMapping_UrlPatterns(), |
| 3580 |
source, |
| 3581 |
new String[] { |
| 3582 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3583 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3584 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3585 |
"group", "#group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3586 |
}); |
| 3587 |
addAnnotation |
| 3588 |
(getFilterMapping_ServletNames(), |
| 3589 |
source, |
| 3590 |
new String[] { |
| 3591 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3592 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3593 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3594 |
"group", "#group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3595 |
}); |
| 3596 |
addAnnotation |
| 3597 |
(getFilterMapping_Dispatchers(), |
| 3598 |
source, |
| 3599 |
new String[] { |
| 3600 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3601 |
"name", "dispatcher", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3602 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3603 |
}); |
| 3604 |
addAnnotation |
| 3605 |
(getFilterMapping_Id(), |
| 3606 |
source, |
| 3607 |
new String[] { |
| 3608 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3609 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3610 |
}); |
| 3611 |
addAnnotation |
| 3612 |
(filterNameTypeEDataType, |
| 3613 |
source, |
| 3614 |
new String[] { |
| 3615 |
"name", "filter-nameType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3616 |
"baseType", "nonEmptyStringType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3617 |
}); |
| 3618 |
addAnnotation |
| 3619 |
(formLoginConfigEClass, |
| 3620 |
source, |
| 3621 |
new String[] { |
| 3622 |
"name", "form-login-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3623 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3624 |
}); |
| 3625 |
addAnnotation |
| 3626 |
(getFormLoginConfig_FormLoginPage(), |
| 3627 |
source, |
| 3628 |
new String[] { |
| 3629 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3630 |
"name", "form-login-page", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3631 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3632 |
}); |
| 3633 |
addAnnotation |
| 3634 |
(getFormLoginConfig_FormErrorPage(), |
| 3635 |
source, |
| 3636 |
new String[] { |
| 3637 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3638 |
"name", "form-error-page", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3639 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3640 |
}); |
| 3641 |
addAnnotation |
| 3642 |
(getFormLoginConfig_Id(), |
| 3643 |
source, |
| 3644 |
new String[] { |
| 3645 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3646 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3647 |
}); |
| 3648 |
addAnnotation |
| 3649 |
(httpMethodTypeEDataType, |
| 3650 |
source, |
| 3651 |
new String[] { |
| 3652 |
"name", "http-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3653 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3654 |
"pattern", "[!-~-[\\(\\)<>@,;:\"/\\[\\]?=\\{\\}\\\\\\p{Z}]]+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3655 |
}); |
| 3656 |
addAnnotation |
| 3657 |
(loadOnStartupTypeEDataType, |
| 3658 |
source, |
| 3659 |
new String[] { |
| 3660 |
"name", "load-on-startupType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3661 |
"memberTypes", "null-charType http://www.eclipse.org/emf/2003/XMLType#integer" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3662 |
}); |
| 3663 |
addAnnotation |
| 3664 |
(localeEncodingMappingEClass, |
| 3665 |
source, |
| 3666 |
new String[] { |
| 3667 |
"name", "locale-encoding-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3668 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3669 |
}); |
| 3670 |
addAnnotation |
| 3671 |
(getLocaleEncodingMapping_Locale(), |
| 3672 |
source, |
| 3673 |
new String[] { |
| 3674 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3675 |
"name", "locale", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3676 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3677 |
}); |
| 3678 |
addAnnotation |
| 3679 |
(getLocaleEncodingMapping_Encoding(), |
| 3680 |
source, |
| 3681 |
new String[] { |
| 3682 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3683 |
"name", "encoding", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3684 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3685 |
}); |
| 3686 |
addAnnotation |
| 3687 |
(getLocaleEncodingMapping_Id(), |
| 3688 |
source, |
| 3689 |
new String[] { |
| 3690 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3691 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3692 |
}); |
| 3693 |
addAnnotation |
| 3694 |
(localeEncodingMappingListEClass, |
| 3695 |
source, |
| 3696 |
new String[] { |
| 3697 |
"name", "locale-encoding-mapping-listType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3698 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3699 |
}); |
| 3700 |
addAnnotation |
| 3701 |
(getLocaleEncodingMappingList_LocalEncodingMappings(), |
| 3702 |
source, |
| 3703 |
new String[] { |
| 3704 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3705 |
"name", "locale-encoding-mapping", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3706 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3707 |
}); |
| 3708 |
addAnnotation |
| 3709 |
(getLocaleEncodingMappingList_Id(), |
| 3710 |
source, |
| 3711 |
new String[] { |
| 3712 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3713 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3714 |
}); |
| 3715 |
addAnnotation |
| 3716 |
(localeTypeEDataType, |
| 3717 |
source, |
| 3718 |
new String[] { |
| 3719 |
"name", "localeType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3720 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#string", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3721 |
"pattern", "[a-z]{2}(_|-)?([\\p{L}\\-\\p{Nd}]{2})?" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3722 |
}); |
| 3723 |
addAnnotation |
| 3724 |
(loginConfigEClass, |
| 3725 |
source, |
| 3726 |
new String[] { |
| 3727 |
"name", "login-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3728 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3729 |
}); |
| 3730 |
addAnnotation |
| 3731 |
(getLoginConfig_AuthMethod(), |
| 3732 |
source, |
| 3733 |
new String[] { |
| 3734 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3735 |
"name", "auth-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3736 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3737 |
}); |
| 3738 |
addAnnotation |
| 3739 |
(getLoginConfig_RealmName(), |
| 3740 |
source, |
| 3741 |
new String[] { |
| 3742 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3743 |
"name", "realm-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3744 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3745 |
}); |
| 3746 |
addAnnotation |
| 3747 |
(getLoginConfig_FormLoginConfig(), |
| 3748 |
source, |
| 3749 |
new String[] { |
| 3750 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3751 |
"name", "form-login-config", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3752 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3753 |
}); |
| 3754 |
addAnnotation |
| 3755 |
(getLoginConfig_Id(), |
| 3756 |
source, |
| 3757 |
new String[] { |
| 3758 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3759 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3760 |
}); |
| 3761 |
addAnnotation |
| 3762 |
(mimeMappingEClass, |
| 3763 |
source, |
| 3764 |
new String[] { |
| 3765 |
"name", "mime-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3766 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3767 |
}); |
| 3768 |
addAnnotation |
| 3769 |
(getMimeMapping_Extension(), |
| 3770 |
source, |
| 3771 |
new String[] { |
| 3772 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3773 |
"name", "extension", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3774 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3775 |
}); |
| 2135 |
addAnnotation |
3776 |
addAnnotation |
| 2136 |
(authConstraintEClass, |
3777 |
(getMimeMapping_MimeType(), |
| 2137 |
source, |
3778 |
source, |
| 2138 |
new String[] { |
3779 |
new String[] { |
| 2139 |
"name", "auth-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
3780 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3781 |
"name", "mime-type", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3782 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3783 |
}); |
| 3784 |
addAnnotation |
| 3785 |
(getMimeMapping_Id(), |
| 3786 |
source, |
| 3787 |
new String[] { |
| 3788 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3789 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3790 |
}); |
| 3791 |
addAnnotation |
| 3792 |
(mimeTypeTypeEDataType, |
| 3793 |
source, |
| 3794 |
new String[] { |
| 3795 |
"name", "mime-typeType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3796 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3797 |
"pattern", "[^\\p{Cc}^\\s]+/[^\\p{Cc}^\\s]+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3798 |
}); |
| 3799 |
addAnnotation |
| 3800 |
(multipartConfigTypeEClass, |
| 3801 |
source, |
| 3802 |
new String[] { |
| 3803 |
"name", "multipart-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2140 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
3804 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2141 |
}); |
3805 |
}); |
| 2142 |
addAnnotation |
3806 |
addAnnotation |
| 2143 |
(getAuthConstraint_Descriptions(), |
3807 |
(getMultipartConfigType_Location(), |
| 2144 |
source, |
3808 |
source, |
| 2145 |
new String[] { |
3809 |
new String[] { |
| 2146 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3810 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2147 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
3811 |
"name", "location", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2148 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3812 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2149 |
}); |
3813 |
}); |
| 2150 |
addAnnotation |
3814 |
addAnnotation |
| 2151 |
(getAuthConstraint_RoleNames(), |
3815 |
(getMultipartConfigType_MaxFileSize(), |
| 2152 |
source, |
3816 |
source, |
| 2153 |
new String[] { |
3817 |
new String[] { |
| 2154 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3818 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2155 |
"name", "role-name", //$NON-NLS-1$ //$NON-NLS-2$ |
3819 |
"name", "max-file-size", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2156 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3820 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2157 |
}); |
3821 |
}); |
| 2158 |
addAnnotation |
3822 |
addAnnotation |
| 2159 |
(getAuthConstraint_Id(), |
3823 |
(getMultipartConfigType_MaxRequestSize(), |
| 2160 |
source, |
3824 |
source, |
| 2161 |
new String[] { |
3825 |
new String[] { |
| 2162 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
3826 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2163 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
3827 |
"name", "max-request-size", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2164 |
}); |
3828 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3829 |
}); |
| 2165 |
addAnnotation |
3830 |
addAnnotation |
| 2166 |
(authMethodTypeEDataType, |
3831 |
(getMultipartConfigType_FileSizeThreshold(), |
| 2167 |
source, |
3832 |
source, |
| 2168 |
new String[] { |
3833 |
new String[] { |
| 2169 |
"name", "auth-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
3834 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2170 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token" //$NON-NLS-1$ //$NON-NLS-2$ |
3835 |
"name", "file-size-threshold", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3836 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2171 |
}); |
3837 |
}); |
| 2172 |
addAnnotation |
3838 |
addAnnotation |
| 2173 |
(dispatcherTypeEEnum, |
3839 |
(nonEmptyStringTypeEDataType, |
| 2174 |
source, |
3840 |
source, |
| 2175 |
new String[] { |
3841 |
new String[] { |
| 2176 |
"name", "dispatcherType" //$NON-NLS-1$ //$NON-NLS-2$ |
3842 |
"name", "nonEmptyStringType", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3843 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3844 |
"minLength", "1" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2177 |
}); |
3845 |
}); |
| 2178 |
addAnnotation |
3846 |
addAnnotation |
| 2179 |
(dispatcherTypeObjectEDataType, |
3847 |
(nullCharTypeEEnum, |
| 2180 |
source, |
3848 |
source, |
| 2181 |
new String[] { |
3849 |
new String[] { |
| 2182 |
"name", "dispatcherType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
3850 |
"name", "null-charType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2183 |
"baseType", "dispatcherType" //$NON-NLS-1$ //$NON-NLS-2$ |
3851 |
}); |
|
|
3852 |
addAnnotation |
| 3853 |
(nullCharTypeObjectEDataType, |
| 3854 |
source, |
| 3855 |
new String[] { |
| 3856 |
"name", "null-charType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3857 |
"baseType", "null-charType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2184 |
}); |
3858 |
}); |
| 2185 |
addAnnotation |
3859 |
addAnnotation |
| 2186 |
(encodingTypeEDataType, |
3860 |
(orderingOrderingTypeEClass, |
| 2187 |
source, |
3861 |
source, |
| 2188 |
new String[] { |
3862 |
new String[] { |
| 2189 |
"name", "encodingType", //$NON-NLS-1$ //$NON-NLS-2$ |
3863 |
"name", "ordering-orderingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2190 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#string", //$NON-NLS-1$ //$NON-NLS-2$ |
3864 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2191 |
"pattern", "[^\\s]+" //$NON-NLS-1$ //$NON-NLS-2$ |
3865 |
}); |
|
|
3866 |
addAnnotation |
| 3867 |
(getOrderingOrderingType_Name(), |
| 3868 |
source, |
| 3869 |
new String[] { |
| 3870 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3871 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3872 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3873 |
}); |
| 3874 |
addAnnotation |
| 3875 |
(getOrderingOrderingType_Others(), |
| 3876 |
source, |
| 3877 |
new String[] { |
| 3878 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3879 |
"name", "others", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3880 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2192 |
}); |
3881 |
}); |
| 2193 |
addAnnotation |
3882 |
addAnnotation |
| 2194 |
(errorCodeTypeEDataType, |
3883 |
(orderingOthersTypeEClass, |
| 2195 |
source, |
3884 |
source, |
| 2196 |
new String[] { |
3885 |
new String[] { |
| 2197 |
"name", "error-codeType", //$NON-NLS-1$ //$NON-NLS-2$ |
3886 |
"name", "ordering-othersType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2198 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#positiveInteger", //$NON-NLS-1$ //$NON-NLS-2$ |
3887 |
"kind", "empty" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2199 |
"pattern", "\\d{3}" //$NON-NLS-1$ //$NON-NLS-2$ |
3888 |
}); |
|
|
3889 |
addAnnotation |
| 3890 |
(getOrderingOthersType_Id(), |
| 3891 |
source, |
| 3892 |
new String[] { |
| 3893 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3894 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2200 |
}); |
3895 |
}); |
| 2201 |
addAnnotation |
3896 |
addAnnotation |
| 2202 |
(errorPageEClass, |
3897 |
(orderingTypeEClass, |
| 2203 |
source, |
3898 |
source, |
| 2204 |
new String[] { |
3899 |
new String[] { |
| 2205 |
"name", "error-pageType", //$NON-NLS-1$ //$NON-NLS-2$ |
3900 |
"name", "orderingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2206 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
3901 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2207 |
}); |
3902 |
}); |
| 2208 |
addAnnotation |
3903 |
addAnnotation |
| 2209 |
(getErrorPage_ErrorCode(), |
3904 |
(getOrderingType_After(), |
| 2210 |
source, |
3905 |
source, |
| 2211 |
new String[] { |
3906 |
new String[] { |
| 2212 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3907 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2213 |
"name", "error-code", //$NON-NLS-1$ //$NON-NLS-2$ |
3908 |
"name", "after", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2214 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3909 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2215 |
}); |
3910 |
}); |
| 2216 |
addAnnotation |
3911 |
addAnnotation |
| 2217 |
(getErrorPage_ExceptionType(), |
3912 |
(getOrderingType_Before(), |
| 2218 |
source, |
3913 |
source, |
| 2219 |
new String[] { |
3914 |
new String[] { |
| 2220 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3915 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2221 |
"name", "exception-type", //$NON-NLS-1$ //$NON-NLS-2$ |
3916 |
"name", "before", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2222 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3917 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2223 |
}); |
3918 |
}); |
| 2224 |
addAnnotation |
3919 |
addAnnotation |
| 2225 |
(getErrorPage_Location(), |
3920 |
(securityConstraintEClass, |
|
|
3921 |
source, |
| 3922 |
new String[] { |
| 3923 |
"name", "security-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3924 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3925 |
}); |
| 3926 |
addAnnotation |
| 3927 |
(getSecurityConstraint_DisplayNames(), |
| 2226 |
source, |
3928 |
source, |
| 2227 |
new String[] { |
3929 |
new String[] { |
| 2228 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3930 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2229 |
"name", "location", //$NON-NLS-1$ //$NON-NLS-2$ |
3931 |
"name", "display-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2230 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3932 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2231 |
}); |
3933 |
}); |
| 2232 |
addAnnotation |
3934 |
addAnnotation |
| 2233 |
(getErrorPage_Id(), |
3935 |
(getSecurityConstraint_WebResourceCollections(), |
|
|
3936 |
source, |
| 3937 |
new String[] { |
| 3938 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3939 |
"name", "web-resource-collection", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3940 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3941 |
}); |
| 3942 |
addAnnotation |
| 3943 |
(getSecurityConstraint_AuthConstraint(), |
| 3944 |
source, |
| 3945 |
new String[] { |
| 3946 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3947 |
"name", "auth-constraint", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3948 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3949 |
}); |
| 3950 |
addAnnotation |
| 3951 |
(getSecurityConstraint_UserDataConstraint(), |
| 3952 |
source, |
| 3953 |
new String[] { |
| 3954 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3955 |
"name", "user-data-constraint", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3956 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3957 |
}); |
| 3958 |
addAnnotation |
| 3959 |
(getSecurityConstraint_Id(), |
| 2234 |
source, |
3960 |
source, |
| 2235 |
new String[] { |
3961 |
new String[] { |
| 2236 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
3962 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2237 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
3963 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2238 |
}); |
3964 |
}); |
| 2239 |
addAnnotation |
3965 |
addAnnotation |
| 2240 |
(filterEClass, |
3966 |
(servletEClass, |
| 2241 |
source, |
3967 |
source, |
| 2242 |
new String[] { |
3968 |
new String[] { |
| 2243 |
"name", "filterType", //$NON-NLS-1$ //$NON-NLS-2$ |
3969 |
"name", "servletType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2244 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
3970 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2245 |
}); |
3971 |
}); |
| 2246 |
addAnnotation |
3972 |
addAnnotation |
| 2247 |
(getFilter_Descriptions(), |
3973 |
(getServlet_Descriptions(), |
| 2248 |
source, |
3974 |
source, |
| 2249 |
new String[] { |
3975 |
new String[] { |
| 2250 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3976 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2252-2258
Link Here
|
| 2252 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
3978 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2253 |
}); |
3979 |
}); |
| 2254 |
addAnnotation |
3980 |
addAnnotation |
| 2255 |
(getFilter_DisplayNames(), |
3981 |
(getServlet_DisplayNames(), |
| 2256 |
source, |
3982 |
source, |
| 2257 |
new String[] { |
3983 |
new String[] { |
| 2258 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3984 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2260-2266
Link Here
|
| 2260 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
3986 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2261 |
}); |
3987 |
}); |
| 2262 |
addAnnotation |
3988 |
addAnnotation |
| 2263 |
(getFilter_Icons(), |
3989 |
(getServlet_Icons(), |
| 2264 |
source, |
3990 |
source, |
| 2265 |
new String[] { |
3991 |
new String[] { |
| 2266 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3992 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2268-2833
Link Here
|
| 2268 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
3994 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2269 |
}); |
3995 |
}); |
| 2270 |
addAnnotation |
3996 |
addAnnotation |
| 2271 |
(getFilter_FilterName(), |
3997 |
(getServlet_ServletName(), |
| 2272 |
source, |
3998 |
source, |
| 2273 |
new String[] { |
3999 |
new String[] { |
| 2274 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4000 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2275 |
"name", "filter-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4001 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2276 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4002 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2277 |
}); |
4003 |
}); |
| 2278 |
addAnnotation |
4004 |
addAnnotation |
| 2279 |
(getFilter_FilterClass(), |
4005 |
(getServlet_ServletClass(), |
| 2280 |
source, |
4006 |
source, |
| 2281 |
new String[] { |
4007 |
new String[] { |
| 2282 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4008 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2283 |
"name", "filter-class", //$NON-NLS-1$ //$NON-NLS-2$ |
4009 |
"name", "servlet-class", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2284 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4010 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2285 |
}); |
4011 |
}); |
| 2286 |
addAnnotation |
4012 |
addAnnotation |
| 2287 |
(getFilter_InitParams(), |
4013 |
(getServlet_JspFile(), |
| 2288 |
source, |
4014 |
source, |
| 2289 |
new String[] { |
4015 |
new String[] { |
| 2290 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4016 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2291 |
"name", "init-param", //$NON-NLS-1$ //$NON-NLS-2$ |
4017 |
"name", "jsp-file", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2292 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4018 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2293 |
}); |
4019 |
}); |
| 2294 |
addAnnotation |
4020 |
addAnnotation |
| 2295 |
(getFilter_Id(), |
4021 |
(getServlet_InitParams(), |
| 2296 |
source, |
4022 |
source, |
| 2297 |
new String[] { |
4023 |
new String[] { |
| 2298 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4024 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2299 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4025 |
"name", "init-param", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4026 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2300 |
}); |
4027 |
}); |
| 2301 |
addAnnotation |
4028 |
addAnnotation |
| 2302 |
(filterMappingEClass, |
4029 |
(getServlet_LoadOnStartup(), |
| 2303 |
source, |
4030 |
source, |
| 2304 |
new String[] { |
4031 |
new String[] { |
| 2305 |
"name", "filter-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
4032 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2306 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4033 |
"name", "load-on-startup", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2307 |
}); |
4034 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4035 |
}); |
| 2308 |
addAnnotation |
4036 |
addAnnotation |
| 2309 |
(getFilterMapping_FilterName(), |
4037 |
(getServlet_Enabled(), |
| 2310 |
source, |
4038 |
source, |
| 2311 |
new String[] { |
4039 |
new String[] { |
| 2312 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4040 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2313 |
"name", "filter-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4041 |
"name", "enabled", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4042 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4043 |
}); |
| 4044 |
addAnnotation |
| 4045 |
(getServlet_AsyncSupported(), |
| 4046 |
source, |
| 4047 |
new String[] { |
| 4048 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4049 |
"name", "async-supported", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2314 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4050 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2315 |
}); |
4051 |
}); |
| 2316 |
addAnnotation |
4052 |
addAnnotation |
| 2317 |
(getFilterMapping_Group(), |
4053 |
(getServlet_RunAs(), |
| 2318 |
source, |
4054 |
source, |
| 2319 |
new String[] { |
4055 |
new String[] { |
| 2320 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
4056 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2321 |
"name", "group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
4057 |
"name", "run-as", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4058 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2322 |
}); |
4059 |
}); |
| 2323 |
addAnnotation |
4060 |
addAnnotation |
| 2324 |
(getFilterMapping_UrlPatterns(), |
4061 |
(getServlet_SecurityRoleRefs(), |
| 2325 |
source, |
4062 |
source, |
| 2326 |
new String[] { |
4063 |
new String[] { |
| 2327 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4064 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2328 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
4065 |
"name", "security-role-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2329 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
4066 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2330 |
"group", "#group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
4067 |
}); |
|
|
4068 |
addAnnotation |
| 4069 |
(getServlet_MultipartConfig(), |
| 4070 |
source, |
| 4071 |
new String[] { |
| 4072 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4073 |
"name", "multipart-config", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4074 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2331 |
}); |
4075 |
}); |
| 2332 |
addAnnotation |
4076 |
addAnnotation |
| 2333 |
(getFilterMapping_ServletNames(), |
4077 |
(getServlet_Id(), |
|
|
4078 |
source, |
| 4079 |
new String[] { |
| 4080 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4081 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4082 |
}); |
| 4083 |
addAnnotation |
| 4084 |
(servletMappingEClass, |
| 4085 |
source, |
| 4086 |
new String[] { |
| 4087 |
"name", "servlet-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4088 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4089 |
}); |
| 4090 |
addAnnotation |
| 4091 |
(getServletMapping_ServletName(), |
| 2334 |
source, |
4092 |
source, |
| 2335 |
new String[] { |
4093 |
new String[] { |
| 2336 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4094 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2337 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4095 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2338 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
4096 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2339 |
"group", "#group:1" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2340 |
}); |
4097 |
}); |
| 2341 |
addAnnotation |
4098 |
addAnnotation |
| 2342 |
(getFilterMapping_Dispatchers(), |
4099 |
(getServletMapping_UrlPatterns(), |
| 2343 |
source, |
4100 |
source, |
| 2344 |
new String[] { |
4101 |
new String[] { |
| 2345 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4102 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2346 |
"name", "dispatcher", //$NON-NLS-1$ //$NON-NLS-2$ |
4103 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2347 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4104 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2348 |
}); |
4105 |
}); |
| 2349 |
addAnnotation |
4106 |
addAnnotation |
| 2350 |
(getFilterMapping_Id(), |
4107 |
(getServletMapping_Id(), |
| 2351 |
source, |
4108 |
source, |
| 2352 |
new String[] { |
4109 |
new String[] { |
| 2353 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4110 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2354 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4111 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2355 |
}); |
4112 |
}); |
| 2356 |
addAnnotation |
4113 |
addAnnotation |
| 2357 |
(filterNameTypeEDataType, |
4114 |
(servletNameTypeEDataType, |
| 2358 |
source, |
4115 |
source, |
| 2359 |
new String[] { |
4116 |
new String[] { |
| 2360 |
"name", "filter-nameType", //$NON-NLS-1$ //$NON-NLS-2$ |
4117 |
"name", "servlet-nameType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2361 |
"baseType", "nonEmptyStringType" //$NON-NLS-1$ //$NON-NLS-2$ |
4118 |
"baseType", "nonEmptyStringType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2362 |
}); |
4119 |
}); |
| 2363 |
addAnnotation |
4120 |
addAnnotation |
| 2364 |
(formLoginConfigEClass, |
4121 |
(sessionConfigEClass, |
| 2365 |
source, |
4122 |
source, |
| 2366 |
new String[] { |
4123 |
new String[] { |
| 2367 |
"name", "form-login-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
4124 |
"name", "session-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2368 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4125 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2369 |
}); |
4126 |
}); |
| 2370 |
addAnnotation |
4127 |
addAnnotation |
| 2371 |
(getFormLoginConfig_FormLoginPage(), |
4128 |
(getSessionConfig_SessionTimeout(), |
| 2372 |
source, |
4129 |
source, |
| 2373 |
new String[] { |
4130 |
new String[] { |
| 2374 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4131 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2375 |
"name", "form-login-page", //$NON-NLS-1$ //$NON-NLS-2$ |
4132 |
"name", "session-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2376 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4133 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2377 |
}); |
4134 |
}); |
| 2378 |
addAnnotation |
4135 |
addAnnotation |
| 2379 |
(getFormLoginConfig_FormErrorPage(), |
4136 |
(getSessionConfig_CookieConfig(), |
| 2380 |
source, |
4137 |
source, |
| 2381 |
new String[] { |
4138 |
new String[] { |
| 2382 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4139 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2383 |
"name", "form-error-page", //$NON-NLS-1$ //$NON-NLS-2$ |
4140 |
"name", "cookie-config", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4141 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4142 |
}); |
| 4143 |
addAnnotation |
| 4144 |
(getSessionConfig_TrackingMode(), |
| 4145 |
source, |
| 4146 |
new String[] { |
| 4147 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4148 |
"name", "tracking-mode", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2384 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4149 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2385 |
}); |
4150 |
}); |
| 2386 |
addAnnotation |
4151 |
addAnnotation |
| 2387 |
(getFormLoginConfig_Id(), |
4152 |
(getSessionConfig_Id(), |
| 2388 |
source, |
4153 |
source, |
| 2389 |
new String[] { |
4154 |
new String[] { |
| 2390 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4155 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2391 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4156 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2392 |
}); |
4157 |
}); |
| 2393 |
addAnnotation |
4158 |
addAnnotation |
| 2394 |
(httpMethodTypeEDataType, |
4159 |
(trackingModeTypeEEnum, |
|
|
4160 |
source, |
| 4161 |
new String[] { |
| 4162 |
"name", "tracking-modeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4163 |
}); |
| 4164 |
addAnnotation |
| 4165 |
(trackingModeTypeObjectEDataType, |
| 4166 |
source, |
| 4167 |
new String[] { |
| 4168 |
"name", "tracking-modeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4169 |
"baseType", "tracking-modeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4170 |
}); |
| 4171 |
addAnnotation |
| 4172 |
(transportGuaranteeTypeEEnum, |
| 2395 |
source, |
4173 |
source, |
| 2396 |
new String[] { |
4174 |
new String[] { |
| 2397 |
"name", "http-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
4175 |
"name", "transport-guaranteeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2398 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2399 |
"pattern", "[\\p{L}-[\\p{Cc}\\p{Z}]]+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2400 |
}); |
4176 |
}); |
| 2401 |
addAnnotation |
4177 |
addAnnotation |
| 2402 |
(loadOnStartupTypeEDataType, |
4178 |
(transportGuaranteeTypeObjectEDataType, |
| 2403 |
source, |
4179 |
source, |
| 2404 |
new String[] { |
4180 |
new String[] { |
| 2405 |
"name", "load-on-startupType", //$NON-NLS-1$ //$NON-NLS-2$ |
4181 |
"name", "transport-guaranteeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2406 |
"memberTypes", "null-charType http://www.eclipse.org/emf/2003/XMLType#integer" //$NON-NLS-1$ //$NON-NLS-2$ |
4182 |
"baseType", "transport-guaranteeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2407 |
}); |
4183 |
}); |
| 2408 |
addAnnotation |
4184 |
addAnnotation |
| 2409 |
(localeEncodingMappingEClass, |
4185 |
(userDataConstraintEClass, |
| 2410 |
source, |
4186 |
source, |
| 2411 |
new String[] { |
4187 |
new String[] { |
| 2412 |
"name", "locale-encoding-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
4188 |
"name", "user-data-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2413 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4189 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2414 |
}); |
4190 |
}); |
| 2415 |
addAnnotation |
4191 |
addAnnotation |
| 2416 |
(getLocaleEncodingMapping_Locale(), |
4192 |
(getUserDataConstraint_Descriptions(), |
| 2417 |
source, |
4193 |
source, |
| 2418 |
new String[] { |
4194 |
new String[] { |
| 2419 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4195 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2420 |
"name", "locale", //$NON-NLS-1$ //$NON-NLS-2$ |
4196 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2421 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4197 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2422 |
}); |
4198 |
}); |
| 2423 |
addAnnotation |
4199 |
addAnnotation |
| 2424 |
(getLocaleEncodingMapping_Encoding(), |
4200 |
(getUserDataConstraint_TransportGuarantee(), |
| 2425 |
source, |
4201 |
source, |
| 2426 |
new String[] { |
4202 |
new String[] { |
| 2427 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4203 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2428 |
"name", "encoding", //$NON-NLS-1$ //$NON-NLS-2$ |
4204 |
"name", "transport-guarantee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2429 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4205 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2430 |
}); |
4206 |
}); |
| 2431 |
addAnnotation |
4207 |
addAnnotation |
| 2432 |
(getLocaleEncodingMapping_Id(), |
4208 |
(getUserDataConstraint_Id(), |
| 2433 |
source, |
4209 |
source, |
| 2434 |
new String[] { |
4210 |
new String[] { |
| 2435 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4211 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2436 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4212 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2437 |
}); |
4213 |
}); |
| 2438 |
addAnnotation |
4214 |
addAnnotation |
| 2439 |
(localeEncodingMappingListEClass, |
4215 |
(warPathTypeEDataType, |
| 2440 |
source, |
4216 |
source, |
| 2441 |
new String[] { |
4217 |
new String[] { |
| 2442 |
"name", "locale-encoding-mapping-listType", //$NON-NLS-1$ //$NON-NLS-2$ |
4218 |
"name", "war-pathType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2443 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4219 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4220 |
"pattern", "/.*" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2444 |
}); |
4221 |
}); |
| 2445 |
addAnnotation |
4222 |
addAnnotation |
| 2446 |
(getLocaleEncodingMappingList_LocalEncodingMappings(), |
4223 |
(webAppEClass, |
| 2447 |
source, |
4224 |
source, |
| 2448 |
new String[] { |
4225 |
new String[] { |
| 2449 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4226 |
"name", "web-appType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2450 |
"name", "locale-encoding-mapping", //$NON-NLS-1$ //$NON-NLS-2$ |
4227 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2451 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2452 |
}); |
4228 |
}); |
| 2453 |
addAnnotation |
4229 |
addAnnotation |
| 2454 |
(getLocaleEncodingMappingList_Id(), |
4230 |
(getWebApp_Group(), |
| 2455 |
source, |
4231 |
source, |
| 2456 |
new String[] { |
4232 |
new String[] { |
| 2457 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4233 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2458 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4234 |
"name", "group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2459 |
}); |
4235 |
}); |
| 2460 |
addAnnotation |
4236 |
addAnnotation |
| 2461 |
(localeTypeEDataType, |
4237 |
(getWebApp_Descriptions(), |
| 2462 |
source, |
4238 |
source, |
| 2463 |
new String[] { |
4239 |
new String[] { |
| 2464 |
"name", "localeType", //$NON-NLS-1$ //$NON-NLS-2$ |
4240 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2465 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#string", //$NON-NLS-1$ //$NON-NLS-2$ |
4241 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2466 |
"pattern", "[a-z]{2}(_|-)?([\\p{L}\\-\\p{Nd}]{2})?" //$NON-NLS-1$ //$NON-NLS-2$ |
4242 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2467 |
}); |
4243 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4244 |
}); |
| 2468 |
addAnnotation |
4245 |
addAnnotation |
| 2469 |
(loginConfigEClass, |
4246 |
(getWebApp_DisplayNames(), |
| 2470 |
source, |
4247 |
source, |
| 2471 |
new String[] { |
4248 |
new String[] { |
| 2472 |
"name", "login-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
4249 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2473 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4250 |
"name", "display-name", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4251 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4252 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2474 |
}); |
4253 |
}); |
| 2475 |
addAnnotation |
4254 |
addAnnotation |
| 2476 |
(getLoginConfig_AuthMethod(), |
4255 |
(getWebApp_Icons(), |
| 2477 |
source, |
4256 |
source, |
| 2478 |
new String[] { |
4257 |
new String[] { |
| 2479 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4258 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2480 |
"name", "auth-method", //$NON-NLS-1$ //$NON-NLS-2$ |
4259 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2481 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4260 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4261 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2482 |
}); |
4262 |
}); |
| 2483 |
addAnnotation |
4263 |
addAnnotation |
| 2484 |
(getLoginConfig_RealmName(), |
4264 |
(getWebApp_Name(), |
| 2485 |
source, |
4265 |
source, |
| 2486 |
new String[] { |
4266 |
new String[] { |
| 2487 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4267 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2488 |
"name", "realm-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4268 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2489 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4269 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4270 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2490 |
}); |
4271 |
}); |
| 2491 |
addAnnotation |
4272 |
addAnnotation |
| 2492 |
(getLoginConfig_FormLoginConfig(), |
4273 |
(getWebApp_Distributables(), |
| 2493 |
source, |
4274 |
source, |
| 2494 |
new String[] { |
4275 |
new String[] { |
| 2495 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4276 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2496 |
"name", "form-login-config", //$NON-NLS-1$ //$NON-NLS-2$ |
4277 |
"name", "distributable", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2497 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4278 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2498 |
}); |
4279 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2499 |
addAnnotation |
|
|
| 2500 |
(getLoginConfig_Id(), |
| 2501 |
source, |
| 2502 |
new String[] { |
| 2503 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2504 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2505 |
}); |
4280 |
}); |
| 2506 |
addAnnotation |
4281 |
addAnnotation |
| 2507 |
(mimeMappingEClass, |
4282 |
(getWebApp_ContextParams(), |
| 2508 |
source, |
4283 |
source, |
| 2509 |
new String[] { |
4284 |
new String[] { |
| 2510 |
"name", "mime-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
4285 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2511 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4286 |
"name", "context-param", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4287 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4288 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2512 |
}); |
4289 |
}); |
| 2513 |
addAnnotation |
4290 |
addAnnotation |
| 2514 |
(getMimeMapping_Extension(), |
4291 |
(getWebApp_Filters(), |
| 2515 |
source, |
4292 |
source, |
| 2516 |
new String[] { |
4293 |
new String[] { |
| 2517 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4294 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2518 |
"name", "extension", //$NON-NLS-1$ //$NON-NLS-2$ |
4295 |
"name", "filter", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2519 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4296 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4297 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2520 |
}); |
4298 |
}); |
| 2521 |
addAnnotation |
4299 |
addAnnotation |
| 2522 |
(getMimeMapping_MimeType(), |
4300 |
(getWebApp_FilterMappings(), |
| 2523 |
source, |
4301 |
source, |
| 2524 |
new String[] { |
4302 |
new String[] { |
| 2525 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4303 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2526 |
"name", "mime-type", //$NON-NLS-1$ //$NON-NLS-2$ |
4304 |
"name", "filter-mapping", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2527 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4305 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4306 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2528 |
}); |
4307 |
}); |
| 2529 |
addAnnotation |
4308 |
addAnnotation |
| 2530 |
(getMimeMapping_Id(), |
4309 |
(getWebApp_Listeners(), |
| 2531 |
source, |
|
|
| 2532 |
new String[] { |
| 2533 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2534 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2535 |
}); |
| 2536 |
addAnnotation |
| 2537 |
(mimeTypeTypeEDataType, |
| 2538 |
source, |
| 2539 |
new String[] { |
| 2540 |
"name", "mime-typeType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2541 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2542 |
"pattern", "[^\\p{Cc}^\\s]+/[^\\p{Cc}^\\s]+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2543 |
}); |
| 2544 |
addAnnotation |
| 2545 |
(nonEmptyStringTypeEDataType, |
| 2546 |
source, |
4310 |
source, |
| 2547 |
new String[] { |
4311 |
new String[] { |
| 2548 |
"name", "nonEmptyStringType", //$NON-NLS-1$ //$NON-NLS-2$ |
4312 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2549 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
4313 |
"name", "listener", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2550 |
"minLength", "1" //$NON-NLS-1$ //$NON-NLS-2$ |
4314 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4315 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2551 |
}); |
4316 |
}); |
| 2552 |
addAnnotation |
4317 |
addAnnotation |
| 2553 |
(nullCharTypeEEnum, |
4318 |
(getWebApp_Servlets(), |
| 2554 |
source, |
4319 |
source, |
| 2555 |
new String[] { |
4320 |
new String[] { |
| 2556 |
"name", "null-charType" //$NON-NLS-1$ //$NON-NLS-2$ |
4321 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4322 |
"name", "servlet", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4323 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4324 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2557 |
}); |
4325 |
}); |
| 2558 |
addAnnotation |
4326 |
addAnnotation |
| 2559 |
(nullCharTypeObjectEDataType, |
4327 |
(getWebApp_ServletMappings(), |
| 2560 |
source, |
|
|
| 2561 |
new String[] { |
| 2562 |
"name", "null-charType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2563 |
"baseType", "null-charType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2564 |
}); |
| 2565 |
addAnnotation |
| 2566 |
(securityConstraintEClass, |
| 2567 |
source, |
4328 |
source, |
| 2568 |
new String[] { |
4329 |
new String[] { |
| 2569 |
"name", "security-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
4330 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2570 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4331 |
"name", "servlet-mapping", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4332 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4333 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2571 |
}); |
4334 |
}); |
| 2572 |
addAnnotation |
4335 |
addAnnotation |
| 2573 |
(getSecurityConstraint_DisplayNames(), |
4336 |
(getWebApp_SessionConfigs(), |
| 2574 |
source, |
4337 |
source, |
| 2575 |
new String[] { |
4338 |
new String[] { |
| 2576 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4339 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2577 |
"name", "display-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4340 |
"name", "session-config", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2578 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4341 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4342 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2579 |
}); |
4343 |
}); |
| 2580 |
addAnnotation |
4344 |
addAnnotation |
| 2581 |
(getSecurityConstraint_WebResourceCollections(), |
4345 |
(getWebApp_MimeMappings(), |
| 2582 |
source, |
4346 |
source, |
| 2583 |
new String[] { |
4347 |
new String[] { |
| 2584 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4348 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2585 |
"name", "web-resource-collection", //$NON-NLS-1$ //$NON-NLS-2$ |
4349 |
"name", "mime-mapping", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2586 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4350 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4351 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2587 |
}); |
4352 |
}); |
| 2588 |
addAnnotation |
4353 |
addAnnotation |
| 2589 |
(getSecurityConstraint_AuthConstraint(), |
4354 |
(getWebApp_WelcomeFileLists(), |
| 2590 |
source, |
4355 |
source, |
| 2591 |
new String[] { |
4356 |
new String[] { |
| 2592 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4357 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2593 |
"name", "auth-constraint", //$NON-NLS-1$ //$NON-NLS-2$ |
4358 |
"name", "welcome-file-list", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2594 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4359 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4360 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2595 |
}); |
4361 |
}); |
| 2596 |
addAnnotation |
4362 |
addAnnotation |
| 2597 |
(getSecurityConstraint_UserDataConstraint(), |
4363 |
(getWebApp_ErrorPages(), |
| 2598 |
source, |
4364 |
source, |
| 2599 |
new String[] { |
4365 |
new String[] { |
| 2600 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4366 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2601 |
"name", "user-data-constraint", //$NON-NLS-1$ //$NON-NLS-2$ |
4367 |
"name", "error-page", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2602 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4368 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4369 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2603 |
}); |
4370 |
}); |
| 2604 |
addAnnotation |
4371 |
addAnnotation |
| 2605 |
(getSecurityConstraint_Id(), |
4372 |
(getWebApp_JspConfigs(), |
| 2606 |
source, |
4373 |
source, |
| 2607 |
new String[] { |
4374 |
new String[] { |
| 2608 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4375 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2609 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4376 |
"name", "jsp-config", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2610 |
}); |
4377 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4378 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4379 |
}); |
| 2611 |
addAnnotation |
4380 |
addAnnotation |
| 2612 |
(servletEClass, |
4381 |
(getWebApp_SecurityConstraints(), |
| 2613 |
source, |
4382 |
source, |
| 2614 |
new String[] { |
4383 |
new String[] { |
| 2615 |
"name", "servletType", //$NON-NLS-1$ //$NON-NLS-2$ |
4384 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2616 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4385 |
"name", "security-constraint", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4386 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4387 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2617 |
}); |
4388 |
}); |
| 2618 |
addAnnotation |
4389 |
addAnnotation |
| 2619 |
(getServlet_Descriptions(), |
4390 |
(getWebApp_LoginConfigs(), |
| 2620 |
source, |
4391 |
source, |
| 2621 |
new String[] { |
4392 |
new String[] { |
| 2622 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4393 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2623 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
4394 |
"name", "login-config", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2624 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
4395 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4396 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2625 |
}); |
4397 |
}); |
| 2626 |
addAnnotation |
4398 |
addAnnotation |
| 2627 |
(getServlet_DisplayNames(), |
4399 |
(getWebApp_SecurityRoles(), |
| 2628 |
source, |
4400 |
source, |
| 2629 |
new String[] { |
4401 |
new String[] { |
| 2630 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4402 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2631 |
"name", "display-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4403 |
"name", "security-role", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2632 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
4404 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4405 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2633 |
}); |
4406 |
}); |
| 2634 |
addAnnotation |
4407 |
addAnnotation |
| 2635 |
(getServlet_Icons(), |
4408 |
(getWebApp_EnvEntries(), |
| 2636 |
source, |
4409 |
source, |
| 2637 |
new String[] { |
4410 |
new String[] { |
| 2638 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4411 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2639 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
4412 |
"name", "env-entry", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2640 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
4413 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4414 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2641 |
}); |
4415 |
}); |
| 2642 |
addAnnotation |
4416 |
addAnnotation |
| 2643 |
(getServlet_ServletName(), |
4417 |
(getWebApp_EjbRefs(), |
| 2644 |
source, |
4418 |
source, |
| 2645 |
new String[] { |
4419 |
new String[] { |
| 2646 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4420 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2647 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4421 |
"name", "ejb-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2648 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4422 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2649 |
}); |
4423 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4424 |
}); |
| 2650 |
addAnnotation |
4425 |
addAnnotation |
| 2651 |
(getServlet_ServletClass(), |
4426 |
(getWebApp_EjbLocalRefs(), |
| 2652 |
source, |
4427 |
source, |
| 2653 |
new String[] { |
4428 |
new String[] { |
| 2654 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4429 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2655 |
"name", "servlet-class", //$NON-NLS-1$ //$NON-NLS-2$ |
4430 |
"name", "ejb-local-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2656 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4431 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4432 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2657 |
}); |
4433 |
}); |
| 2658 |
addAnnotation |
4434 |
addAnnotation |
| 2659 |
(getServlet_JspFile(), |
4435 |
(getWebApp_ServiceRefs(), |
| 2660 |
source, |
4436 |
source, |
| 2661 |
new String[] { |
4437 |
new String[] { |
| 2662 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4438 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2663 |
"name", "jsp-file", //$NON-NLS-1$ //$NON-NLS-2$ |
4439 |
"name", "service-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2664 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4440 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4441 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2665 |
}); |
4442 |
}); |
| 2666 |
addAnnotation |
4443 |
addAnnotation |
| 2667 |
(getServlet_InitParams(), |
4444 |
(getWebApp_ResourceRefs(), |
| 2668 |
source, |
4445 |
source, |
| 2669 |
new String[] { |
4446 |
new String[] { |
| 2670 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4447 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2671 |
"name", "init-param", //$NON-NLS-1$ //$NON-NLS-2$ |
4448 |
"name", "resource-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2672 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4449 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2673 |
}); |
4450 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4451 |
}); |
| 2674 |
addAnnotation |
4452 |
addAnnotation |
| 2675 |
(getServlet_LoadOnStartup(), |
4453 |
(getWebApp_ResourceEnvRefs(), |
| 2676 |
source, |
4454 |
source, |
| 2677 |
new String[] { |
4455 |
new String[] { |
| 2678 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4456 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2679 |
"name", "load-on-startup", //$NON-NLS-1$ //$NON-NLS-2$ |
4457 |
"name", "resource-env-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2680 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4458 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4459 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2681 |
}); |
4460 |
}); |
| 2682 |
addAnnotation |
4461 |
addAnnotation |
| 2683 |
(getServlet_RunAs(), |
4462 |
(getWebApp_MessageDestinationRefs(), |
| 2684 |
source, |
4463 |
source, |
| 2685 |
new String[] { |
4464 |
new String[] { |
| 2686 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4465 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2687 |
"name", "run-as", //$NON-NLS-1$ //$NON-NLS-2$ |
4466 |
"name", "message-destination-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2688 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4467 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4468 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2689 |
}); |
4469 |
}); |
| 2690 |
addAnnotation |
4470 |
addAnnotation |
| 2691 |
(getServlet_SecurityRoleRefs(), |
4471 |
(getWebApp_PersistenceContextRefs(), |
| 2692 |
source, |
4472 |
source, |
| 2693 |
new String[] { |
4473 |
new String[] { |
| 2694 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4474 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2695 |
"name", "security-role-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
4475 |
"name", "persistence-context-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2696 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4476 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4477 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2697 |
}); |
4478 |
}); |
| 2698 |
addAnnotation |
4479 |
addAnnotation |
| 2699 |
(getServlet_Id(), |
4480 |
(getWebApp_PersistenceUnitRefs(), |
| 2700 |
source, |
4481 |
source, |
| 2701 |
new String[] { |
4482 |
new String[] { |
| 2702 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4483 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2703 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4484 |
"name", "persistence-unit-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2704 |
}); |
4485 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4486 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4487 |
}); |
| 2705 |
addAnnotation |
4488 |
addAnnotation |
| 2706 |
(servletMappingEClass, |
4489 |
(getWebApp_PostConstructs(), |
| 2707 |
source, |
4490 |
source, |
| 2708 |
new String[] { |
4491 |
new String[] { |
| 2709 |
"name", "servlet-mappingType", //$NON-NLS-1$ //$NON-NLS-2$ |
4492 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2710 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4493 |
"name", "post-construct", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4494 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4495 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2711 |
}); |
4496 |
}); |
| 2712 |
addAnnotation |
4497 |
addAnnotation |
| 2713 |
(getServletMapping_ServletName(), |
4498 |
(getWebApp_PreDestroys(), |
| 2714 |
source, |
4499 |
source, |
| 2715 |
new String[] { |
4500 |
new String[] { |
| 2716 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4501 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2717 |
"name", "servlet-name", //$NON-NLS-1$ //$NON-NLS-2$ |
4502 |
"name", "pre-destroy", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2718 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4503 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4504 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2719 |
}); |
4505 |
}); |
| 2720 |
addAnnotation |
4506 |
addAnnotation |
| 2721 |
(getServletMapping_UrlPatterns(), |
4507 |
(getWebApp_DataSource(), |
| 2722 |
source, |
4508 |
source, |
| 2723 |
new String[] { |
4509 |
new String[] { |
| 2724 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4510 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2725 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
4511 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2726 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4512 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4513 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2727 |
}); |
4514 |
}); |
| 2728 |
addAnnotation |
4515 |
addAnnotation |
| 2729 |
(getServletMapping_Id(), |
4516 |
(getWebApp_MessageDestinations(), |
| 2730 |
source, |
4517 |
source, |
| 2731 |
new String[] { |
4518 |
new String[] { |
| 2732 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4519 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2733 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4520 |
"name", "message-destination", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4521 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4522 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2734 |
}); |
4523 |
}); |
| 2735 |
addAnnotation |
4524 |
addAnnotation |
| 2736 |
(servletNameTypeEDataType, |
4525 |
(getWebApp_LocalEncodingMappingsLists(), |
| 2737 |
source, |
4526 |
source, |
| 2738 |
new String[] { |
4527 |
new String[] { |
| 2739 |
"name", "servlet-nameType", //$NON-NLS-1$ //$NON-NLS-2$ |
4528 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2740 |
"baseType", "nonEmptyStringType" //$NON-NLS-1$ //$NON-NLS-2$ |
4529 |
"name", "locale-encoding-mapping-list", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4530 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4531 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2741 |
}); |
4532 |
}); |
| 2742 |
addAnnotation |
4533 |
addAnnotation |
| 2743 |
(sessionConfigEClass, |
4534 |
(getWebApp_ModuleName(), |
| 2744 |
source, |
4535 |
source, |
| 2745 |
new String[] { |
4536 |
new String[] { |
| 2746 |
"name", "session-configType", //$NON-NLS-1$ //$NON-NLS-2$ |
4537 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2747 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4538 |
"name", "module-name", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4539 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4540 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2748 |
}); |
4541 |
}); |
| 2749 |
addAnnotation |
4542 |
addAnnotation |
| 2750 |
(getSessionConfig_SessionTimeout(), |
4543 |
(getWebApp_AbsoluteOrdering(), |
| 2751 |
source, |
4544 |
source, |
| 2752 |
new String[] { |
4545 |
new String[] { |
| 2753 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4546 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2754 |
"name", "session-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
4547 |
"name", "absolute-ordering", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2755 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4548 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4549 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2756 |
}); |
4550 |
}); |
| 2757 |
addAnnotation |
4551 |
addAnnotation |
| 2758 |
(getSessionConfig_Id(), |
4552 |
(getWebApp_Id(), |
| 2759 |
source, |
4553 |
source, |
| 2760 |
new String[] { |
4554 |
new String[] { |
| 2761 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4555 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2762 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4556 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2763 |
}); |
4557 |
}); |
| 2764 |
addAnnotation |
4558 |
addAnnotation |
| 2765 |
(transportGuaranteeTypeEEnum, |
4559 |
(getWebApp_MetadataComplete(), |
| 2766 |
source, |
4560 |
source, |
| 2767 |
new String[] { |
4561 |
new String[] { |
| 2768 |
"name", "transport-guaranteeType" //$NON-NLS-1$ //$NON-NLS-2$ |
4562 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4563 |
"name", "metadata-complete" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2769 |
}); |
4564 |
}); |
| 2770 |
addAnnotation |
4565 |
addAnnotation |
| 2771 |
(transportGuaranteeTypeObjectEDataType, |
4566 |
(getWebApp_Version(), |
| 2772 |
source, |
4567 |
source, |
| 2773 |
new String[] { |
4568 |
new String[] { |
| 2774 |
"name", "transport-guaranteeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
4569 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2775 |
"baseType", "transport-guaranteeType" //$NON-NLS-1$ //$NON-NLS-2$ |
4570 |
"name", "version" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2776 |
}); |
4571 |
}); |
| 2777 |
addAnnotation |
4572 |
addAnnotation |
| 2778 |
(userDataConstraintEClass, |
4573 |
(webAppDeploymentDescriptorEClass, |
| 2779 |
source, |
4574 |
source, |
| 2780 |
new String[] { |
4575 |
new String[] { |
| 2781 |
"name", "user-data-constraintType", //$NON-NLS-1$ //$NON-NLS-2$ |
4576 |
"name", "", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2782 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4577 |
"kind", "mixed" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2783 |
}); |
4578 |
}); |
| 2784 |
addAnnotation |
4579 |
addAnnotation |
| 2785 |
(getUserDataConstraint_Descriptions(), |
4580 |
(getWebAppDeploymentDescriptor_Mixed(), |
| 2786 |
source, |
4581 |
source, |
| 2787 |
new String[] { |
4582 |
new String[] { |
| 2788 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4583 |
"kind", "elementWildcard", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2789 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
4584 |
"name", ":mixed" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2790 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2791 |
}); |
4585 |
}); |
| 2792 |
addAnnotation |
4586 |
addAnnotation |
| 2793 |
(getUserDataConstraint_TransportGuarantee(), |
4587 |
(getWebAppDeploymentDescriptor_XMLNSPrefixMap(), |
| 2794 |
source, |
4588 |
source, |
| 2795 |
new String[] { |
4589 |
new String[] { |
| 2796 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4590 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2797 |
"name", "transport-guarantee", //$NON-NLS-1$ //$NON-NLS-2$ |
4591 |
"name", "xmlns:prefix" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2798 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2799 |
}); |
4592 |
}); |
| 2800 |
addAnnotation |
4593 |
addAnnotation |
| 2801 |
(getUserDataConstraint_Id(), |
4594 |
(getWebAppDeploymentDescriptor_XSISchemaLocation(), |
| 2802 |
source, |
4595 |
source, |
| 2803 |
new String[] { |
4596 |
new String[] { |
| 2804 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4597 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2805 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4598 |
"name", "xsi:schemaLocation" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4599 |
}); |
| 4600 |
addAnnotation |
| 4601 |
(getWebAppDeploymentDescriptor_WebApp(), |
| 4602 |
source, |
| 4603 |
new String[] { |
| 4604 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4605 |
"name", "web-app", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4606 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2806 |
}); |
4607 |
}); |
| 2807 |
addAnnotation |
4608 |
addAnnotation |
| 2808 |
(warPathTypeEDataType, |
4609 |
(webAppVersionTypeEEnum, |
| 2809 |
source, |
4610 |
source, |
| 2810 |
new String[] { |
4611 |
new String[] { |
| 2811 |
"name", "war-pathType", //$NON-NLS-1$ //$NON-NLS-2$ |
4612 |
"name", "web-app-versionType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2812 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 2813 |
"pattern", "/.*" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2814 |
}); |
4613 |
}); |
| 2815 |
addAnnotation |
4614 |
addAnnotation |
| 2816 |
(webAppEClass, |
4615 |
(webAppVersionTypeObjectEDataType, |
| 2817 |
source, |
4616 |
source, |
| 2818 |
new String[] { |
4617 |
new String[] { |
| 2819 |
"name", "web-appType", //$NON-NLS-1$ //$NON-NLS-2$ |
4618 |
"name", "web-app-versionType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4619 |
"baseType", "web-app-versionType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4620 |
}); |
| 4621 |
addAnnotation |
| 4622 |
(webFragmentEClass, |
| 4623 |
source, |
| 4624 |
new String[] { |
| 4625 |
"name", "web-fragmentType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2820 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
4626 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2821 |
}); |
4627 |
}); |
| 2822 |
addAnnotation |
4628 |
addAnnotation |
| 2823 |
(getWebApp_Group(), |
4629 |
(getWebFragment_Group(), |
| 2824 |
source, |
4630 |
source, |
| 2825 |
new String[] { |
4631 |
new String[] { |
| 2826 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
4632 |
"kind", "group", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2827 |
"name", "group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4633 |
"name", "group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2828 |
}); |
4634 |
}); |
| 2829 |
addAnnotation |
4635 |
addAnnotation |
| 2830 |
(getWebApp_Descriptions(), |
4636 |
(getWebFragment_Descriptions(), |
| 2831 |
source, |
4637 |
source, |
| 2832 |
new String[] { |
4638 |
new String[] { |
| 2833 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4639 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2836-2842
Link Here
|
| 2836 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4642 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2837 |
}); |
4643 |
}); |
| 2838 |
addAnnotation |
4644 |
addAnnotation |
| 2839 |
(getWebApp_DisplayNames(), |
4645 |
(getWebFragment_DisplayNames(), |
| 2840 |
source, |
4646 |
source, |
| 2841 |
new String[] { |
4647 |
new String[] { |
| 2842 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4648 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2845-2860
Link Here
|
| 2845 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4651 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2846 |
}); |
4652 |
}); |
| 2847 |
addAnnotation |
4653 |
addAnnotation |
| 2848 |
(getWebApp_Icons(), |
4654 |
(getWebFragment_Icons(), |
| 2849 |
source, |
4655 |
source, |
| 2850 |
new String[] { |
4656 |
new String[] { |
| 2851 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4657 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2852 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
4658 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2853 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
4659 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 2854 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4660 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4661 |
}); |
| 4662 |
addAnnotation |
| 4663 |
(getWebFragment_Name(), |
| 4664 |
source, |
| 4665 |
new String[] { |
| 4666 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4667 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4668 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4669 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2855 |
}); |
4670 |
}); |
| 2856 |
addAnnotation |
4671 |
addAnnotation |
| 2857 |
(getWebApp_Distributables(), |
4672 |
(getWebFragment_Distributables(), |
| 2858 |
source, |
4673 |
source, |
| 2859 |
new String[] { |
4674 |
new String[] { |
| 2860 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4675 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2863-2869
Link Here
|
| 2863 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4678 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2864 |
}); |
4679 |
}); |
| 2865 |
addAnnotation |
4680 |
addAnnotation |
| 2866 |
(getWebApp_ContextParams(), |
4681 |
(getWebFragment_ContextParams(), |
| 2867 |
source, |
4682 |
source, |
| 2868 |
new String[] { |
4683 |
new String[] { |
| 2869 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4684 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2872-2878
Link Here
|
| 2872 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4687 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2873 |
}); |
4688 |
}); |
| 2874 |
addAnnotation |
4689 |
addAnnotation |
| 2875 |
(getWebApp_Filters(), |
4690 |
(getWebFragment_Filters(), |
| 2876 |
source, |
4691 |
source, |
| 2877 |
new String[] { |
4692 |
new String[] { |
| 2878 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4693 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2881-2887
Link Here
|
| 2881 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4696 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2882 |
}); |
4697 |
}); |
| 2883 |
addAnnotation |
4698 |
addAnnotation |
| 2884 |
(getWebApp_FilterMappings(), |
4699 |
(getWebFragment_FilterMappings(), |
| 2885 |
source, |
4700 |
source, |
| 2886 |
new String[] { |
4701 |
new String[] { |
| 2887 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4702 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2890-2896
Link Here
|
| 2890 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4705 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2891 |
}); |
4706 |
}); |
| 2892 |
addAnnotation |
4707 |
addAnnotation |
| 2893 |
(getWebApp_Listeners(), |
4708 |
(getWebFragment_Listeners(), |
| 2894 |
source, |
4709 |
source, |
| 2895 |
new String[] { |
4710 |
new String[] { |
| 2896 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4711 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2899-2905
Link Here
|
| 2899 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4714 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2900 |
}); |
4715 |
}); |
| 2901 |
addAnnotation |
4716 |
addAnnotation |
| 2902 |
(getWebApp_Servlets(), |
4717 |
(getWebFragment_Servlets(), |
| 2903 |
source, |
4718 |
source, |
| 2904 |
new String[] { |
4719 |
new String[] { |
| 2905 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4720 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2908-2914
Link Here
|
| 2908 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4723 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2909 |
}); |
4724 |
}); |
| 2910 |
addAnnotation |
4725 |
addAnnotation |
| 2911 |
(getWebApp_ServletMappings(), |
4726 |
(getWebFragment_ServletMappings(), |
| 2912 |
source, |
4727 |
source, |
| 2913 |
new String[] { |
4728 |
new String[] { |
| 2914 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4729 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2917-2923
Link Here
|
| 2917 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4732 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2918 |
}); |
4733 |
}); |
| 2919 |
addAnnotation |
4734 |
addAnnotation |
| 2920 |
(getWebApp_SessionConfigs(), |
4735 |
(getWebFragment_SessionConfigs(), |
| 2921 |
source, |
4736 |
source, |
| 2922 |
new String[] { |
4737 |
new String[] { |
| 2923 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4738 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2926-2932
Link Here
|
| 2926 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4741 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2927 |
}); |
4742 |
}); |
| 2928 |
addAnnotation |
4743 |
addAnnotation |
| 2929 |
(getWebApp_MimeMappings(), |
4744 |
(getWebFragment_MimeMappings(), |
| 2930 |
source, |
4745 |
source, |
| 2931 |
new String[] { |
4746 |
new String[] { |
| 2932 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4747 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2935-2941
Link Here
|
| 2935 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4750 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2936 |
}); |
4751 |
}); |
| 2937 |
addAnnotation |
4752 |
addAnnotation |
| 2938 |
(getWebApp_WelcomeFileLists(), |
4753 |
(getWebFragment_WelcomeFileLists(), |
| 2939 |
source, |
4754 |
source, |
| 2940 |
new String[] { |
4755 |
new String[] { |
| 2941 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4756 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2944-2950
Link Here
|
| 2944 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4759 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2945 |
}); |
4760 |
}); |
| 2946 |
addAnnotation |
4761 |
addAnnotation |
| 2947 |
(getWebApp_ErrorPages(), |
4762 |
(getWebFragment_ErrorPages(), |
| 2948 |
source, |
4763 |
source, |
| 2949 |
new String[] { |
4764 |
new String[] { |
| 2950 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4765 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2953-2959
Link Here
|
| 2953 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4768 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2954 |
}); |
4769 |
}); |
| 2955 |
addAnnotation |
4770 |
addAnnotation |
| 2956 |
(getWebApp_JspConfigs(), |
4771 |
(getWebFragment_JspConfigs(), |
| 2957 |
source, |
4772 |
source, |
| 2958 |
new String[] { |
4773 |
new String[] { |
| 2959 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4774 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2962-2968
Link Here
|
| 2962 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4777 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2963 |
}); |
4778 |
}); |
| 2964 |
addAnnotation |
4779 |
addAnnotation |
| 2965 |
(getWebApp_SecurityConstraints(), |
4780 |
(getWebFragment_SecurityConstraints(), |
| 2966 |
source, |
4781 |
source, |
| 2967 |
new String[] { |
4782 |
new String[] { |
| 2968 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4783 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2971-2977
Link Here
|
| 2971 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4786 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2972 |
}); |
4787 |
}); |
| 2973 |
addAnnotation |
4788 |
addAnnotation |
| 2974 |
(getWebApp_LoginConfigs(), |
4789 |
(getWebFragment_LoginConfigs(), |
| 2975 |
source, |
4790 |
source, |
| 2976 |
new String[] { |
4791 |
new String[] { |
| 2977 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4792 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2980-2986
Link Here
|
| 2980 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4795 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2981 |
}); |
4796 |
}); |
| 2982 |
addAnnotation |
4797 |
addAnnotation |
| 2983 |
(getWebApp_SecurityRoles(), |
4798 |
(getWebFragment_SecurityRoles(), |
| 2984 |
source, |
4799 |
source, |
| 2985 |
new String[] { |
4800 |
new String[] { |
| 2986 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4801 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2989-2995
Link Here
|
| 2989 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4804 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2990 |
}); |
4805 |
}); |
| 2991 |
addAnnotation |
4806 |
addAnnotation |
| 2992 |
(getWebApp_EnvEntries(), |
4807 |
(getWebFragment_EnvEntries(), |
| 2993 |
source, |
4808 |
source, |
| 2994 |
new String[] { |
4809 |
new String[] { |
| 2995 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4810 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 2998-3004
Link Here
|
| 2998 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4813 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 2999 |
}); |
4814 |
}); |
| 3000 |
addAnnotation |
4815 |
addAnnotation |
| 3001 |
(getWebApp_EjbRefs(), |
4816 |
(getWebFragment_EjbRefs(), |
| 3002 |
source, |
4817 |
source, |
| 3003 |
new String[] { |
4818 |
new String[] { |
| 3004 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4819 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3007-3013
Link Here
|
| 3007 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4822 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3008 |
}); |
4823 |
}); |
| 3009 |
addAnnotation |
4824 |
addAnnotation |
| 3010 |
(getWebApp_EjbLocalRefs(), |
4825 |
(getWebFragment_EjbLocalRefs(), |
| 3011 |
source, |
4826 |
source, |
| 3012 |
new String[] { |
4827 |
new String[] { |
| 3013 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4828 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3016-3022
Link Here
|
| 3016 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4831 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3017 |
}); |
4832 |
}); |
| 3018 |
addAnnotation |
4833 |
addAnnotation |
| 3019 |
(getWebApp_ServiceRefs(), |
4834 |
(getWebFragment_ServiceRefs(), |
| 3020 |
source, |
4835 |
source, |
| 3021 |
new String[] { |
4836 |
new String[] { |
| 3022 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4837 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3025-3031
Link Here
|
| 3025 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4840 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3026 |
}); |
4841 |
}); |
| 3027 |
addAnnotation |
4842 |
addAnnotation |
| 3028 |
(getWebApp_ResourceRefs(), |
4843 |
(getWebFragment_ResourceRefs(), |
| 3029 |
source, |
4844 |
source, |
| 3030 |
new String[] { |
4845 |
new String[] { |
| 3031 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4846 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3034-3040
Link Here
|
| 3034 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4849 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3035 |
}); |
4850 |
}); |
| 3036 |
addAnnotation |
4851 |
addAnnotation |
| 3037 |
(getWebApp_ResourceEnvRefs(), |
4852 |
(getWebFragment_ResourceEnvRefs(), |
| 3038 |
source, |
4853 |
source, |
| 3039 |
new String[] { |
4854 |
new String[] { |
| 3040 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4855 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3043-3049
Link Here
|
| 3043 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4858 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3044 |
}); |
4859 |
}); |
| 3045 |
addAnnotation |
4860 |
addAnnotation |
| 3046 |
(getWebApp_MessageDestinationRefs(), |
4861 |
(getWebFragment_MessageDestinationRefs(), |
| 3047 |
source, |
4862 |
source, |
| 3048 |
new String[] { |
4863 |
new String[] { |
| 3049 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4864 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3052-3058
Link Here
|
| 3052 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4867 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3053 |
}); |
4868 |
}); |
| 3054 |
addAnnotation |
4869 |
addAnnotation |
| 3055 |
(getWebApp_PersistenceContextRefs(), |
4870 |
(getWebFragment_PersistenceContextRefs(), |
| 3056 |
source, |
4871 |
source, |
| 3057 |
new String[] { |
4872 |
new String[] { |
| 3058 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4873 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3061-3067
Link Here
|
| 3061 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4876 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3062 |
}); |
4877 |
}); |
| 3063 |
addAnnotation |
4878 |
addAnnotation |
| 3064 |
(getWebApp_PersistenceUnitRefs(), |
4879 |
(getWebFragment_PersistenceUnitRefs(), |
| 3065 |
source, |
4880 |
source, |
| 3066 |
new String[] { |
4881 |
new String[] { |
| 3067 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4882 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3070-3076
Link Here
|
| 3070 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4885 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3071 |
}); |
4886 |
}); |
| 3072 |
addAnnotation |
4887 |
addAnnotation |
| 3073 |
(getWebApp_PostConstructs(), |
4888 |
(getWebFragment_PostConstructs(), |
| 3074 |
source, |
4889 |
source, |
| 3075 |
new String[] { |
4890 |
new String[] { |
| 3076 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4891 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3079-3085
Link Here
|
| 3079 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4894 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3080 |
}); |
4895 |
}); |
| 3081 |
addAnnotation |
4896 |
addAnnotation |
| 3082 |
(getWebApp_PreDestroys(), |
4897 |
(getWebFragment_PreDestroys(), |
| 3083 |
source, |
4898 |
source, |
| 3084 |
new String[] { |
4899 |
new String[] { |
| 3085 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4900 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
|
Lines 3088-3179
Link Here
|
| 3088 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4903 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3089 |
}); |
4904 |
}); |
| 3090 |
addAnnotation |
4905 |
addAnnotation |
| 3091 |
(getWebApp_MessageDestinations(), |
4906 |
(getWebFragment_DataSource(), |
| 3092 |
source, |
4907 |
source, |
| 3093 |
new String[] { |
4908 |
new String[] { |
| 3094 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4909 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3095 |
"name", "message-destination", //$NON-NLS-1$ //$NON-NLS-2$ |
4910 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3096 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
4911 |
"namespace", "http://java.sun.com/xml/ns/javaee", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3097 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4912 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3098 |
}); |
4913 |
}); |
| 3099 |
addAnnotation |
4914 |
addAnnotation |
| 3100 |
(getWebApp_LocalEncodingMappingsLists(), |
4915 |
(getWebFragment_MessageDestinations(), |
| 3101 |
source, |
4916 |
source, |
| 3102 |
new String[] { |
4917 |
new String[] { |
| 3103 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4918 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3104 |
"name", "locale-encoding-mapping-list", //$NON-NLS-1$ //$NON-NLS-2$ |
4919 |
"name", "message-destination", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3105 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
4920 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3106 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
4921 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3107 |
}); |
|
|
| 3108 |
addAnnotation |
| 3109 |
(getWebApp_Id(), |
| 3110 |
source, |
| 3111 |
new String[] { |
| 3112 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3113 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3114 |
}); |
4922 |
}); |
| 3115 |
addAnnotation |
4923 |
addAnnotation |
| 3116 |
(getWebApp_MetadataComplete(), |
4924 |
(getWebFragment_LocalEncodingMappingsLists(), |
| 3117 |
source, |
|
|
| 3118 |
new String[] { |
| 3119 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3120 |
"name", "metadata-complete" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3121 |
}); |
| 3122 |
addAnnotation |
| 3123 |
(getWebApp_Version(), |
| 3124 |
source, |
| 3125 |
new String[] { |
| 3126 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3127 |
"name", "version" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3128 |
}); |
| 3129 |
addAnnotation |
| 3130 |
(webAppDeploymentDescriptorEClass, |
| 3131 |
source, |
| 3132 |
new String[] { |
| 3133 |
"name", "", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3134 |
"kind", "mixed" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3135 |
}); |
| 3136 |
addAnnotation |
| 3137 |
(getWebAppDeploymentDescriptor_Mixed(), |
| 3138 |
source, |
4925 |
source, |
| 3139 |
new String[] { |
4926 |
new String[] { |
| 3140 |
"kind", "elementWildcard", //$NON-NLS-1$ //$NON-NLS-2$ |
4927 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3141 |
"name", ":mixed" //$NON-NLS-1$ //$NON-NLS-2$ |
4928 |
"name", "locale-encoding-mapping-list", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4929 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4930 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3142 |
}); |
4931 |
}); |
| 3143 |
addAnnotation |
4932 |
addAnnotation |
| 3144 |
(getWebAppDeploymentDescriptor_XMLNSPrefixMap(), |
4933 |
(getWebFragment_Ordering(), |
| 3145 |
source, |
4934 |
source, |
| 3146 |
new String[] { |
4935 |
new String[] { |
| 3147 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4936 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3148 |
"name", "xmlns:prefix" //$NON-NLS-1$ //$NON-NLS-2$ |
4937 |
"name", "ordering", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4938 |
"namespace", "##targetNamespace", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4939 |
"group", "#group:0" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3149 |
}); |
4940 |
}); |
| 3150 |
addAnnotation |
4941 |
addAnnotation |
| 3151 |
(getWebAppDeploymentDescriptor_XSISchemaLocation(), |
4942 |
(getWebFragment_Id(), |
| 3152 |
source, |
4943 |
source, |
| 3153 |
new String[] { |
4944 |
new String[] { |
| 3154 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
4945 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3155 |
"name", "xsi:schemaLocation" //$NON-NLS-1$ //$NON-NLS-2$ |
4946 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3156 |
}); |
|
|
| 3157 |
addAnnotation |
| 3158 |
(getWebAppDeploymentDescriptor_WebApp(), |
| 3159 |
source, |
| 3160 |
new String[] { |
| 3161 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3162 |
"name", "web-app", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3163 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3164 |
}); |
4947 |
}); |
| 3165 |
addAnnotation |
4948 |
addAnnotation |
| 3166 |
(webAppVersionTypeEEnum, |
4949 |
(getWebFragment_MetadataComplete(), |
| 3167 |
source, |
4950 |
source, |
| 3168 |
new String[] { |
4951 |
new String[] { |
| 3169 |
"name", "web-app-versionType" //$NON-NLS-1$ //$NON-NLS-2$ |
4952 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4953 |
"name", "metadata-complete" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3170 |
}); |
4954 |
}); |
| 3171 |
addAnnotation |
4955 |
addAnnotation |
| 3172 |
(webAppVersionTypeObjectEDataType, |
4956 |
(getWebFragment_Version(), |
| 3173 |
source, |
4957 |
source, |
| 3174 |
new String[] { |
4958 |
new String[] { |
| 3175 |
"name", "web-app-versionType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
4959 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3176 |
"baseType", "web-app-versionType" //$NON-NLS-1$ //$NON-NLS-2$ |
4960 |
"name", "version" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3177 |
}); |
4961 |
}); |
| 3178 |
addAnnotation |
4962 |
addAnnotation |
| 3179 |
(webResourceCollectionEClass, |
4963 |
(webResourceCollectionEClass, |
|
Lines 3205-3211
Link Here
|
| 3205 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4989 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3206 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
4990 |
"name", "url-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3207 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4991 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3208 |
}); |
4992 |
}); |
| 3209 |
addAnnotation |
4993 |
addAnnotation |
| 3210 |
(getWebResourceCollection_HttpMethods(), |
4994 |
(getWebResourceCollection_HttpMethods(), |
| 3211 |
source, |
4995 |
source, |
|
Lines 3213-3218
Link Here
|
| 3213 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4997 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3214 |
"name", "http-method", //$NON-NLS-1$ //$NON-NLS-2$ |
4998 |
"name", "http-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3215 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4999 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
5000 |
}); |
| 5001 |
addAnnotation |
| 5002 |
(getWebResourceCollection_HttpMethodOmission(), |
| 5003 |
source, |
| 5004 |
new String[] { |
| 5005 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5006 |
"name", "http-method-omission", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5007 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3216 |
}); |
5008 |
}); |
| 3217 |
addAnnotation |
5009 |
addAnnotation |
| 3218 |
(getWebResourceCollection_Id(), |
5010 |
(getWebResourceCollection_Id(), |