|
Lines 34-39
Link Here
|
| 34 |
|
34 |
|
| 35 |
import org.eclipse.jst.javaee.applicationclient.internal.metadata.ApplicationclientPackage; |
35 |
import org.eclipse.jst.javaee.applicationclient.internal.metadata.ApplicationclientPackage; |
| 36 |
|
36 |
|
|
|
37 |
import org.eclipse.jst.javaee.core.AddressingResponsesType; |
| 38 |
import org.eclipse.jst.javaee.core.AddressingType; |
| 39 |
import org.eclipse.jst.javaee.core.DataSourceType; |
| 37 |
import org.eclipse.jst.javaee.core.Description; |
40 |
import org.eclipse.jst.javaee.core.Description; |
| 38 |
import org.eclipse.jst.javaee.core.DisplayName; |
41 |
import org.eclipse.jst.javaee.core.DisplayName; |
| 39 |
import org.eclipse.jst.javaee.core.EjbLocalRef; |
42 |
import org.eclipse.jst.javaee.core.EjbLocalRef; |
|
Lines 41-49
Link Here
|
| 41 |
import org.eclipse.jst.javaee.core.EjbRefType; |
44 |
import org.eclipse.jst.javaee.core.EjbRefType; |
| 42 |
import org.eclipse.jst.javaee.core.EmptyType; |
45 |
import org.eclipse.jst.javaee.core.EmptyType; |
| 43 |
import org.eclipse.jst.javaee.core.EnvEntry; |
46 |
import org.eclipse.jst.javaee.core.EnvEntry; |
| 44 |
import org.eclipse.jst.javaee.core.EnvEntryType; |
47 |
import org.eclipse.jst.javaee.core.GenericBooleanType; |
| 45 |
import org.eclipse.jst.javaee.core.Icon; |
48 |
import org.eclipse.jst.javaee.core.Icon; |
| 46 |
import org.eclipse.jst.javaee.core.InjectionTarget; |
49 |
import org.eclipse.jst.javaee.core.InjectionTarget; |
|
|
50 |
import org.eclipse.jst.javaee.core.IsolationLevelType; |
| 47 |
import org.eclipse.jst.javaee.core.JavaeeFactory; |
51 |
import org.eclipse.jst.javaee.core.JavaeeFactory; |
| 48 |
import org.eclipse.jst.javaee.core.LifecycleCallback; |
52 |
import org.eclipse.jst.javaee.core.LifecycleCallback; |
| 49 |
import org.eclipse.jst.javaee.core.Listener; |
53 |
import org.eclipse.jst.javaee.core.Listener; |
|
Lines 60-65
Link Here
|
| 60 |
import org.eclipse.jst.javaee.core.ResSharingScopeType; |
64 |
import org.eclipse.jst.javaee.core.ResSharingScopeType; |
| 61 |
import org.eclipse.jst.javaee.core.ResourceEnvRef; |
65 |
import org.eclipse.jst.javaee.core.ResourceEnvRef; |
| 62 |
import org.eclipse.jst.javaee.core.ResourceRef; |
66 |
import org.eclipse.jst.javaee.core.ResourceRef; |
|
|
67 |
import org.eclipse.jst.javaee.core.RespectBindingType; |
| 63 |
import org.eclipse.jst.javaee.core.RunAs; |
68 |
import org.eclipse.jst.javaee.core.RunAs; |
| 64 |
import org.eclipse.jst.javaee.core.SecurityRole; |
69 |
import org.eclipse.jst.javaee.core.SecurityRole; |
| 65 |
import org.eclipse.jst.javaee.core.SecurityRoleRef; |
70 |
import org.eclipse.jst.javaee.core.SecurityRoleRef; |
|
Lines 77-82
Link Here
|
| 77 |
|
82 |
|
| 78 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
83 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
| 79 |
|
84 |
|
|
|
85 |
import org.eclipse.jst.javaee.jca.internal.impl.JcaPackageImpl; |
| 86 |
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage; |
| 80 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
87 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
| 81 |
|
88 |
|
| 82 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
89 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
|
Lines 84-89
Link Here
|
| 84 |
import org.eclipse.jst.javaee.web.internal.impl.WebPackageImpl; |
91 |
import org.eclipse.jst.javaee.web.internal.impl.WebPackageImpl; |
| 85 |
|
92 |
|
| 86 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
93 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
|
|
94 |
import org.eclipse.jst.javaee.webapp.internal.impl.WebappPackageImpl; |
| 95 |
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage; |
| 96 |
import org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentPackageImpl; |
| 97 |
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage; |
| 87 |
|
98 |
|
| 88 |
/** |
99 |
/** |
| 89 |
* <!-- begin-user-doc --> |
100 |
* <!-- begin-user-doc --> |
|
Lines 97-102
Link Here
|
| 97 |
* <!-- end-user-doc --> |
108 |
* <!-- end-user-doc --> |
| 98 |
* @generated |
109 |
* @generated |
| 99 |
*/ |
110 |
*/ |
|
|
111 |
private EClass addressingTypeEClass = null; |
| 112 |
|
| 113 |
/** |
| 114 |
* <!-- begin-user-doc --> |
| 115 |
* <!-- end-user-doc --> |
| 116 |
* @generated |
| 117 |
*/ |
| 118 |
private EClass dataSourceTypeEClass = null; |
| 119 |
|
| 120 |
/** |
| 121 |
* <!-- begin-user-doc --> |
| 122 |
* <!-- end-user-doc --> |
| 123 |
* @generated |
| 124 |
*/ |
| 100 |
private EClass descriptionEClass = null; |
125 |
private EClass descriptionEClass = null; |
| 101 |
|
126 |
|
| 102 |
/** |
127 |
/** |
|
Lines 230-235
Link Here
|
| 230 |
* <!-- end-user-doc --> |
255 |
* <!-- end-user-doc --> |
| 231 |
* @generated |
256 |
* @generated |
| 232 |
*/ |
257 |
*/ |
|
|
258 |
private EClass respectBindingTypeEClass = null; |
| 259 |
|
| 260 |
/** |
| 261 |
* <!-- begin-user-doc --> |
| 262 |
* <!-- end-user-doc --> |
| 263 |
* @generated |
| 264 |
*/ |
| 233 |
private EClass runAsEClass = null; |
265 |
private EClass runAsEClass = null; |
| 234 |
|
266 |
|
| 235 |
/** |
267 |
/** |
|
Lines 286-291
Link Here
|
| 286 |
* <!-- end-user-doc --> |
318 |
* <!-- end-user-doc --> |
| 287 |
* @generated |
319 |
* @generated |
| 288 |
*/ |
320 |
*/ |
|
|
321 |
private EEnum addressingResponsesTypeEEnum = null; |
| 322 |
|
| 323 |
/** |
| 324 |
* <!-- begin-user-doc --> |
| 325 |
* <!-- end-user-doc --> |
| 326 |
* @generated |
| 327 |
*/ |
| 289 |
private EEnum ejbRefTypeEEnum = null; |
328 |
private EEnum ejbRefTypeEEnum = null; |
| 290 |
|
329 |
|
| 291 |
/** |
330 |
/** |
|
Lines 293-299
Link Here
|
| 293 |
* <!-- end-user-doc --> |
332 |
* <!-- end-user-doc --> |
| 294 |
* @generated |
333 |
* @generated |
| 295 |
*/ |
334 |
*/ |
| 296 |
private EEnum envEntryTypeEEnum = null; |
335 |
private EEnum genericBooleanTypeEEnum = null; |
|
|
336 |
|
| 337 |
/** |
| 338 |
* <!-- begin-user-doc --> |
| 339 |
* <!-- end-user-doc --> |
| 340 |
* @generated |
| 341 |
*/ |
| 342 |
private EEnum isolationLevelTypeEEnum = null; |
| 297 |
|
343 |
|
| 298 |
/** |
344 |
/** |
| 299 |
* <!-- begin-user-doc --> |
345 |
* <!-- begin-user-doc --> |
|
Lines 328-333
Link Here
|
| 328 |
* <!-- end-user-doc --> |
374 |
* <!-- end-user-doc --> |
| 329 |
* @generated |
375 |
* @generated |
| 330 |
*/ |
376 |
*/ |
|
|
377 |
private EDataType addressingResponsesTypeObjectEDataType = null; |
| 378 |
|
| 379 |
/** |
| 380 |
* <!-- begin-user-doc --> |
| 381 |
* <!-- end-user-doc --> |
| 382 |
* @generated |
| 383 |
*/ |
| 331 |
private EDataType deweyVersionTypeEDataType = null; |
384 |
private EDataType deweyVersionTypeEDataType = null; |
| 332 |
|
385 |
|
| 333 |
/** |
386 |
/** |
|
Lines 356-362
Link Here
|
| 356 |
* <!-- end-user-doc --> |
409 |
* <!-- end-user-doc --> |
| 357 |
* @generated |
410 |
* @generated |
| 358 |
*/ |
411 |
*/ |
| 359 |
private EDataType envEntryTypeObjectEDataType = null; |
412 |
private EDataType envEntryTypeEDataType = null; |
| 360 |
|
413 |
|
| 361 |
/** |
414 |
/** |
| 362 |
* <!-- begin-user-doc --> |
415 |
* <!-- begin-user-doc --> |
|
Lines 370-375
Link Here
|
| 370 |
* <!-- end-user-doc --> |
423 |
* <!-- end-user-doc --> |
| 371 |
* @generated |
424 |
* @generated |
| 372 |
*/ |
425 |
*/ |
|
|
426 |
private EDataType genericBooleanTypeObjectEDataType = null; |
| 427 |
|
| 428 |
/** |
| 429 |
* <!-- begin-user-doc --> |
| 430 |
* <!-- end-user-doc --> |
| 431 |
* @generated |
| 432 |
*/ |
| 373 |
private EDataType homeEDataType = null; |
433 |
private EDataType homeEDataType = null; |
| 374 |
|
434 |
|
| 375 |
/** |
435 |
/** |
|
Lines 377-382
Link Here
|
| 377 |
* <!-- end-user-doc --> |
437 |
* <!-- end-user-doc --> |
| 378 |
* @generated |
438 |
* @generated |
| 379 |
*/ |
439 |
*/ |
|
|
440 |
private EDataType isolationLevelTypeObjectEDataType = null; |
| 441 |
|
| 442 |
/** |
| 443 |
* <!-- begin-user-doc --> |
| 444 |
* <!-- end-user-doc --> |
| 445 |
* @generated |
| 446 |
*/ |
| 380 |
private EDataType javaIdentifierEDataType = null; |
447 |
private EDataType javaIdentifierEDataType = null; |
| 381 |
|
448 |
|
| 382 |
/** |
449 |
/** |
|
Lines 391-396
Link Here
|
| 391 |
* <!-- end-user-doc --> |
458 |
* <!-- end-user-doc --> |
| 392 |
* @generated |
459 |
* @generated |
| 393 |
*/ |
460 |
*/ |
|
|
461 |
private EDataType jdbcUrlTypeEDataType = null; |
| 462 |
|
| 463 |
/** |
| 464 |
* <!-- begin-user-doc --> |
| 465 |
* <!-- end-user-doc --> |
| 466 |
* @generated |
| 467 |
*/ |
| 394 |
private EDataType jndiNameEDataType = null; |
468 |
private EDataType jndiNameEDataType = null; |
| 395 |
|
469 |
|
| 396 |
/** |
470 |
/** |
|
Lines 447-502
Link Here
|
| 447 |
* <!-- end-user-doc --> |
521 |
* <!-- end-user-doc --> |
| 448 |
* @generated |
522 |
* @generated |
| 449 |
*/ |
523 |
*/ |
| 450 |
private EDataType remoteEDataType = null; |
524 |
private EDataType protocolBindingListTypeEDataType = null; |
| 451 |
|
525 |
|
| 452 |
/** |
526 |
/** |
| 453 |
* <!-- begin-user-doc --> |
527 |
* <!-- begin-user-doc --> |
| 454 |
* <!-- end-user-doc --> |
528 |
* <!-- end-user-doc --> |
| 455 |
* @generated |
529 |
* @generated |
| 456 |
*/ |
530 |
*/ |
| 457 |
private EDataType resAuthTypeObjectEDataType = null; |
531 |
private EDataType protocolBindingTypeEDataType = null; |
| 458 |
|
532 |
|
| 459 |
/** |
533 |
/** |
| 460 |
* <!-- begin-user-doc --> |
534 |
* <!-- begin-user-doc --> |
| 461 |
* <!-- end-user-doc --> |
535 |
* <!-- end-user-doc --> |
| 462 |
* @generated |
536 |
* @generated |
| 463 |
*/ |
537 |
*/ |
| 464 |
private EDataType resSharingScopeTypeObjectEDataType = null; |
538 |
private EDataType protocolURIAliasTypeEDataType = null; |
| 465 |
|
539 |
|
| 466 |
/** |
540 |
/** |
| 467 |
* <!-- begin-user-doc --> |
541 |
* <!-- begin-user-doc --> |
| 468 |
* <!-- end-user-doc --> |
542 |
* <!-- end-user-doc --> |
| 469 |
* @generated |
543 |
* @generated |
| 470 |
*/ |
544 |
*/ |
| 471 |
private EDataType roleNameEDataType = null; |
545 |
private EDataType qnamePatternEDataType = null; |
| 472 |
|
546 |
|
| 473 |
/** |
547 |
/** |
| 474 |
* <!-- begin-user-doc --> |
548 |
* <!-- begin-user-doc --> |
| 475 |
* <!-- end-user-doc --> |
549 |
* <!-- end-user-doc --> |
| 476 |
* @generated |
550 |
* @generated |
| 477 |
*/ |
551 |
*/ |
| 478 |
private EDataType serviceRefProtocolBindingListTypeEDataType = null; |
552 |
private EDataType remoteEDataType = null; |
| 479 |
|
553 |
|
| 480 |
/** |
554 |
/** |
| 481 |
* <!-- begin-user-doc --> |
555 |
* <!-- begin-user-doc --> |
| 482 |
* <!-- end-user-doc --> |
556 |
* <!-- end-user-doc --> |
| 483 |
* @generated |
557 |
* @generated |
| 484 |
*/ |
558 |
*/ |
| 485 |
private EDataType serviceRefProtocolBindingTypeEDataType = null; |
559 |
private EDataType resAuthTypeObjectEDataType = null; |
| 486 |
|
560 |
|
| 487 |
/** |
561 |
/** |
| 488 |
* <!-- begin-user-doc --> |
562 |
* <!-- begin-user-doc --> |
| 489 |
* <!-- end-user-doc --> |
563 |
* <!-- end-user-doc --> |
| 490 |
* @generated |
564 |
* @generated |
| 491 |
*/ |
565 |
*/ |
| 492 |
private EDataType serviceRefProtocolURIAliasTypeEDataType = null; |
566 |
private EDataType resSharingScopeTypeObjectEDataType = null; |
| 493 |
|
567 |
|
| 494 |
/** |
568 |
/** |
| 495 |
* <!-- begin-user-doc --> |
569 |
* <!-- begin-user-doc --> |
| 496 |
* <!-- end-user-doc --> |
570 |
* <!-- end-user-doc --> |
| 497 |
* @generated |
571 |
* @generated |
| 498 |
*/ |
572 |
*/ |
| 499 |
private EDataType serviceRefQnamePatternEDataType = null; |
573 |
private EDataType roleNameEDataType = null; |
| 500 |
|
574 |
|
| 501 |
/** |
575 |
/** |
| 502 |
* <!-- begin-user-doc --> |
576 |
* <!-- begin-user-doc --> |
|
Lines 539-558
Link Here
|
| 539 |
private static boolean isInited = false; |
613 |
private static boolean isInited = false; |
| 540 |
|
614 |
|
| 541 |
/** |
615 |
/** |
| 542 |
* Creates, registers, and initializes the <b>Package</b> for this |
616 |
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. |
| 543 |
* model, and for any others upon which it depends. Simple |
617 |
* |
| 544 |
* dependencies are satisfied by calling this method on all |
618 |
* <p>This method is used to initialize {@link JavaeePackage#eINSTANCE} when that field is accessed. |
| 545 |
* dependent packages before doing anything else. This method drives |
619 |
* Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. |
| 546 |
* initialization for interdependent packages directly, in parallel |
|
|
| 547 |
* with this package, itself. |
| 548 |
* <p>Of this package and its interdependencies, all packages which |
| 549 |
* have not yet been registered by their URI values are first created |
| 550 |
* and registered. The packages are then initialized in two steps: |
| 551 |
* meta-model objects for all of the packages are created before any |
| 552 |
* are initialized, since one package's meta-model objects may refer to |
| 553 |
* those of another. |
| 554 |
* <p>Invocation of this method will not affect any packages that have |
| 555 |
* already been initialized. |
| 556 |
* <!-- begin-user-doc --> |
620 |
* <!-- begin-user-doc --> |
| 557 |
* <!-- end-user-doc --> |
621 |
* <!-- end-user-doc --> |
| 558 |
* @see #eNS_URI |
622 |
* @see #eNS_URI |
|
Lines 564-570
Link Here
|
| 564 |
if (isInited) return (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
628 |
if (isInited) return (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
| 565 |
|
629 |
|
| 566 |
// Obtain or create and register package |
630 |
// Obtain or create and register package |
| 567 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(eNS_URI) : new JavaeePackageImpl()); |
631 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new JavaeePackageImpl()); |
| 568 |
|
632 |
|
| 569 |
isInited = true; |
633 |
isInited = true; |
| 570 |
|
634 |
|
|
Lines 573-599
Link Here
|
| 573 |
XMLTypePackage.eINSTANCE.eClass(); |
637 |
XMLTypePackage.eINSTANCE.eClass(); |
| 574 |
|
638 |
|
| 575 |
// Obtain or create and register interdependencies |
639 |
// Obtain or create and register interdependencies |
| 576 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) : WebPackage.eINSTANCE); |
|
|
| 577 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
640 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
| 578 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) : EjbPackage.eINSTANCE); |
|
|
| 579 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
641 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
|
|
642 |
JcaPackageImpl theJcaPackage = (JcaPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) instanceof JcaPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) : JcaPackage.eINSTANCE); |
| 643 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI) : EjbPackage.eINSTANCE); |
| 580 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
644 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
|
|
645 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) : WebPackage.eINSTANCE); |
| 646 |
WebappPackageImpl theWebappPackage = (WebappPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) instanceof WebappPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) : WebappPackage.eINSTANCE); |
| 647 |
WebfragmentPackageImpl theWebfragmentPackage = (WebfragmentPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) instanceof WebfragmentPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) : WebfragmentPackage.eINSTANCE); |
| 581 |
|
648 |
|
| 582 |
// Create package meta-data objects |
649 |
// Create package meta-data objects |
| 583 |
theJavaeePackage.createPackageContents(); |
650 |
theJavaeePackage.createPackageContents(); |
| 584 |
theWebPackage.createPackageContents(); |
|
|
| 585 |
theApplicationPackage.createPackageContents(); |
651 |
theApplicationPackage.createPackageContents(); |
| 586 |
theEjbPackage.createPackageContents(); |
|
|
| 587 |
theApplicationclientPackage.createPackageContents(); |
652 |
theApplicationclientPackage.createPackageContents(); |
|
|
653 |
theJcaPackage.createPackageContents(); |
| 654 |
theEjbPackage.createPackageContents(); |
| 588 |
theJspPackage.createPackageContents(); |
655 |
theJspPackage.createPackageContents(); |
|
|
656 |
theWebPackage.createPackageContents(); |
| 657 |
theWebappPackage.createPackageContents(); |
| 658 |
theWebfragmentPackage.createPackageContents(); |
| 589 |
|
659 |
|
| 590 |
// Initialize created meta-data |
660 |
// Initialize created meta-data |
| 591 |
theJavaeePackage.initializePackageContents(); |
661 |
theJavaeePackage.initializePackageContents(); |
| 592 |
theWebPackage.initializePackageContents(); |
|
|
| 593 |
theApplicationPackage.initializePackageContents(); |
662 |
theApplicationPackage.initializePackageContents(); |
| 594 |
theEjbPackage.initializePackageContents(); |
|
|
| 595 |
theApplicationclientPackage.initializePackageContents(); |
663 |
theApplicationclientPackage.initializePackageContents(); |
|
|
664 |
theJcaPackage.initializePackageContents(); |
| 665 |
theEjbPackage.initializePackageContents(); |
| 596 |
theJspPackage.initializePackageContents(); |
666 |
theJspPackage.initializePackageContents(); |
|
|
667 |
theWebPackage.initializePackageContents(); |
| 668 |
theWebappPackage.initializePackageContents(); |
| 669 |
theWebfragmentPackage.initializePackageContents(); |
| 597 |
|
670 |
|
| 598 |
// Register package validator |
671 |
// Register package validator |
| 599 |
EValidator.Registry.INSTANCE.put |
672 |
EValidator.Registry.INSTANCE.put |
|
Lines 607-612
Link Here
|
| 607 |
// Mark meta-data to indicate it can't be changed |
680 |
// Mark meta-data to indicate it can't be changed |
| 608 |
theJavaeePackage.freeze(); |
681 |
theJavaeePackage.freeze(); |
| 609 |
|
682 |
|
|
|
683 |
|
| 684 |
// Update the registry and return the package |
| 685 |
EPackage.Registry.INSTANCE.put(JavaeePackage.eNS_URI, theJavaeePackage); |
| 610 |
return theJavaeePackage; |
686 |
return theJavaeePackage; |
| 611 |
} |
687 |
} |
| 612 |
|
688 |
|
|
Lines 615-620
Link Here
|
| 615 |
* <!-- end-user-doc --> |
691 |
* <!-- end-user-doc --> |
| 616 |
* @generated |
692 |
* @generated |
| 617 |
*/ |
693 |
*/ |
|
|
694 |
public EClass getAddressingType() { |
| 695 |
return addressingTypeEClass; |
| 696 |
} |
| 697 |
|
| 698 |
/** |
| 699 |
* <!-- begin-user-doc --> |
| 700 |
* <!-- end-user-doc --> |
| 701 |
* @generated |
| 702 |
*/ |
| 703 |
public EAttribute getAddressingType_Enabled() { |
| 704 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(0); |
| 705 |
} |
| 706 |
|
| 707 |
/** |
| 708 |
* <!-- begin-user-doc --> |
| 709 |
* <!-- end-user-doc --> |
| 710 |
* @generated |
| 711 |
*/ |
| 712 |
public EAttribute getAddressingType_Required() { |
| 713 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(1); |
| 714 |
} |
| 715 |
|
| 716 |
/** |
| 717 |
* <!-- begin-user-doc --> |
| 718 |
* <!-- end-user-doc --> |
| 719 |
* @generated |
| 720 |
*/ |
| 721 |
public EAttribute getAddressingType_Responses() { |
| 722 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(2); |
| 723 |
} |
| 724 |
|
| 725 |
/** |
| 726 |
* <!-- begin-user-doc --> |
| 727 |
* <!-- end-user-doc --> |
| 728 |
* @generated |
| 729 |
*/ |
| 730 |
public EClass getDataSourceType() { |
| 731 |
return dataSourceTypeEClass; |
| 732 |
} |
| 733 |
|
| 734 |
/** |
| 735 |
* <!-- begin-user-doc --> |
| 736 |
* <!-- end-user-doc --> |
| 737 |
* @generated |
| 738 |
*/ |
| 739 |
public EReference getDataSourceType_Description() { |
| 740 |
return (EReference)dataSourceTypeEClass.getEStructuralFeatures().get(0); |
| 741 |
} |
| 742 |
|
| 743 |
/** |
| 744 |
* <!-- begin-user-doc --> |
| 745 |
* <!-- end-user-doc --> |
| 746 |
* @generated |
| 747 |
*/ |
| 748 |
public EAttribute getDataSourceType_Name() { |
| 749 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(1); |
| 750 |
} |
| 751 |
|
| 752 |
/** |
| 753 |
* <!-- begin-user-doc --> |
| 754 |
* <!-- end-user-doc --> |
| 755 |
* @generated |
| 756 |
*/ |
| 757 |
public EAttribute getDataSourceType_ClassName() { |
| 758 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(2); |
| 759 |
} |
| 760 |
|
| 761 |
/** |
| 762 |
* <!-- begin-user-doc --> |
| 763 |
* <!-- end-user-doc --> |
| 764 |
* @generated |
| 765 |
*/ |
| 766 |
public EAttribute getDataSourceType_ServerName() { |
| 767 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(3); |
| 768 |
} |
| 769 |
|
| 770 |
/** |
| 771 |
* <!-- begin-user-doc --> |
| 772 |
* <!-- end-user-doc --> |
| 773 |
* @generated |
| 774 |
*/ |
| 775 |
public EAttribute getDataSourceType_PortNumber() { |
| 776 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(4); |
| 777 |
} |
| 778 |
|
| 779 |
/** |
| 780 |
* <!-- begin-user-doc --> |
| 781 |
* <!-- end-user-doc --> |
| 782 |
* @generated |
| 783 |
*/ |
| 784 |
public EAttribute getDataSourceType_DatabaseName() { |
| 785 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(5); |
| 786 |
} |
| 787 |
|
| 788 |
/** |
| 789 |
* <!-- begin-user-doc --> |
| 790 |
* <!-- end-user-doc --> |
| 791 |
* @generated |
| 792 |
*/ |
| 793 |
public EAttribute getDataSourceType_Url() { |
| 794 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(6); |
| 795 |
} |
| 796 |
|
| 797 |
/** |
| 798 |
* <!-- begin-user-doc --> |
| 799 |
* <!-- end-user-doc --> |
| 800 |
* @generated |
| 801 |
*/ |
| 802 |
public EAttribute getDataSourceType_User() { |
| 803 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(7); |
| 804 |
} |
| 805 |
|
| 806 |
/** |
| 807 |
* <!-- begin-user-doc --> |
| 808 |
* <!-- end-user-doc --> |
| 809 |
* @generated |
| 810 |
*/ |
| 811 |
public EAttribute getDataSourceType_Password() { |
| 812 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(8); |
| 813 |
} |
| 814 |
|
| 815 |
/** |
| 816 |
* <!-- begin-user-doc --> |
| 817 |
* <!-- end-user-doc --> |
| 818 |
* @generated |
| 819 |
*/ |
| 820 |
public EReference getDataSourceType_Property() { |
| 821 |
return (EReference)dataSourceTypeEClass.getEStructuralFeatures().get(9); |
| 822 |
} |
| 823 |
|
| 824 |
/** |
| 825 |
* <!-- begin-user-doc --> |
| 826 |
* <!-- end-user-doc --> |
| 827 |
* @generated |
| 828 |
*/ |
| 829 |
public EAttribute getDataSourceType_LoginTimeout() { |
| 830 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(10); |
| 831 |
} |
| 832 |
|
| 833 |
/** |
| 834 |
* <!-- begin-user-doc --> |
| 835 |
* <!-- end-user-doc --> |
| 836 |
* @generated |
| 837 |
*/ |
| 838 |
public EAttribute getDataSourceType_Transactional() { |
| 839 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(11); |
| 840 |
} |
| 841 |
|
| 842 |
/** |
| 843 |
* <!-- begin-user-doc --> |
| 844 |
* <!-- end-user-doc --> |
| 845 |
* @generated |
| 846 |
*/ |
| 847 |
public EAttribute getDataSourceType_IsolationLevel() { |
| 848 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(12); |
| 849 |
} |
| 850 |
|
| 851 |
/** |
| 852 |
* <!-- begin-user-doc --> |
| 853 |
* <!-- end-user-doc --> |
| 854 |
* @generated |
| 855 |
*/ |
| 856 |
public EAttribute getDataSourceType_InitialPoolSize() { |
| 857 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(13); |
| 858 |
} |
| 859 |
|
| 860 |
/** |
| 861 |
* <!-- begin-user-doc --> |
| 862 |
* <!-- end-user-doc --> |
| 863 |
* @generated |
| 864 |
*/ |
| 865 |
public EAttribute getDataSourceType_MaxPoolSize() { |
| 866 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(14); |
| 867 |
} |
| 868 |
|
| 869 |
/** |
| 870 |
* <!-- begin-user-doc --> |
| 871 |
* <!-- end-user-doc --> |
| 872 |
* @generated |
| 873 |
*/ |
| 874 |
public EAttribute getDataSourceType_MinPoolSize() { |
| 875 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(15); |
| 876 |
} |
| 877 |
|
| 878 |
/** |
| 879 |
* <!-- begin-user-doc --> |
| 880 |
* <!-- end-user-doc --> |
| 881 |
* @generated |
| 882 |
*/ |
| 883 |
public EAttribute getDataSourceType_MaxIdleTime() { |
| 884 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(16); |
| 885 |
} |
| 886 |
|
| 887 |
/** |
| 888 |
* <!-- begin-user-doc --> |
| 889 |
* <!-- end-user-doc --> |
| 890 |
* @generated |
| 891 |
*/ |
| 892 |
public EAttribute getDataSourceType_MaxStatements() { |
| 893 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(17); |
| 894 |
} |
| 895 |
|
| 896 |
/** |
| 897 |
* <!-- begin-user-doc --> |
| 898 |
* <!-- end-user-doc --> |
| 899 |
* @generated |
| 900 |
*/ |
| 901 |
public EAttribute getDataSourceType_Id() { |
| 902 |
return (EAttribute)dataSourceTypeEClass.getEStructuralFeatures().get(18); |
| 903 |
} |
| 904 |
|
| 905 |
/** |
| 906 |
* <!-- begin-user-doc --> |
| 907 |
* <!-- end-user-doc --> |
| 908 |
* @generated |
| 909 |
*/ |
| 618 |
public EClass getDescription() { |
910 |
public EClass getDescription() { |
| 619 |
return descriptionEClass; |
911 |
return descriptionEClass; |
| 620 |
} |
912 |
} |
|
Lines 750-756
Link Here
|
| 750 |
* <!-- end-user-doc --> |
1042 |
* <!-- end-user-doc --> |
| 751 |
* @generated |
1043 |
* @generated |
| 752 |
*/ |
1044 |
*/ |
| 753 |
public EAttribute getEjbLocalRef_Id() { |
1045 |
public EAttribute getEjbLocalRef_LookupName() { |
| 754 |
return (EAttribute)ejbLocalRefEClass.getEStructuralFeatures().get(8); |
1046 |
return (EAttribute)ejbLocalRefEClass.getEStructuralFeatures().get(8); |
| 755 |
} |
1047 |
} |
| 756 |
|
1048 |
|
|
Lines 759-764
Link Here
|
| 759 |
* <!-- end-user-doc --> |
1051 |
* <!-- end-user-doc --> |
| 760 |
* @generated |
1052 |
* @generated |
| 761 |
*/ |
1053 |
*/ |
|
|
1054 |
public EAttribute getEjbLocalRef_Id() { |
| 1055 |
return (EAttribute)ejbLocalRefEClass.getEStructuralFeatures().get(9); |
| 1056 |
} |
| 1057 |
|
| 1058 |
/** |
| 1059 |
* <!-- begin-user-doc --> |
| 1060 |
* <!-- end-user-doc --> |
| 1061 |
* @generated |
| 1062 |
*/ |
| 762 |
public EClass getEjbRef() { |
1063 |
public EClass getEjbRef() { |
| 763 |
return ejbRefEClass; |
1064 |
return ejbRefEClass; |
| 764 |
} |
1065 |
} |
|
Lines 840-846
Link Here
|
| 840 |
* <!-- end-user-doc --> |
1141 |
* <!-- end-user-doc --> |
| 841 |
* @generated |
1142 |
* @generated |
| 842 |
*/ |
1143 |
*/ |
| 843 |
public EAttribute getEjbRef_Id() { |
1144 |
public EAttribute getEjbRef_LookupName() { |
| 844 |
return (EAttribute)ejbRefEClass.getEStructuralFeatures().get(8); |
1145 |
return (EAttribute)ejbRefEClass.getEStructuralFeatures().get(8); |
| 845 |
} |
1146 |
} |
| 846 |
|
1147 |
|
|
Lines 849-854
Link Here
|
| 849 |
* <!-- end-user-doc --> |
1150 |
* <!-- end-user-doc --> |
| 850 |
* @generated |
1151 |
* @generated |
| 851 |
*/ |
1152 |
*/ |
|
|
1153 |
public EAttribute getEjbRef_Id() { |
| 1154 |
return (EAttribute)ejbRefEClass.getEStructuralFeatures().get(9); |
| 1155 |
} |
| 1156 |
|
| 1157 |
/** |
| 1158 |
* <!-- begin-user-doc --> |
| 1159 |
* <!-- end-user-doc --> |
| 1160 |
* @generated |
| 1161 |
*/ |
| 852 |
public EClass getEmptyType() { |
1162 |
public EClass getEmptyType() { |
| 853 |
return emptyTypeEClass; |
1163 |
return emptyTypeEClass; |
| 854 |
} |
1164 |
} |
|
Lines 930-936
Link Here
|
| 930 |
* <!-- end-user-doc --> |
1240 |
* <!-- end-user-doc --> |
| 931 |
* @generated |
1241 |
* @generated |
| 932 |
*/ |
1242 |
*/ |
| 933 |
public EAttribute getEnvEntry_Id() { |
1243 |
public EAttribute getEnvEntry_LookupName() { |
| 934 |
return (EAttribute)envEntryEClass.getEStructuralFeatures().get(6); |
1244 |
return (EAttribute)envEntryEClass.getEStructuralFeatures().get(6); |
| 935 |
} |
1245 |
} |
| 936 |
|
1246 |
|
|
Lines 939-944
Link Here
|
| 939 |
* <!-- end-user-doc --> |
1249 |
* <!-- end-user-doc --> |
| 940 |
* @generated |
1250 |
* @generated |
| 941 |
*/ |
1251 |
*/ |
|
|
1252 |
public EAttribute getEnvEntry_Id() { |
| 1253 |
return (EAttribute)envEntryEClass.getEStructuralFeatures().get(7); |
| 1254 |
} |
| 1255 |
|
| 1256 |
/** |
| 1257 |
* <!-- begin-user-doc --> |
| 1258 |
* <!-- end-user-doc --> |
| 1259 |
* @generated |
| 1260 |
*/ |
| 942 |
public EClass getIcon() { |
1261 |
public EClass getIcon() { |
| 943 |
return iconEClass; |
1262 |
return iconEClass; |
| 944 |
} |
1263 |
} |
|
Lines 1227-1233
Link Here
|
| 1227 |
* <!-- end-user-doc --> |
1546 |
* <!-- end-user-doc --> |
| 1228 |
* @generated |
1547 |
* @generated |
| 1229 |
*/ |
1548 |
*/ |
| 1230 |
public EAttribute getMessageDestinationRef_Id() { |
1549 |
public EAttribute getMessageDestinationRef_LookupName() { |
| 1231 |
return (EAttribute)messageDestinationRefEClass.getEStructuralFeatures().get(7); |
1550 |
return (EAttribute)messageDestinationRefEClass.getEStructuralFeatures().get(7); |
| 1232 |
} |
1551 |
} |
| 1233 |
|
1552 |
|
|
Lines 1236-1241
Link Here
|
| 1236 |
* <!-- end-user-doc --> |
1555 |
* <!-- end-user-doc --> |
| 1237 |
* @generated |
1556 |
* @generated |
| 1238 |
*/ |
1557 |
*/ |
|
|
1558 |
public EAttribute getMessageDestinationRef_Id() { |
| 1559 |
return (EAttribute)messageDestinationRefEClass.getEStructuralFeatures().get(8); |
| 1560 |
} |
| 1561 |
|
| 1562 |
/** |
| 1563 |
* <!-- begin-user-doc --> |
| 1564 |
* <!-- end-user-doc --> |
| 1565 |
* @generated |
| 1566 |
*/ |
| 1239 |
public EClass getParamValue() { |
1567 |
public EClass getParamValue() { |
| 1240 |
return paramValueEClass; |
1568 |
return paramValueEClass; |
| 1241 |
} |
1569 |
} |
|
Lines 1353-1359
Link Here
|
| 1353 |
* <!-- end-user-doc --> |
1681 |
* <!-- end-user-doc --> |
| 1354 |
* @generated |
1682 |
* @generated |
| 1355 |
*/ |
1683 |
*/ |
| 1356 |
public EAttribute getPersistenceContextRef_Id() { |
1684 |
public EAttribute getPersistenceContextRef_LookupName() { |
| 1357 |
return (EAttribute)persistenceContextRefEClass.getEStructuralFeatures().get(7); |
1685 |
return (EAttribute)persistenceContextRefEClass.getEStructuralFeatures().get(7); |
| 1358 |
} |
1686 |
} |
| 1359 |
|
1687 |
|
|
Lines 1362-1367
Link Here
|
| 1362 |
* <!-- end-user-doc --> |
1690 |
* <!-- end-user-doc --> |
| 1363 |
* @generated |
1691 |
* @generated |
| 1364 |
*/ |
1692 |
*/ |
|
|
1693 |
public EAttribute getPersistenceContextRef_Id() { |
| 1694 |
return (EAttribute)persistenceContextRefEClass.getEStructuralFeatures().get(8); |
| 1695 |
} |
| 1696 |
|
| 1697 |
/** |
| 1698 |
* <!-- begin-user-doc --> |
| 1699 |
* <!-- end-user-doc --> |
| 1700 |
* @generated |
| 1701 |
*/ |
| 1365 |
public EClass getPersistenceUnitRef() { |
1702 |
public EClass getPersistenceUnitRef() { |
| 1366 |
return persistenceUnitRefEClass; |
1703 |
return persistenceUnitRefEClass; |
| 1367 |
} |
1704 |
} |
|
Lines 1416-1422
Link Here
|
| 1416 |
* <!-- end-user-doc --> |
1753 |
* <!-- end-user-doc --> |
| 1417 |
* @generated |
1754 |
* @generated |
| 1418 |
*/ |
1755 |
*/ |
| 1419 |
public EAttribute getPersistenceUnitRef_Id() { |
1756 |
public EAttribute getPersistenceUnitRef_LookupName() { |
| 1420 |
return (EAttribute)persistenceUnitRefEClass.getEStructuralFeatures().get(5); |
1757 |
return (EAttribute)persistenceUnitRefEClass.getEStructuralFeatures().get(5); |
| 1421 |
} |
1758 |
} |
| 1422 |
|
1759 |
|
|
Lines 1425-1430
Link Here
|
| 1425 |
* <!-- end-user-doc --> |
1762 |
* <!-- end-user-doc --> |
| 1426 |
* @generated |
1763 |
* @generated |
| 1427 |
*/ |
1764 |
*/ |
|
|
1765 |
public EAttribute getPersistenceUnitRef_Id() { |
| 1766 |
return (EAttribute)persistenceUnitRefEClass.getEStructuralFeatures().get(6); |
| 1767 |
} |
| 1768 |
|
| 1769 |
/** |
| 1770 |
* <!-- begin-user-doc --> |
| 1771 |
* <!-- end-user-doc --> |
| 1772 |
* @generated |
| 1773 |
*/ |
| 1428 |
public EClass getPortComponentRef() { |
1774 |
public EClass getPortComponentRef() { |
| 1429 |
return portComponentRefEClass; |
1775 |
return portComponentRefEClass; |
| 1430 |
} |
1776 |
} |
|
Lines 1452-1458
Link Here
|
| 1452 |
* <!-- end-user-doc --> |
1798 |
* <!-- end-user-doc --> |
| 1453 |
* @generated |
1799 |
* @generated |
| 1454 |
*/ |
1800 |
*/ |
| 1455 |
public EAttribute getPortComponentRef_PortComponentLink() { |
1801 |
public EAttribute getPortComponentRef_MtomThreshold() { |
| 1456 |
return (EAttribute)portComponentRefEClass.getEStructuralFeatures().get(2); |
1802 |
return (EAttribute)portComponentRefEClass.getEStructuralFeatures().get(2); |
| 1457 |
} |
1803 |
} |
| 1458 |
|
1804 |
|
|
Lines 1461-1468
Link Here
|
| 1461 |
* <!-- end-user-doc --> |
1807 |
* <!-- end-user-doc --> |
| 1462 |
* @generated |
1808 |
* @generated |
| 1463 |
*/ |
1809 |
*/ |
|
|
1810 |
public EReference getPortComponentRef_Addressing() { |
| 1811 |
return (EReference)portComponentRefEClass.getEStructuralFeatures().get(3); |
| 1812 |
} |
| 1813 |
|
| 1814 |
/** |
| 1815 |
* <!-- begin-user-doc --> |
| 1816 |
* <!-- end-user-doc --> |
| 1817 |
* @generated |
| 1818 |
*/ |
| 1819 |
public EReference getPortComponentRef_RespectBinding() { |
| 1820 |
return (EReference)portComponentRefEClass.getEStructuralFeatures().get(4); |
| 1821 |
} |
| 1822 |
|
| 1823 |
/** |
| 1824 |
* <!-- begin-user-doc --> |
| 1825 |
* <!-- end-user-doc --> |
| 1826 |
* @generated |
| 1827 |
*/ |
| 1828 |
public EAttribute getPortComponentRef_PortComponentLink() { |
| 1829 |
return (EAttribute)portComponentRefEClass.getEStructuralFeatures().get(5); |
| 1830 |
} |
| 1831 |
|
| 1832 |
/** |
| 1833 |
* <!-- begin-user-doc --> |
| 1834 |
* <!-- end-user-doc --> |
| 1835 |
* @generated |
| 1836 |
*/ |
| 1464 |
public EAttribute getPortComponentRef_Id() { |
1837 |
public EAttribute getPortComponentRef_Id() { |
| 1465 |
return (EAttribute)portComponentRefEClass.getEStructuralFeatures().get(3); |
1838 |
return (EAttribute)portComponentRefEClass.getEStructuralFeatures().get(6); |
| 1466 |
} |
1839 |
} |
| 1467 |
|
1840 |
|
| 1468 |
/** |
1841 |
/** |
|
Lines 1560-1566
Link Here
|
| 1560 |
* <!-- end-user-doc --> |
1933 |
* <!-- end-user-doc --> |
| 1561 |
* @generated |
1934 |
* @generated |
| 1562 |
*/ |
1935 |
*/ |
| 1563 |
public EAttribute getResourceEnvRef_Id() { |
1936 |
public EAttribute getResourceEnvRef_LookupName() { |
| 1564 |
return (EAttribute)resourceEnvRefEClass.getEStructuralFeatures().get(5); |
1937 |
return (EAttribute)resourceEnvRefEClass.getEStructuralFeatures().get(5); |
| 1565 |
} |
1938 |
} |
| 1566 |
|
1939 |
|
|
Lines 1569-1574
Link Here
|
| 1569 |
* <!-- end-user-doc --> |
1942 |
* <!-- end-user-doc --> |
| 1570 |
* @generated |
1943 |
* @generated |
| 1571 |
*/ |
1944 |
*/ |
|
|
1945 |
public EAttribute getResourceEnvRef_Id() { |
| 1946 |
return (EAttribute)resourceEnvRefEClass.getEStructuralFeatures().get(6); |
| 1947 |
} |
| 1948 |
|
| 1949 |
/** |
| 1950 |
* <!-- begin-user-doc --> |
| 1951 |
* <!-- end-user-doc --> |
| 1952 |
* @generated |
| 1953 |
*/ |
| 1572 |
public EClass getResourceRef() { |
1954 |
public EClass getResourceRef() { |
| 1573 |
return resourceRefEClass; |
1955 |
return resourceRefEClass; |
| 1574 |
} |
1956 |
} |
|
Lines 1641-1647
Link Here
|
| 1641 |
* <!-- end-user-doc --> |
2023 |
* <!-- end-user-doc --> |
| 1642 |
* @generated |
2024 |
* @generated |
| 1643 |
*/ |
2025 |
*/ |
| 1644 |
public EAttribute getResourceRef_Id() { |
2026 |
public EAttribute getResourceRef_LookupName() { |
| 1645 |
return (EAttribute)resourceRefEClass.getEStructuralFeatures().get(7); |
2027 |
return (EAttribute)resourceRefEClass.getEStructuralFeatures().get(7); |
| 1646 |
} |
2028 |
} |
| 1647 |
|
2029 |
|
|
Lines 1650-1655
Link Here
|
| 1650 |
* <!-- end-user-doc --> |
2032 |
* <!-- end-user-doc --> |
| 1651 |
* @generated |
2033 |
* @generated |
| 1652 |
*/ |
2034 |
*/ |
|
|
2035 |
public EAttribute getResourceRef_Id() { |
| 2036 |
return (EAttribute)resourceRefEClass.getEStructuralFeatures().get(8); |
| 2037 |
} |
| 2038 |
|
| 2039 |
/** |
| 2040 |
* <!-- begin-user-doc --> |
| 2041 |
* <!-- end-user-doc --> |
| 2042 |
* @generated |
| 2043 |
*/ |
| 2044 |
public EClass getRespectBindingType() { |
| 2045 |
return respectBindingTypeEClass; |
| 2046 |
} |
| 2047 |
|
| 2048 |
/** |
| 2049 |
* <!-- begin-user-doc --> |
| 2050 |
* <!-- end-user-doc --> |
| 2051 |
* @generated |
| 2052 |
*/ |
| 2053 |
public EAttribute getRespectBindingType_Enabled() { |
| 2054 |
return (EAttribute)respectBindingTypeEClass.getEStructuralFeatures().get(0); |
| 2055 |
} |
| 2056 |
|
| 2057 |
/** |
| 2058 |
* <!-- begin-user-doc --> |
| 2059 |
* <!-- end-user-doc --> |
| 2060 |
* @generated |
| 2061 |
*/ |
| 1653 |
public EClass getRunAs() { |
2062 |
public EClass getRunAs() { |
| 1654 |
return runAsEClass; |
2063 |
return runAsEClass; |
| 1655 |
} |
2064 |
} |
|
Lines 1902-1908
Link Here
|
| 1902 |
* <!-- end-user-doc --> |
2311 |
* <!-- end-user-doc --> |
| 1903 |
* @generated |
2312 |
* @generated |
| 1904 |
*/ |
2313 |
*/ |
| 1905 |
public EAttribute getServiceRef_Id() { |
2314 |
public EAttribute getServiceRef_LookupName() { |
| 1906 |
return (EAttribute)serviceRefEClass.getEStructuralFeatures().get(14); |
2315 |
return (EAttribute)serviceRefEClass.getEStructuralFeatures().get(14); |
| 1907 |
} |
2316 |
} |
| 1908 |
|
2317 |
|
|
Lines 1911-1916
Link Here
|
| 1911 |
* <!-- end-user-doc --> |
2320 |
* <!-- end-user-doc --> |
| 1912 |
* @generated |
2321 |
* @generated |
| 1913 |
*/ |
2322 |
*/ |
|
|
2323 |
public EAttribute getServiceRef_Id() { |
| 2324 |
return (EAttribute)serviceRefEClass.getEStructuralFeatures().get(15); |
| 2325 |
} |
| 2326 |
|
| 2327 |
/** |
| 2328 |
* <!-- begin-user-doc --> |
| 2329 |
* <!-- end-user-doc --> |
| 2330 |
* @generated |
| 2331 |
*/ |
| 1914 |
public EClass getServiceRefHandler() { |
2332 |
public EClass getServiceRefHandler() { |
| 1915 |
return serviceRefHandlerEClass; |
2333 |
return serviceRefHandlerEClass; |
| 1916 |
} |
2334 |
} |
|
Lines 2109-2114
Link Here
|
| 2109 |
* <!-- end-user-doc --> |
2527 |
* <!-- end-user-doc --> |
| 2110 |
* @generated |
2528 |
* @generated |
| 2111 |
*/ |
2529 |
*/ |
|
|
2530 |
public EEnum getAddressingResponsesType() { |
| 2531 |
return addressingResponsesTypeEEnum; |
| 2532 |
} |
| 2533 |
|
| 2534 |
/** |
| 2535 |
* <!-- begin-user-doc --> |
| 2536 |
* <!-- end-user-doc --> |
| 2537 |
* @generated |
| 2538 |
*/ |
| 2112 |
public EEnum getEjbRefType() { |
2539 |
public EEnum getEjbRefType() { |
| 2113 |
return ejbRefTypeEEnum; |
2540 |
return ejbRefTypeEEnum; |
| 2114 |
} |
2541 |
} |
|
Lines 2118-2125
Link Here
|
| 2118 |
* <!-- end-user-doc --> |
2545 |
* <!-- end-user-doc --> |
| 2119 |
* @generated |
2546 |
* @generated |
| 2120 |
*/ |
2547 |
*/ |
| 2121 |
public EEnum getEnvEntryType() { |
2548 |
public EEnum getGenericBooleanType() { |
| 2122 |
return envEntryTypeEEnum; |
2549 |
return genericBooleanTypeEEnum; |
|
|
2550 |
} |
| 2551 |
|
| 2552 |
/** |
| 2553 |
* <!-- begin-user-doc --> |
| 2554 |
* <!-- end-user-doc --> |
| 2555 |
* @generated |
| 2556 |
*/ |
| 2557 |
public EEnum getIsolationLevelType() { |
| 2558 |
return isolationLevelTypeEEnum; |
| 2559 |
} |
| 2560 |
|
| 2561 |
/** |
| 2562 |
* <!-- begin-user-doc --> |
| 2563 |
* <!-- end-user-doc --> |
| 2564 |
* @generated |
| 2565 |
*/ |
| 2566 |
public EDataType getEnvEntryType() { |
| 2567 |
return envEntryTypeEDataType; |
| 2123 |
} |
2568 |
} |
| 2124 |
|
2569 |
|
| 2125 |
/** |
2570 |
/** |
|
Lines 2163-2168
Link Here
|
| 2163 |
* <!-- end-user-doc --> |
2608 |
* <!-- end-user-doc --> |
| 2164 |
* @generated |
2609 |
* @generated |
| 2165 |
*/ |
2610 |
*/ |
|
|
2611 |
public EDataType getAddressingResponsesTypeObject() { |
| 2612 |
return addressingResponsesTypeObjectEDataType; |
| 2613 |
} |
| 2614 |
|
| 2615 |
/** |
| 2616 |
* <!-- begin-user-doc --> |
| 2617 |
* <!-- end-user-doc --> |
| 2618 |
* @generated |
| 2619 |
*/ |
| 2166 |
public EDataType getDeweyVersionType() { |
2620 |
public EDataType getDeweyVersionType() { |
| 2167 |
return deweyVersionTypeEDataType; |
2621 |
return deweyVersionTypeEDataType; |
| 2168 |
} |
2622 |
} |
|
Lines 2199-2206
Link Here
|
| 2199 |
* <!-- end-user-doc --> |
2653 |
* <!-- end-user-doc --> |
| 2200 |
* @generated |
2654 |
* @generated |
| 2201 |
*/ |
2655 |
*/ |
| 2202 |
public EDataType getEnvEntryTypeObject() { |
2656 |
public EDataType getFullyQualifiedClassType() { |
| 2203 |
return envEntryTypeObjectEDataType; |
2657 |
return fullyQualifiedClassTypeEDataType; |
| 2204 |
} |
2658 |
} |
| 2205 |
|
2659 |
|
| 2206 |
/** |
2660 |
/** |
|
Lines 2208-2215
Link Here
|
| 2208 |
* <!-- end-user-doc --> |
2662 |
* <!-- end-user-doc --> |
| 2209 |
* @generated |
2663 |
* @generated |
| 2210 |
*/ |
2664 |
*/ |
| 2211 |
public EDataType getFullyQualifiedClassType() { |
2665 |
public EDataType getGenericBooleanTypeObject() { |
| 2212 |
return fullyQualifiedClassTypeEDataType; |
2666 |
return genericBooleanTypeObjectEDataType; |
| 2213 |
} |
2667 |
} |
| 2214 |
|
2668 |
|
| 2215 |
/** |
2669 |
/** |
|
Lines 2226-2231
Link Here
|
| 2226 |
* <!-- end-user-doc --> |
2680 |
* <!-- end-user-doc --> |
| 2227 |
* @generated |
2681 |
* @generated |
| 2228 |
*/ |
2682 |
*/ |
|
|
2683 |
public EDataType getIsolationLevelTypeObject() { |
| 2684 |
return isolationLevelTypeObjectEDataType; |
| 2685 |
} |
| 2686 |
|
| 2687 |
/** |
| 2688 |
* <!-- begin-user-doc --> |
| 2689 |
* <!-- end-user-doc --> |
| 2690 |
* @generated |
| 2691 |
*/ |
| 2229 |
public EDataType getJavaIdentifier() { |
2692 |
public EDataType getJavaIdentifier() { |
| 2230 |
return javaIdentifierEDataType; |
2693 |
return javaIdentifierEDataType; |
| 2231 |
} |
2694 |
} |
|
Lines 2244-2249
Link Here
|
| 2244 |
* <!-- end-user-doc --> |
2707 |
* <!-- end-user-doc --> |
| 2245 |
* @generated |
2708 |
* @generated |
| 2246 |
*/ |
2709 |
*/ |
|
|
2710 |
public EDataType getJdbcUrlType() { |
| 2711 |
return jdbcUrlTypeEDataType; |
| 2712 |
} |
| 2713 |
|
| 2714 |
/** |
| 2715 |
* <!-- begin-user-doc --> |
| 2716 |
* <!-- end-user-doc --> |
| 2717 |
* @generated |
| 2718 |
*/ |
| 2247 |
public EDataType getJNDIName() { |
2719 |
public EDataType getJNDIName() { |
| 2248 |
return jndiNameEDataType; |
2720 |
return jndiNameEDataType; |
| 2249 |
} |
2721 |
} |
|
Lines 2316-2323
Link Here
|
| 2316 |
* <!-- end-user-doc --> |
2788 |
* <!-- end-user-doc --> |
| 2317 |
* @generated |
2789 |
* @generated |
| 2318 |
*/ |
2790 |
*/ |
| 2319 |
public EDataType getRemote() { |
2791 |
public EDataType getProtocolBindingListType() { |
| 2320 |
return remoteEDataType; |
2792 |
return protocolBindingListTypeEDataType; |
| 2321 |
} |
2793 |
} |
| 2322 |
|
2794 |
|
| 2323 |
/** |
2795 |
/** |
|
Lines 2325-2332
Link Here
|
| 2325 |
* <!-- end-user-doc --> |
2797 |
* <!-- end-user-doc --> |
| 2326 |
* @generated |
2798 |
* @generated |
| 2327 |
*/ |
2799 |
*/ |
| 2328 |
public EDataType getResAuthTypeObject() { |
2800 |
public EDataType getProtocolBindingType() { |
| 2329 |
return resAuthTypeObjectEDataType; |
2801 |
return protocolBindingTypeEDataType; |
| 2330 |
} |
2802 |
} |
| 2331 |
|
2803 |
|
| 2332 |
/** |
2804 |
/** |
|
Lines 2334-2341
Link Here
|
| 2334 |
* <!-- end-user-doc --> |
2806 |
* <!-- end-user-doc --> |
| 2335 |
* @generated |
2807 |
* @generated |
| 2336 |
*/ |
2808 |
*/ |
| 2337 |
public EDataType getResSharingScopeTypeObject() { |
2809 |
public EDataType getProtocolURIAliasType() { |
| 2338 |
return resSharingScopeTypeObjectEDataType; |
2810 |
return protocolURIAliasTypeEDataType; |
| 2339 |
} |
2811 |
} |
| 2340 |
|
2812 |
|
| 2341 |
/** |
2813 |
/** |
|
Lines 2343-2350
Link Here
|
| 2343 |
* <!-- end-user-doc --> |
2815 |
* <!-- end-user-doc --> |
| 2344 |
* @generated |
2816 |
* @generated |
| 2345 |
*/ |
2817 |
*/ |
| 2346 |
public EDataType getRoleName() { |
2818 |
public EDataType getQnamePattern() { |
| 2347 |
return roleNameEDataType; |
2819 |
return qnamePatternEDataType; |
| 2348 |
} |
2820 |
} |
| 2349 |
|
2821 |
|
| 2350 |
/** |
2822 |
/** |
|
Lines 2352-2359
Link Here
|
| 2352 |
* <!-- end-user-doc --> |
2824 |
* <!-- end-user-doc --> |
| 2353 |
* @generated |
2825 |
* @generated |
| 2354 |
*/ |
2826 |
*/ |
| 2355 |
public EDataType getServiceRefProtocolBindingListType() { |
2827 |
public EDataType getRemote() { |
| 2356 |
return serviceRefProtocolBindingListTypeEDataType; |
2828 |
return remoteEDataType; |
| 2357 |
} |
2829 |
} |
| 2358 |
|
2830 |
|
| 2359 |
/** |
2831 |
/** |
|
Lines 2361-2368
Link Here
|
| 2361 |
* <!-- end-user-doc --> |
2833 |
* <!-- end-user-doc --> |
| 2362 |
* @generated |
2834 |
* @generated |
| 2363 |
*/ |
2835 |
*/ |
| 2364 |
public EDataType getServiceRefProtocolBindingType() { |
2836 |
public EDataType getResAuthTypeObject() { |
| 2365 |
return serviceRefProtocolBindingTypeEDataType; |
2837 |
return resAuthTypeObjectEDataType; |
| 2366 |
} |
2838 |
} |
| 2367 |
|
2839 |
|
| 2368 |
/** |
2840 |
/** |
|
Lines 2370-2377
Link Here
|
| 2370 |
* <!-- end-user-doc --> |
2842 |
* <!-- end-user-doc --> |
| 2371 |
* @generated |
2843 |
* @generated |
| 2372 |
*/ |
2844 |
*/ |
| 2373 |
public EDataType getServiceRefProtocolURIAliasType() { |
2845 |
public EDataType getResSharingScopeTypeObject() { |
| 2374 |
return serviceRefProtocolURIAliasTypeEDataType; |
2846 |
return resSharingScopeTypeObjectEDataType; |
| 2375 |
} |
2847 |
} |
| 2376 |
|
2848 |
|
| 2377 |
/** |
2849 |
/** |
|
Lines 2379-2386
Link Here
|
| 2379 |
* <!-- end-user-doc --> |
2851 |
* <!-- end-user-doc --> |
| 2380 |
* @generated |
2852 |
* @generated |
| 2381 |
*/ |
2853 |
*/ |
| 2382 |
public EDataType getServiceRefQnamePattern() { |
2854 |
public EDataType getRoleName() { |
| 2383 |
return serviceRefQnamePatternEDataType; |
2855 |
return roleNameEDataType; |
| 2384 |
} |
2856 |
} |
| 2385 |
|
2857 |
|
| 2386 |
/** |
2858 |
/** |
|
Lines 2429-2434
Link Here
|
| 2429 |
isCreated = true; |
2901 |
isCreated = true; |
| 2430 |
|
2902 |
|
| 2431 |
// Create classes and their features |
2903 |
// Create classes and their features |
|
|
2904 |
addressingTypeEClass = createEClass(ADDRESSING_TYPE); |
| 2905 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__ENABLED); |
| 2906 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__REQUIRED); |
| 2907 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__RESPONSES); |
| 2908 |
|
| 2909 |
dataSourceTypeEClass = createEClass(DATA_SOURCE_TYPE); |
| 2910 |
createEReference(dataSourceTypeEClass, DATA_SOURCE_TYPE__DESCRIPTION); |
| 2911 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__NAME); |
| 2912 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__CLASS_NAME); |
| 2913 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__SERVER_NAME); |
| 2914 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__PORT_NUMBER); |
| 2915 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__DATABASE_NAME); |
| 2916 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__URL); |
| 2917 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__USER); |
| 2918 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__PASSWORD); |
| 2919 |
createEReference(dataSourceTypeEClass, DATA_SOURCE_TYPE__PROPERTY); |
| 2920 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__LOGIN_TIMEOUT); |
| 2921 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__TRANSACTIONAL); |
| 2922 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__ISOLATION_LEVEL); |
| 2923 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__INITIAL_POOL_SIZE); |
| 2924 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__MAX_POOL_SIZE); |
| 2925 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__MIN_POOL_SIZE); |
| 2926 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__MAX_IDLE_TIME); |
| 2927 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__MAX_STATEMENTS); |
| 2928 |
createEAttribute(dataSourceTypeEClass, DATA_SOURCE_TYPE__ID); |
| 2929 |
|
| 2432 |
descriptionEClass = createEClass(DESCRIPTION); |
2930 |
descriptionEClass = createEClass(DESCRIPTION); |
| 2433 |
createEAttribute(descriptionEClass, DESCRIPTION__VALUE); |
2931 |
createEAttribute(descriptionEClass, DESCRIPTION__VALUE); |
| 2434 |
createEAttribute(descriptionEClass, DESCRIPTION__LANG); |
2932 |
createEAttribute(descriptionEClass, DESCRIPTION__LANG); |
|
Lines 2446-2451
Link Here
|
| 2446 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__EJB_LINK); |
2944 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__EJB_LINK); |
| 2447 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__MAPPED_NAME); |
2945 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__MAPPED_NAME); |
| 2448 |
createEReference(ejbLocalRefEClass, EJB_LOCAL_REF__INJECTION_TARGETS); |
2946 |
createEReference(ejbLocalRefEClass, EJB_LOCAL_REF__INJECTION_TARGETS); |
|
|
2947 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__LOOKUP_NAME); |
| 2449 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__ID); |
2948 |
createEAttribute(ejbLocalRefEClass, EJB_LOCAL_REF__ID); |
| 2450 |
|
2949 |
|
| 2451 |
ejbRefEClass = createEClass(EJB_REF); |
2950 |
ejbRefEClass = createEClass(EJB_REF); |
|
Lines 2457-2462
Link Here
|
| 2457 |
createEAttribute(ejbRefEClass, EJB_REF__EJB_LINK); |
2956 |
createEAttribute(ejbRefEClass, EJB_REF__EJB_LINK); |
| 2458 |
createEAttribute(ejbRefEClass, EJB_REF__MAPPED_NAME); |
2957 |
createEAttribute(ejbRefEClass, EJB_REF__MAPPED_NAME); |
| 2459 |
createEReference(ejbRefEClass, EJB_REF__INJECTION_TARGETS); |
2958 |
createEReference(ejbRefEClass, EJB_REF__INJECTION_TARGETS); |
|
|
2959 |
createEAttribute(ejbRefEClass, EJB_REF__LOOKUP_NAME); |
| 2460 |
createEAttribute(ejbRefEClass, EJB_REF__ID); |
2960 |
createEAttribute(ejbRefEClass, EJB_REF__ID); |
| 2461 |
|
2961 |
|
| 2462 |
emptyTypeEClass = createEClass(EMPTY_TYPE); |
2962 |
emptyTypeEClass = createEClass(EMPTY_TYPE); |
|
Lines 2469-2474
Link Here
|
| 2469 |
createEAttribute(envEntryEClass, ENV_ENTRY__ENV_ENTRY_VALUE); |
2969 |
createEAttribute(envEntryEClass, ENV_ENTRY__ENV_ENTRY_VALUE); |
| 2470 |
createEAttribute(envEntryEClass, ENV_ENTRY__MAPPED_NAME); |
2970 |
createEAttribute(envEntryEClass, ENV_ENTRY__MAPPED_NAME); |
| 2471 |
createEReference(envEntryEClass, ENV_ENTRY__INJECTION_TARGETS); |
2971 |
createEReference(envEntryEClass, ENV_ENTRY__INJECTION_TARGETS); |
|
|
2972 |
createEAttribute(envEntryEClass, ENV_ENTRY__LOOKUP_NAME); |
| 2472 |
createEAttribute(envEntryEClass, ENV_ENTRY__ID); |
2973 |
createEAttribute(envEntryEClass, ENV_ENTRY__ID); |
| 2473 |
|
2974 |
|
| 2474 |
iconEClass = createEClass(ICON); |
2975 |
iconEClass = createEClass(ICON); |
|
Lines 2508-2513
Link Here
|
| 2508 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__MESSAGE_DESTINATION_LINK); |
3009 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__MESSAGE_DESTINATION_LINK); |
| 2509 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__MAPPED_NAME); |
3010 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__MAPPED_NAME); |
| 2510 |
createEReference(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__INJECTION_TARGETS); |
3011 |
createEReference(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__INJECTION_TARGETS); |
|
|
3012 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__LOOKUP_NAME); |
| 2511 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__ID); |
3013 |
createEAttribute(messageDestinationRefEClass, MESSAGE_DESTINATION_REF__ID); |
| 2512 |
|
3014 |
|
| 2513 |
paramValueEClass = createEClass(PARAM_VALUE); |
3015 |
paramValueEClass = createEClass(PARAM_VALUE); |
|
Lines 2524-2529
Link Here
|
| 2524 |
createEReference(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__PERSISTENCE_PROPERTIES); |
3026 |
createEReference(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__PERSISTENCE_PROPERTIES); |
| 2525 |
createEAttribute(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__MAPPED_NAME); |
3027 |
createEAttribute(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__MAPPED_NAME); |
| 2526 |
createEReference(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__INJECTION_TARGETS); |
3028 |
createEReference(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__INJECTION_TARGETS); |
|
|
3029 |
createEAttribute(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__LOOKUP_NAME); |
| 2527 |
createEAttribute(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__ID); |
3030 |
createEAttribute(persistenceContextRefEClass, PERSISTENCE_CONTEXT_REF__ID); |
| 2528 |
|
3031 |
|
| 2529 |
persistenceUnitRefEClass = createEClass(PERSISTENCE_UNIT_REF); |
3032 |
persistenceUnitRefEClass = createEClass(PERSISTENCE_UNIT_REF); |
|
Lines 2532-2542
Link Here
|
| 2532 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__PERSISTENCE_UNIT_NAME); |
3035 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__PERSISTENCE_UNIT_NAME); |
| 2533 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__MAPPED_NAME); |
3036 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__MAPPED_NAME); |
| 2534 |
createEReference(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__INJECTION_TARGETS); |
3037 |
createEReference(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__INJECTION_TARGETS); |
|
|
3038 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__LOOKUP_NAME); |
| 2535 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__ID); |
3039 |
createEAttribute(persistenceUnitRefEClass, PERSISTENCE_UNIT_REF__ID); |
| 2536 |
|
3040 |
|
| 2537 |
portComponentRefEClass = createEClass(PORT_COMPONENT_REF); |
3041 |
portComponentRefEClass = createEClass(PORT_COMPONENT_REF); |
| 2538 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__SERVICE_ENDPOINT_INTERFACE); |
3042 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__SERVICE_ENDPOINT_INTERFACE); |
| 2539 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__ENABLE_MTOM); |
3043 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__ENABLE_MTOM); |
|
|
3044 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__MTOM_THRESHOLD); |
| 3045 |
createEReference(portComponentRefEClass, PORT_COMPONENT_REF__ADDRESSING); |
| 3046 |
createEReference(portComponentRefEClass, PORT_COMPONENT_REF__RESPECT_BINDING); |
| 2540 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__PORT_COMPONENT_LINK); |
3047 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__PORT_COMPONENT_LINK); |
| 2541 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__ID); |
3048 |
createEAttribute(portComponentRefEClass, PORT_COMPONENT_REF__ID); |
| 2542 |
|
3049 |
|
|
Lines 2551-2556
Link Here
|
| 2551 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__RESOURCE_ENV_REF_TYPE); |
3058 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__RESOURCE_ENV_REF_TYPE); |
| 2552 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__MAPPED_NAME); |
3059 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__MAPPED_NAME); |
| 2553 |
createEReference(resourceEnvRefEClass, RESOURCE_ENV_REF__INJECTION_TARGETS); |
3060 |
createEReference(resourceEnvRefEClass, RESOURCE_ENV_REF__INJECTION_TARGETS); |
|
|
3061 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__LOOKUP_NAME); |
| 2554 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__ID); |
3062 |
createEAttribute(resourceEnvRefEClass, RESOURCE_ENV_REF__ID); |
| 2555 |
|
3063 |
|
| 2556 |
resourceRefEClass = createEClass(RESOURCE_REF); |
3064 |
resourceRefEClass = createEClass(RESOURCE_REF); |
|
Lines 2561-2568
Link Here
|
| 2561 |
createEAttribute(resourceRefEClass, RESOURCE_REF__RES_SHARING_SCOPE); |
3069 |
createEAttribute(resourceRefEClass, RESOURCE_REF__RES_SHARING_SCOPE); |
| 2562 |
createEAttribute(resourceRefEClass, RESOURCE_REF__MAPPED_NAME); |
3070 |
createEAttribute(resourceRefEClass, RESOURCE_REF__MAPPED_NAME); |
| 2563 |
createEReference(resourceRefEClass, RESOURCE_REF__INJECTION_TARGETS); |
3071 |
createEReference(resourceRefEClass, RESOURCE_REF__INJECTION_TARGETS); |
|
|
3072 |
createEAttribute(resourceRefEClass, RESOURCE_REF__LOOKUP_NAME); |
| 2564 |
createEAttribute(resourceRefEClass, RESOURCE_REF__ID); |
3073 |
createEAttribute(resourceRefEClass, RESOURCE_REF__ID); |
| 2565 |
|
3074 |
|
|
|
3075 |
respectBindingTypeEClass = createEClass(RESPECT_BINDING_TYPE); |
| 3076 |
createEAttribute(respectBindingTypeEClass, RESPECT_BINDING_TYPE__ENABLED); |
| 3077 |
|
| 2566 |
runAsEClass = createEClass(RUN_AS); |
3078 |
runAsEClass = createEClass(RUN_AS); |
| 2567 |
createEReference(runAsEClass, RUN_AS__DESCRIPTIONS); |
3079 |
createEReference(runAsEClass, RUN_AS__DESCRIPTIONS); |
| 2568 |
createEAttribute(runAsEClass, RUN_AS__ROLE_NAME); |
3080 |
createEAttribute(runAsEClass, RUN_AS__ROLE_NAME); |
|
Lines 2594-2599
Link Here
|
| 2594 |
createEReference(serviceRefEClass, SERVICE_REF__HANDLER_CHAINS); |
3106 |
createEReference(serviceRefEClass, SERVICE_REF__HANDLER_CHAINS); |
| 2595 |
createEAttribute(serviceRefEClass, SERVICE_REF__MAPPED_NAME); |
3107 |
createEAttribute(serviceRefEClass, SERVICE_REF__MAPPED_NAME); |
| 2596 |
createEReference(serviceRefEClass, SERVICE_REF__INJECTION_TARGETS); |
3108 |
createEReference(serviceRefEClass, SERVICE_REF__INJECTION_TARGETS); |
|
|
3109 |
createEAttribute(serviceRefEClass, SERVICE_REF__LOOKUP_NAME); |
| 2597 |
createEAttribute(serviceRefEClass, SERVICE_REF__ID); |
3110 |
createEAttribute(serviceRefEClass, SERVICE_REF__ID); |
| 2598 |
|
3111 |
|
| 2599 |
serviceRefHandlerEClass = createEClass(SERVICE_REF_HANDLER); |
3112 |
serviceRefHandlerEClass = createEClass(SERVICE_REF_HANDLER); |
|
Lines 2623-2645
Link Here
|
| 2623 |
createEAttribute(urlPatternTypeEClass, URL_PATTERN_TYPE__VALUE); |
3136 |
createEAttribute(urlPatternTypeEClass, URL_PATTERN_TYPE__VALUE); |
| 2624 |
|
3137 |
|
| 2625 |
// Create enums |
3138 |
// Create enums |
|
|
3139 |
addressingResponsesTypeEEnum = createEEnum(ADDRESSING_RESPONSES_TYPE); |
| 2626 |
ejbRefTypeEEnum = createEEnum(EJB_REF_TYPE); |
3140 |
ejbRefTypeEEnum = createEEnum(EJB_REF_TYPE); |
| 2627 |
envEntryTypeEEnum = createEEnum(ENV_ENTRY_TYPE); |
3141 |
genericBooleanTypeEEnum = createEEnum(GENERIC_BOOLEAN_TYPE); |
|
|
3142 |
isolationLevelTypeEEnum = createEEnum(ISOLATION_LEVEL_TYPE); |
| 2628 |
messageDestinationUsageTypeEEnum = createEEnum(MESSAGE_DESTINATION_USAGE_TYPE); |
3143 |
messageDestinationUsageTypeEEnum = createEEnum(MESSAGE_DESTINATION_USAGE_TYPE); |
| 2629 |
persistenceContextTypeEEnum = createEEnum(PERSISTENCE_CONTEXT_TYPE); |
3144 |
persistenceContextTypeEEnum = createEEnum(PERSISTENCE_CONTEXT_TYPE); |
| 2630 |
resAuthTypeEEnum = createEEnum(RES_AUTH_TYPE); |
3145 |
resAuthTypeEEnum = createEEnum(RES_AUTH_TYPE); |
| 2631 |
resSharingScopeTypeEEnum = createEEnum(RES_SHARING_SCOPE_TYPE); |
3146 |
resSharingScopeTypeEEnum = createEEnum(RES_SHARING_SCOPE_TYPE); |
| 2632 |
|
3147 |
|
| 2633 |
// Create data types |
3148 |
// Create data types |
|
|
3149 |
addressingResponsesTypeObjectEDataType = createEDataType(ADDRESSING_RESPONSES_TYPE_OBJECT); |
| 2634 |
deweyVersionTypeEDataType = createEDataType(DEWEY_VERSION_TYPE); |
3150 |
deweyVersionTypeEDataType = createEDataType(DEWEY_VERSION_TYPE); |
| 2635 |
ejbLinkEDataType = createEDataType(EJB_LINK); |
3151 |
ejbLinkEDataType = createEDataType(EJB_LINK); |
| 2636 |
ejbRefNameTypeEDataType = createEDataType(EJB_REF_NAME_TYPE); |
3152 |
ejbRefNameTypeEDataType = createEDataType(EJB_REF_NAME_TYPE); |
| 2637 |
ejbRefTypeObjectEDataType = createEDataType(EJB_REF_TYPE_OBJECT); |
3153 |
ejbRefTypeObjectEDataType = createEDataType(EJB_REF_TYPE_OBJECT); |
| 2638 |
envEntryTypeObjectEDataType = createEDataType(ENV_ENTRY_TYPE_OBJECT); |
3154 |
envEntryTypeEDataType = createEDataType(ENV_ENTRY_TYPE); |
| 2639 |
fullyQualifiedClassTypeEDataType = createEDataType(FULLY_QUALIFIED_CLASS_TYPE); |
3155 |
fullyQualifiedClassTypeEDataType = createEDataType(FULLY_QUALIFIED_CLASS_TYPE); |
|
|
3156 |
genericBooleanTypeObjectEDataType = createEDataType(GENERIC_BOOLEAN_TYPE_OBJECT); |
| 2640 |
homeEDataType = createEDataType(HOME); |
3157 |
homeEDataType = createEDataType(HOME); |
|
|
3158 |
isolationLevelTypeObjectEDataType = createEDataType(ISOLATION_LEVEL_TYPE_OBJECT); |
| 2641 |
javaIdentifierEDataType = createEDataType(JAVA_IDENTIFIER); |
3159 |
javaIdentifierEDataType = createEDataType(JAVA_IDENTIFIER); |
| 2642 |
javaTypeEDataType = createEDataType(JAVA_TYPE); |
3160 |
javaTypeEDataType = createEDataType(JAVA_TYPE); |
|
|
3161 |
jdbcUrlTypeEDataType = createEDataType(JDBC_URL_TYPE); |
| 2643 |
jndiNameEDataType = createEDataType(JNDI_NAME); |
3162 |
jndiNameEDataType = createEDataType(JNDI_NAME); |
| 2644 |
localEDataType = createEDataType(LOCAL); |
3163 |
localEDataType = createEDataType(LOCAL); |
| 2645 |
localHomeEDataType = createEDataType(LOCAL_HOME); |
3164 |
localHomeEDataType = createEDataType(LOCAL_HOME); |
|
Lines 2648-2661
Link Here
|
| 2648 |
messageDestinationUsageTypeObjectEDataType = createEDataType(MESSAGE_DESTINATION_USAGE_TYPE_OBJECT); |
3167 |
messageDestinationUsageTypeObjectEDataType = createEDataType(MESSAGE_DESTINATION_USAGE_TYPE_OBJECT); |
| 2649 |
pathTypeEDataType = createEDataType(PATH_TYPE); |
3168 |
pathTypeEDataType = createEDataType(PATH_TYPE); |
| 2650 |
persistenceContextTypeObjectEDataType = createEDataType(PERSISTENCE_CONTEXT_TYPE_OBJECT); |
3169 |
persistenceContextTypeObjectEDataType = createEDataType(PERSISTENCE_CONTEXT_TYPE_OBJECT); |
|
|
3170 |
protocolBindingListTypeEDataType = createEDataType(PROTOCOL_BINDING_LIST_TYPE); |
| 3171 |
protocolBindingTypeEDataType = createEDataType(PROTOCOL_BINDING_TYPE); |
| 3172 |
protocolURIAliasTypeEDataType = createEDataType(PROTOCOL_URI_ALIAS_TYPE); |
| 3173 |
qnamePatternEDataType = createEDataType(QNAME_PATTERN); |
| 2651 |
remoteEDataType = createEDataType(REMOTE); |
3174 |
remoteEDataType = createEDataType(REMOTE); |
| 2652 |
resAuthTypeObjectEDataType = createEDataType(RES_AUTH_TYPE_OBJECT); |
3175 |
resAuthTypeObjectEDataType = createEDataType(RES_AUTH_TYPE_OBJECT); |
| 2653 |
resSharingScopeTypeObjectEDataType = createEDataType(RES_SHARING_SCOPE_TYPE_OBJECT); |
3176 |
resSharingScopeTypeObjectEDataType = createEDataType(RES_SHARING_SCOPE_TYPE_OBJECT); |
| 2654 |
roleNameEDataType = createEDataType(ROLE_NAME); |
3177 |
roleNameEDataType = createEDataType(ROLE_NAME); |
| 2655 |
serviceRefProtocolBindingListTypeEDataType = createEDataType(SERVICE_REF_PROTOCOL_BINDING_LIST_TYPE); |
|
|
| 2656 |
serviceRefProtocolBindingTypeEDataType = createEDataType(SERVICE_REF_PROTOCOL_BINDING_TYPE); |
| 2657 |
serviceRefProtocolURIAliasTypeEDataType = createEDataType(SERVICE_REF_PROTOCOL_URI_ALIAS_TYPE); |
| 2658 |
serviceRefQnamePatternEDataType = createEDataType(SERVICE_REF_QNAME_PATTERN); |
| 2659 |
trueFalseTypeEDataType = createEDataType(TRUE_FALSE_TYPE); |
3178 |
trueFalseTypeEDataType = createEDataType(TRUE_FALSE_TYPE); |
| 2660 |
trueFalseTypeObjectEDataType = createEDataType(TRUE_FALSE_TYPE_OBJECT); |
3179 |
trueFalseTypeObjectEDataType = createEDataType(TRUE_FALSE_TYPE_OBJECT); |
| 2661 |
} |
3180 |
} |
|
Lines 2687-2903
Link Here
|
| 2687 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
3206 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
| 2688 |
XMLNamespacePackage theXMLNamespacePackage = (XMLNamespacePackage)EPackage.Registry.INSTANCE.getEPackage(XMLNamespacePackage.eNS_URI); |
3207 |
XMLNamespacePackage theXMLNamespacePackage = (XMLNamespacePackage)EPackage.Registry.INSTANCE.getEPackage(XMLNamespacePackage.eNS_URI); |
| 2689 |
|
3208 |
|
|
|
3209 |
// Create type parameters |
| 3210 |
|
| 3211 |
// Set bounds for type parameters |
| 3212 |
|
| 2690 |
// Add supertypes to classes |
3213 |
// Add supertypes to classes |
| 2691 |
|
3214 |
|
| 2692 |
// Initialize classes and features; add operations and parameters |
3215 |
// Initialize classes and features; add operations and parameters |
|
|
3216 |
initEClass(addressingTypeEClass, AddressingType.class, "AddressingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3217 |
initEAttribute(getAddressingType_Enabled(), this.getTrueFalseType(), "enabled", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3218 |
initEAttribute(getAddressingType_Required(), this.getTrueFalseType(), "required", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3219 |
initEAttribute(getAddressingType_Responses(), this.getAddressingResponsesType(), "responses", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3220 |
|
| 3221 |
initEClass(dataSourceTypeEClass, DataSourceType.class, "DataSourceType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3222 |
initEReference(getDataSourceType_Description(), this.getDescription(), null, "description", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3223 |
initEAttribute(getDataSourceType_Name(), this.getJNDIName(), "name", null, 1, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3224 |
initEAttribute(getDataSourceType_ClassName(), this.getFullyQualifiedClassType(), "className", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3225 |
initEAttribute(getDataSourceType_ServerName(), theXMLTypePackage.getString(), "serverName", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3226 |
initEAttribute(getDataSourceType_PortNumber(), theXMLTypePackage.getInteger(), "portNumber", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3227 |
initEAttribute(getDataSourceType_DatabaseName(), theXMLTypePackage.getString(), "databaseName", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3228 |
initEAttribute(getDataSourceType_Url(), this.getJdbcUrlType(), "url", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3229 |
initEAttribute(getDataSourceType_User(), theXMLTypePackage.getString(), "user", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3230 |
initEAttribute(getDataSourceType_Password(), theXMLTypePackage.getString(), "password", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3231 |
initEReference(getDataSourceType_Property(), this.getPropertyType(), null, "property", null, 0, -1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3232 |
initEAttribute(getDataSourceType_LoginTimeout(), theXMLTypePackage.getInteger(), "loginTimeout", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3233 |
initEAttribute(getDataSourceType_Transactional(), theXMLTypePackage.getBoolean(), "transactional", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3234 |
initEAttribute(getDataSourceType_IsolationLevel(), this.getIsolationLevelType(), "isolationLevel", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3235 |
initEAttribute(getDataSourceType_InitialPoolSize(), theXMLTypePackage.getInteger(), "initialPoolSize", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3236 |
initEAttribute(getDataSourceType_MaxPoolSize(), theXMLTypePackage.getInteger(), "maxPoolSize", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3237 |
initEAttribute(getDataSourceType_MinPoolSize(), theXMLTypePackage.getInteger(), "minPoolSize", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3238 |
initEAttribute(getDataSourceType_MaxIdleTime(), theXMLTypePackage.getInteger(), "maxIdleTime", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3239 |
initEAttribute(getDataSourceType_MaxStatements(), theXMLTypePackage.getInteger(), "maxStatements", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3240 |
initEAttribute(getDataSourceType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, DataSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3241 |
|
| 2693 |
initEClass(descriptionEClass, Description.class, "Description", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3242 |
initEClass(descriptionEClass, Description.class, "Description", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2694 |
initEAttribute(getDescription_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, Description.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3243 |
initEAttribute(getDescription_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, Description.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2695 |
initEAttribute(getDescription_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, Description.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3244 |
initEAttribute(getDescription_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, Description.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2696 |
|
3245 |
|
| 2697 |
initEClass(displayNameEClass, DisplayName.class, "DisplayName", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3246 |
initEClass(displayNameEClass, DisplayName.class, "DisplayName", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2698 |
initEAttribute(getDisplayName_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, DisplayName.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3247 |
initEAttribute(getDisplayName_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, DisplayName.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2699 |
initEAttribute(getDisplayName_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, DisplayName.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3248 |
initEAttribute(getDisplayName_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, DisplayName.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2700 |
|
3249 |
|
| 2701 |
initEClass(ejbLocalRefEClass, EjbLocalRef.class, "EjbLocalRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3250 |
initEClass(ejbLocalRefEClass, EjbLocalRef.class, "EjbLocalRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2702 |
initEReference(getEjbLocalRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3251 |
initEReference(getEjbLocalRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2703 |
initEAttribute(getEjbLocalRef_EjbRefName(), this.getEjbRefNameType(), "ejbRefName", null, 1, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3252 |
initEAttribute(getEjbLocalRef_EjbRefName(), this.getEjbRefNameType(), "ejbRefName", null, 1, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2704 |
initEAttribute(getEjbLocalRef_EjbRefType(), this.getEjbRefType(), "ejbRefType", "Entity", 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3253 |
initEAttribute(getEjbLocalRef_EjbRefType(), this.getEjbRefType(), "ejbRefType", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2705 |
initEAttribute(getEjbLocalRef_LocalHome(), this.getLocalHome(), "localHome", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3254 |
initEAttribute(getEjbLocalRef_LocalHome(), this.getLocalHome(), "localHome", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2706 |
initEAttribute(getEjbLocalRef_Local(), this.getLocal(), "local", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3255 |
initEAttribute(getEjbLocalRef_Local(), this.getLocal(), "local", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2707 |
initEAttribute(getEjbLocalRef_EjbLink(), this.getEJBLink(), "ejbLink", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3256 |
initEAttribute(getEjbLocalRef_EjbLink(), this.getEJBLink(), "ejbLink", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2708 |
initEAttribute(getEjbLocalRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3257 |
initEAttribute(getEjbLocalRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2709 |
initEReference(getEjbLocalRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3258 |
initEReference(getEjbLocalRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2710 |
initEAttribute(getEjbLocalRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3259 |
initEAttribute(getEjbLocalRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3260 |
initEAttribute(getEjbLocalRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EjbLocalRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2711 |
|
3261 |
|
| 2712 |
initEClass(ejbRefEClass, EjbRef.class, "EjbRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3262 |
initEClass(ejbRefEClass, EjbRef.class, "EjbRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2713 |
initEReference(getEjbRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3263 |
initEReference(getEjbRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2714 |
initEAttribute(getEjbRef_EjbRefName(), this.getEjbRefNameType(), "ejbRefName", null, 1, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3264 |
initEAttribute(getEjbRef_EjbRefName(), this.getEjbRefNameType(), "ejbRefName", null, 1, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2715 |
initEAttribute(getEjbRef_EjbRefType(), this.getEjbRefType(), "ejbRefType", "Entity", 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3265 |
initEAttribute(getEjbRef_EjbRefType(), this.getEjbRefType(), "ejbRefType", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2716 |
initEAttribute(getEjbRef_Home(), this.getHome(), "home", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3266 |
initEAttribute(getEjbRef_Home(), this.getHome(), "home", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2717 |
initEAttribute(getEjbRef_Remote(), this.getRemote(), "remote", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3267 |
initEAttribute(getEjbRef_Remote(), this.getRemote(), "remote", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2718 |
initEAttribute(getEjbRef_EjbLink(), this.getEJBLink(), "ejbLink", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3268 |
initEAttribute(getEjbRef_EjbLink(), this.getEJBLink(), "ejbLink", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2719 |
initEAttribute(getEjbRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3269 |
initEAttribute(getEjbRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2720 |
initEReference(getEjbRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3270 |
initEReference(getEjbRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2721 |
initEAttribute(getEjbRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3271 |
initEAttribute(getEjbRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3272 |
initEAttribute(getEjbRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EjbRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2722 |
|
3273 |
|
| 2723 |
initEClass(emptyTypeEClass, EmptyType.class, "EmptyType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3274 |
initEClass(emptyTypeEClass, EmptyType.class, "EmptyType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2724 |
initEAttribute(getEmptyType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EmptyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3275 |
initEAttribute(getEmptyType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EmptyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2725 |
|
3276 |
|
| 2726 |
initEClass(envEntryEClass, EnvEntry.class, "EnvEntry", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3277 |
initEClass(envEntryEClass, EnvEntry.class, "EnvEntry", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2727 |
initEReference(getEnvEntry_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3278 |
initEReference(getEnvEntry_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2728 |
initEAttribute(getEnvEntry_EnvEntryName(), this.getJNDIName(), "envEntryName", null, 1, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3279 |
initEAttribute(getEnvEntry_EnvEntryName(), this.getJNDIName(), "envEntryName", null, 1, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2729 |
initEAttribute(getEnvEntry_EnvEntryType(), this.getEnvEntryType(), "envEntryType", "java.lang.Boolean", 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3280 |
initEAttribute(getEnvEntry_EnvEntryType(), this.getEnvEntryType(), "envEntryType", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2730 |
initEAttribute(getEnvEntry_EnvEntryValue(), theXMLTypePackage.getString(), "envEntryValue", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3281 |
initEAttribute(getEnvEntry_EnvEntryValue(), theXMLTypePackage.getString(), "envEntryValue", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2731 |
initEAttribute(getEnvEntry_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3282 |
initEAttribute(getEnvEntry_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2732 |
initEReference(getEnvEntry_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3283 |
initEReference(getEnvEntry_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2733 |
initEAttribute(getEnvEntry_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3284 |
initEAttribute(getEnvEntry_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3285 |
initEAttribute(getEnvEntry_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EnvEntry.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2734 |
|
3286 |
|
| 2735 |
initEClass(iconEClass, Icon.class, "Icon", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3287 |
initEClass(iconEClass, Icon.class, "Icon", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2736 |
initEAttribute(getIcon_SmallIcon(), this.getPathType(), "smallIcon", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3288 |
initEAttribute(getIcon_SmallIcon(), this.getPathType(), "smallIcon", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2737 |
initEAttribute(getIcon_LargeIcon(), this.getPathType(), "largeIcon", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3289 |
initEAttribute(getIcon_LargeIcon(), this.getPathType(), "largeIcon", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2738 |
initEAttribute(getIcon_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3290 |
initEAttribute(getIcon_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2739 |
initEAttribute(getIcon_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3291 |
initEAttribute(getIcon_Lang(), theXMLNamespacePackage.getLangType(), "lang", null, 0, 1, Icon.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2740 |
|
3292 |
|
| 2741 |
initEClass(injectionTargetEClass, InjectionTarget.class, "InjectionTarget", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3293 |
initEClass(injectionTargetEClass, InjectionTarget.class, "InjectionTarget", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2742 |
initEAttribute(getInjectionTarget_InjectionTargetClass(), this.getFullyQualifiedClassType(), "injectionTargetClass", null, 1, 1, InjectionTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3294 |
initEAttribute(getInjectionTarget_InjectionTargetClass(), this.getFullyQualifiedClassType(), "injectionTargetClass", null, 1, 1, InjectionTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2743 |
initEAttribute(getInjectionTarget_InjectionTargetName(), this.getJavaIdentifier(), "injectionTargetName", null, 1, 1, InjectionTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3295 |
initEAttribute(getInjectionTarget_InjectionTargetName(), this.getJavaIdentifier(), "injectionTargetName", null, 1, 1, InjectionTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2744 |
|
3296 |
|
| 2745 |
initEClass(lifecycleCallbackEClass, LifecycleCallback.class, "LifecycleCallback", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3297 |
initEClass(lifecycleCallbackEClass, LifecycleCallback.class, "LifecycleCallback", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2746 |
initEAttribute(getLifecycleCallback_LifecycleCallbackClass(), this.getFullyQualifiedClassType(), "lifecycleCallbackClass", null, 0, 1, LifecycleCallback.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3298 |
initEAttribute(getLifecycleCallback_LifecycleCallbackClass(), this.getFullyQualifiedClassType(), "lifecycleCallbackClass", null, 0, 1, LifecycleCallback.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2747 |
initEAttribute(getLifecycleCallback_LifecycleCallbackMethod(), this.getJavaIdentifier(), "lifecycleCallbackMethod", null, 1, 1, LifecycleCallback.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3299 |
initEAttribute(getLifecycleCallback_LifecycleCallbackMethod(), this.getJavaIdentifier(), "lifecycleCallbackMethod", null, 1, 1, LifecycleCallback.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2748 |
|
3300 |
|
| 2749 |
initEClass(listenerEClass, Listener.class, "Listener", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3301 |
initEClass(listenerEClass, Listener.class, "Listener", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2750 |
initEReference(getListener_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3302 |
initEReference(getListener_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2751 |
initEReference(getListener_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3303 |
initEReference(getListener_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2752 |
initEReference(getListener_Icons(), this.getIcon(), null, "icons", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3304 |
initEReference(getListener_Icons(), this.getIcon(), null, "icons", null, 0, -1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2753 |
initEAttribute(getListener_ListenerClass(), this.getFullyQualifiedClassType(), "listenerClass", null, 1, 1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3305 |
initEAttribute(getListener_ListenerClass(), this.getFullyQualifiedClassType(), "listenerClass", null, 1, 1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2754 |
initEAttribute(getListener_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3306 |
initEAttribute(getListener_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Listener.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2755 |
|
3307 |
|
| 2756 |
initEClass(messageDestinationEClass, MessageDestination.class, "MessageDestination", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3308 |
initEClass(messageDestinationEClass, MessageDestination.class, "MessageDestination", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2757 |
initEReference(getMessageDestination_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3309 |
initEReference(getMessageDestination_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2758 |
initEReference(getMessageDestination_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3310 |
initEReference(getMessageDestination_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2759 |
initEReference(getMessageDestination_Icons(), this.getIcon(), null, "icons", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3311 |
initEReference(getMessageDestination_Icons(), this.getIcon(), null, "icons", null, 0, -1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2760 |
initEAttribute(getMessageDestination_MessageDestinationName(), theXMLTypePackage.getToken(), "messageDestinationName", null, 1, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3312 |
initEAttribute(getMessageDestination_MessageDestinationName(), theXMLTypePackage.getToken(), "messageDestinationName", null, 1, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2761 |
initEAttribute(getMessageDestination_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3313 |
initEAttribute(getMessageDestination_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2762 |
initEAttribute(getMessageDestination_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3314 |
initEAttribute(getMessageDestination_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDestination.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2763 |
|
3315 |
|
| 2764 |
initEClass(messageDestinationRefEClass, MessageDestinationRef.class, "MessageDestinationRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3316 |
initEClass(messageDestinationRefEClass, MessageDestinationRef.class, "MessageDestinationRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2765 |
initEReference(getMessageDestinationRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3317 |
initEReference(getMessageDestinationRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2766 |
initEAttribute(getMessageDestinationRef_MessageDestinationRefName(), this.getJNDIName(), "messageDestinationRefName", null, 1, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3318 |
initEAttribute(getMessageDestinationRef_MessageDestinationRefName(), this.getJNDIName(), "messageDestinationRefName", null, 1, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2767 |
initEAttribute(getMessageDestinationRef_MessageDestinationType(), this.getMessageDestinationTypeType(), "messageDestinationType", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3319 |
initEAttribute(getMessageDestinationRef_MessageDestinationType(), this.getMessageDestinationTypeType(), "messageDestinationType", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2768 |
initEAttribute(getMessageDestinationRef_MessageDestinationUsage(), this.getMessageDestinationUsageType(), "messageDestinationUsage", "Consumes", 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3320 |
initEAttribute(getMessageDestinationRef_MessageDestinationUsage(), this.getMessageDestinationUsageType(), "messageDestinationUsage", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2769 |
initEAttribute(getMessageDestinationRef_MessageDestinationLink(), this.getMessageDestinationLink(), "messageDestinationLink", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3321 |
initEAttribute(getMessageDestinationRef_MessageDestinationLink(), this.getMessageDestinationLink(), "messageDestinationLink", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2770 |
initEAttribute(getMessageDestinationRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3322 |
initEAttribute(getMessageDestinationRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2771 |
initEReference(getMessageDestinationRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3323 |
initEReference(getMessageDestinationRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2772 |
initEAttribute(getMessageDestinationRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3324 |
initEAttribute(getMessageDestinationRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3325 |
initEAttribute(getMessageDestinationRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDestinationRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2773 |
|
3326 |
|
| 2774 |
initEClass(paramValueEClass, ParamValue.class, "ParamValue", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3327 |
initEClass(paramValueEClass, ParamValue.class, "ParamValue", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2775 |
initEReference(getParamValue_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3328 |
initEReference(getParamValue_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2776 |
initEAttribute(getParamValue_ParamName(), theXMLTypePackage.getToken(), "paramName", null, 1, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3329 |
initEAttribute(getParamValue_ParamName(), theXMLTypePackage.getToken(), "paramName", null, 1, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2777 |
initEAttribute(getParamValue_ParamValue(), theXMLTypePackage.getString(), "paramValue", null, 1, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3330 |
initEAttribute(getParamValue_ParamValue(), theXMLTypePackage.getString(), "paramValue", null, 1, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2778 |
initEAttribute(getParamValue_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3331 |
initEAttribute(getParamValue_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ParamValue.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2779 |
|
3332 |
|
| 2780 |
initEClass(persistenceContextRefEClass, PersistenceContextRef.class, "PersistenceContextRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3333 |
initEClass(persistenceContextRefEClass, PersistenceContextRef.class, "PersistenceContextRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2781 |
initEReference(getPersistenceContextRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3334 |
initEReference(getPersistenceContextRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2782 |
initEAttribute(getPersistenceContextRef_PersistenceContextRefName(), this.getJNDIName(), "persistenceContextRefName", null, 1, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3335 |
initEAttribute(getPersistenceContextRef_PersistenceContextRefName(), this.getJNDIName(), "persistenceContextRefName", null, 1, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2783 |
initEAttribute(getPersistenceContextRef_PersistenceUnitName(), theXMLTypePackage.getToken(), "persistenceUnitName", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3336 |
initEAttribute(getPersistenceContextRef_PersistenceUnitName(), theXMLTypePackage.getToken(), "persistenceUnitName", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2784 |
initEAttribute(getPersistenceContextRef_PersistenceContextType(), this.getPersistenceContextType(), "persistenceContextType", "Transaction", 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3337 |
initEAttribute(getPersistenceContextRef_PersistenceContextType(), this.getPersistenceContextType(), "persistenceContextType", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2785 |
initEReference(getPersistenceContextRef_PersistenceProperties(), this.getPropertyType(), null, "persistenceProperties", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3338 |
initEReference(getPersistenceContextRef_PersistenceProperties(), this.getPropertyType(), null, "persistenceProperties", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2786 |
initEAttribute(getPersistenceContextRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3339 |
initEAttribute(getPersistenceContextRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2787 |
initEReference(getPersistenceContextRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3340 |
initEReference(getPersistenceContextRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2788 |
initEAttribute(getPersistenceContextRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3341 |
initEAttribute(getPersistenceContextRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3342 |
initEAttribute(getPersistenceContextRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PersistenceContextRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2789 |
|
3343 |
|
| 2790 |
initEClass(persistenceUnitRefEClass, PersistenceUnitRef.class, "PersistenceUnitRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3344 |
initEClass(persistenceUnitRefEClass, PersistenceUnitRef.class, "PersistenceUnitRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2791 |
initEReference(getPersistenceUnitRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3345 |
initEReference(getPersistenceUnitRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2792 |
initEAttribute(getPersistenceUnitRef_PersistenceUnitRefName(), this.getJNDIName(), "persistenceUnitRefName", null, 1, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3346 |
initEAttribute(getPersistenceUnitRef_PersistenceUnitRefName(), this.getJNDIName(), "persistenceUnitRefName", null, 1, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2793 |
initEAttribute(getPersistenceUnitRef_PersistenceUnitName(), theXMLTypePackage.getToken(), "persistenceUnitName", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3347 |
initEAttribute(getPersistenceUnitRef_PersistenceUnitName(), theXMLTypePackage.getToken(), "persistenceUnitName", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2794 |
initEAttribute(getPersistenceUnitRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3348 |
initEAttribute(getPersistenceUnitRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2795 |
initEReference(getPersistenceUnitRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3349 |
initEReference(getPersistenceUnitRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2796 |
initEAttribute(getPersistenceUnitRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3350 |
initEAttribute(getPersistenceUnitRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3351 |
initEAttribute(getPersistenceUnitRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PersistenceUnitRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2797 |
|
3352 |
|
| 2798 |
initEClass(portComponentRefEClass, PortComponentRef.class, "PortComponentRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3353 |
initEClass(portComponentRefEClass, PortComponentRef.class, "PortComponentRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2799 |
initEAttribute(getPortComponentRef_ServiceEndpointInterface(), this.getFullyQualifiedClassType(), "serviceEndpointInterface", null, 1, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3354 |
initEAttribute(getPortComponentRef_ServiceEndpointInterface(), this.getFullyQualifiedClassType(), "serviceEndpointInterface", null, 1, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2800 |
initEAttribute(getPortComponentRef_EnableMtom(), this.getTrueFalseType(), "enableMtom", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3355 |
initEAttribute(getPortComponentRef_EnableMtom(), this.getTrueFalseType(), "enableMtom", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2801 |
initEAttribute(getPortComponentRef_PortComponentLink(), theXMLTypePackage.getToken(), "portComponentLink", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3356 |
initEAttribute(getPortComponentRef_MtomThreshold(), theXMLTypePackage.getNonNegativeInteger(), "mtomThreshold", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2802 |
initEAttribute(getPortComponentRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3357 |
initEReference(getPortComponentRef_Addressing(), this.getAddressingType(), null, "addressing", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3358 |
initEReference(getPortComponentRef_RespectBinding(), this.getRespectBindingType(), null, "respectBinding", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3359 |
initEAttribute(getPortComponentRef_PortComponentLink(), theXMLTypePackage.getToken(), "portComponentLink", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3360 |
initEAttribute(getPortComponentRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PortComponentRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2803 |
|
3361 |
|
| 2804 |
initEClass(propertyTypeEClass, PropertyType.class, "PropertyType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3362 |
initEClass(propertyTypeEClass, PropertyType.class, "PropertyType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2805 |
initEAttribute(getPropertyType_Name(), theXMLTypePackage.getString(), "name", null, 1, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3363 |
initEAttribute(getPropertyType_Name(), theXMLTypePackage.getString(), "name", null, 1, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2806 |
initEAttribute(getPropertyType_Value(), theXMLTypePackage.getString(), "value", null, 1, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3364 |
initEAttribute(getPropertyType_Value(), theXMLTypePackage.getString(), "value", null, 1, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2807 |
initEAttribute(getPropertyType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3365 |
initEAttribute(getPropertyType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, PropertyType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2808 |
|
3366 |
|
| 2809 |
initEClass(resourceEnvRefEClass, ResourceEnvRef.class, "ResourceEnvRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3367 |
initEClass(resourceEnvRefEClass, ResourceEnvRef.class, "ResourceEnvRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2810 |
initEReference(getResourceEnvRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3368 |
initEReference(getResourceEnvRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2811 |
initEAttribute(getResourceEnvRef_ResourceEnvRefName(), this.getJNDIName(), "resourceEnvRefName", null, 1, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3369 |
initEAttribute(getResourceEnvRef_ResourceEnvRefName(), this.getJNDIName(), "resourceEnvRefName", null, 1, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2812 |
initEAttribute(getResourceEnvRef_ResourceEnvRefType(), this.getFullyQualifiedClassType(), "resourceEnvRefType", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3370 |
initEAttribute(getResourceEnvRef_ResourceEnvRefType(), this.getFullyQualifiedClassType(), "resourceEnvRefType", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2813 |
initEAttribute(getResourceEnvRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3371 |
initEAttribute(getResourceEnvRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2814 |
initEReference(getResourceEnvRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3372 |
initEReference(getResourceEnvRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2815 |
initEAttribute(getResourceEnvRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3373 |
initEAttribute(getResourceEnvRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3374 |
initEAttribute(getResourceEnvRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ResourceEnvRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2816 |
|
3375 |
|
| 2817 |
initEClass(resourceRefEClass, ResourceRef.class, "ResourceRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3376 |
initEClass(resourceRefEClass, ResourceRef.class, "ResourceRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2818 |
initEReference(getResourceRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3377 |
initEReference(getResourceRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2819 |
initEAttribute(getResourceRef_ResRefName(), this.getJNDIName(), "resRefName", null, 1, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3378 |
initEAttribute(getResourceRef_ResRefName(), this.getJNDIName(), "resRefName", null, 1, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2820 |
initEAttribute(getResourceRef_ResType(), this.getFullyQualifiedClassType(), "resType", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3379 |
initEAttribute(getResourceRef_ResType(), this.getFullyQualifiedClassType(), "resType", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2821 |
initEAttribute(getResourceRef_ResAuth(), this.getResAuthType(), "resAuth", "Application", 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3380 |
initEAttribute(getResourceRef_ResAuth(), this.getResAuthType(), "resAuth", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2822 |
initEAttribute(getResourceRef_ResSharingScope(), this.getResSharingScopeType(), "resSharingScope", "Shareable", 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
3381 |
initEAttribute(getResourceRef_ResSharingScope(), this.getResSharingScopeType(), "resSharingScope", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2823 |
initEAttribute(getResourceRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3382 |
initEAttribute(getResourceRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2824 |
initEReference(getResourceRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3383 |
initEReference(getResourceRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2825 |
initEAttribute(getResourceRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3384 |
initEAttribute(getResourceRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3385 |
initEAttribute(getResourceRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ResourceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3386 |
|
| 3387 |
initEClass(respectBindingTypeEClass, RespectBindingType.class, "RespectBindingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3388 |
initEAttribute(getRespectBindingType_Enabled(), this.getTrueFalseType(), "enabled", null, 0, 1, RespectBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2826 |
|
3389 |
|
| 2827 |
initEClass(runAsEClass, RunAs.class, "RunAs", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3390 |
initEClass(runAsEClass, RunAs.class, "RunAs", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2828 |
initEReference(getRunAs_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3391 |
initEReference(getRunAs_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2829 |
initEAttribute(getRunAs_RoleName(), this.getRoleName(), "roleName", null, 1, 1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3392 |
initEAttribute(getRunAs_RoleName(), this.getRoleName(), "roleName", null, 1, 1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2830 |
initEAttribute(getRunAs_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3393 |
initEAttribute(getRunAs_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RunAs.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2831 |
|
3394 |
|
| 2832 |
initEClass(securityRoleEClass, SecurityRole.class, "SecurityRole", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3395 |
initEClass(securityRoleEClass, SecurityRole.class, "SecurityRole", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2833 |
initEReference(getSecurityRole_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3396 |
initEReference(getSecurityRole_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2834 |
initEAttribute(getSecurityRole_RoleName(), this.getRoleName(), "roleName", null, 1, 1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3397 |
initEAttribute(getSecurityRole_RoleName(), this.getRoleName(), "roleName", null, 1, 1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2835 |
initEAttribute(getSecurityRole_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3398 |
initEAttribute(getSecurityRole_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2836 |
|
3399 |
|
| 2837 |
initEClass(securityRoleRefEClass, SecurityRoleRef.class, "SecurityRoleRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3400 |
initEClass(securityRoleRefEClass, SecurityRoleRef.class, "SecurityRoleRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2838 |
initEReference(getSecurityRoleRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3401 |
initEReference(getSecurityRoleRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2839 |
initEAttribute(getSecurityRoleRef_RoleName(), this.getRoleName(), "roleName", null, 1, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3402 |
initEAttribute(getSecurityRoleRef_RoleName(), this.getRoleName(), "roleName", null, 1, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2840 |
initEAttribute(getSecurityRoleRef_RoleLink(), this.getRoleName(), "roleLink", null, 0, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3403 |
initEAttribute(getSecurityRoleRef_RoleLink(), this.getRoleName(), "roleLink", null, 0, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2841 |
initEAttribute(getSecurityRoleRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3404 |
initEAttribute(getSecurityRoleRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityRoleRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2842 |
|
3405 |
|
| 2843 |
initEClass(serviceRefEClass, ServiceRef.class, "ServiceRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3406 |
initEClass(serviceRefEClass, ServiceRef.class, "ServiceRef", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2844 |
initEReference(getServiceRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3407 |
initEReference(getServiceRef_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2845 |
initEReference(getServiceRef_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3408 |
initEReference(getServiceRef_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2846 |
initEReference(getServiceRef_Icons(), this.getIcon(), null, "icons", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3409 |
initEReference(getServiceRef_Icons(), this.getIcon(), null, "icons", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2847 |
initEAttribute(getServiceRef_ServiceRefName(), this.getJNDIName(), "serviceRefName", null, 1, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3410 |
initEAttribute(getServiceRef_ServiceRefName(), this.getJNDIName(), "serviceRefName", null, 1, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2848 |
initEAttribute(getServiceRef_ServiceInterface(), this.getFullyQualifiedClassType(), "serviceInterface", null, 1, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3411 |
initEAttribute(getServiceRef_ServiceInterface(), this.getFullyQualifiedClassType(), "serviceInterface", null, 1, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2849 |
initEAttribute(getServiceRef_ServiceRefType(), this.getFullyQualifiedClassType(), "serviceRefType", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3412 |
initEAttribute(getServiceRef_ServiceRefType(), this.getFullyQualifiedClassType(), "serviceRefType", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2850 |
initEAttribute(getServiceRef_WsdlFile(), theXMLTypePackage.getAnyURI(), "wsdlFile", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3413 |
initEAttribute(getServiceRef_WsdlFile(), theXMLTypePackage.getAnyURI(), "wsdlFile", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2851 |
initEAttribute(getServiceRef_JaxrpcMappingFile(), this.getPathType(), "jaxrpcMappingFile", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3414 |
initEAttribute(getServiceRef_JaxrpcMappingFile(), this.getPathType(), "jaxrpcMappingFile", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2852 |
initEAttribute(getServiceRef_ServiceQname(), theXMLTypePackage.getQName(), "serviceQname", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3415 |
initEAttribute(getServiceRef_ServiceQname(), theXMLTypePackage.getQName(), "serviceQname", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2853 |
initEReference(getServiceRef_PortComponentRefs(), this.getPortComponentRef(), null, "portComponentRefs", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3416 |
initEReference(getServiceRef_PortComponentRefs(), this.getPortComponentRef(), null, "portComponentRefs", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2854 |
initEReference(getServiceRef_Handlers(), this.getServiceRefHandler(), null, "handlers", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3417 |
initEReference(getServiceRef_Handlers(), this.getServiceRefHandler(), null, "handlers", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2855 |
initEReference(getServiceRef_HandlerChains(), this.getServiceRefHandlerChains(), null, "handlerChains", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3418 |
initEReference(getServiceRef_HandlerChains(), this.getServiceRefHandlerChains(), null, "handlerChains", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2856 |
initEAttribute(getServiceRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3419 |
initEAttribute(getServiceRef_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2857 |
initEReference(getServiceRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3420 |
initEReference(getServiceRef_InjectionTargets(), this.getInjectionTarget(), null, "injectionTargets", null, 0, -1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2858 |
initEAttribute(getServiceRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3421 |
initEAttribute(getServiceRef_LookupName(), theXMLTypePackage.getString(), "lookupName", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
3422 |
initEAttribute(getServiceRef_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRef.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2859 |
|
3423 |
|
| 2860 |
initEClass(serviceRefHandlerEClass, ServiceRefHandler.class, "ServiceRefHandler", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3424 |
initEClass(serviceRefHandlerEClass, ServiceRefHandler.class, "ServiceRefHandler", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2861 |
initEReference(getServiceRefHandler_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3425 |
initEReference(getServiceRefHandler_Descriptions(), this.getDescription(), null, "descriptions", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2862 |
initEReference(getServiceRefHandler_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3426 |
initEReference(getServiceRefHandler_DisplayNames(), this.getDisplayName(), null, "displayNames", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2863 |
initEReference(getServiceRefHandler_Icons(), this.getIcon(), null, "icons", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3427 |
initEReference(getServiceRefHandler_Icons(), this.getIcon(), null, "icons", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2864 |
initEAttribute(getServiceRefHandler_HandlerName(), theXMLTypePackage.getToken(), "handlerName", null, 1, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3428 |
initEAttribute(getServiceRefHandler_HandlerName(), theXMLTypePackage.getToken(), "handlerName", null, 1, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2865 |
initEAttribute(getServiceRefHandler_HandlerClass(), this.getFullyQualifiedClassType(), "handlerClass", null, 1, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3429 |
initEAttribute(getServiceRefHandler_HandlerClass(), this.getFullyQualifiedClassType(), "handlerClass", null, 1, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2866 |
initEReference(getServiceRefHandler_InitParams(), this.getParamValue(), null, "initParams", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3430 |
initEReference(getServiceRefHandler_InitParams(), this.getParamValue(), null, "initParams", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2867 |
initEAttribute(getServiceRefHandler_SoapHeaders(), theXMLTypePackage.getQName(), "soapHeaders", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3431 |
initEAttribute(getServiceRefHandler_SoapHeaders(), theXMLTypePackage.getQName(), "soapHeaders", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2868 |
initEAttribute(getServiceRefHandler_SoapRoles(), theXMLTypePackage.getToken(), "soapRoles", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3432 |
initEAttribute(getServiceRefHandler_SoapRoles(), theXMLTypePackage.getToken(), "soapRoles", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2869 |
initEAttribute(getServiceRefHandler_PortNames(), theXMLTypePackage.getToken(), "portNames", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3433 |
initEAttribute(getServiceRefHandler_PortNames(), theXMLTypePackage.getToken(), "portNames", null, 0, -1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2870 |
initEAttribute(getServiceRefHandler_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3434 |
initEAttribute(getServiceRefHandler_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandler.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2871 |
|
3435 |
|
| 2872 |
initEClass(serviceRefHandlerChainEClass, ServiceRefHandlerChain.class, "ServiceRefHandlerChain", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3436 |
initEClass(serviceRefHandlerChainEClass, ServiceRefHandlerChain.class, "ServiceRefHandlerChain", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2873 |
initEAttribute(getServiceRefHandlerChain_ServiceNamePattern(), this.getServiceRefQnamePattern(), "serviceNamePattern", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3437 |
initEAttribute(getServiceRefHandlerChain_ServiceNamePattern(), this.getQnamePattern(), "serviceNamePattern", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2874 |
initEAttribute(getServiceRefHandlerChain_PortNamePattern(), this.getServiceRefQnamePattern(), "portNamePattern", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3438 |
initEAttribute(getServiceRefHandlerChain_PortNamePattern(), this.getQnamePattern(), "portNamePattern", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2875 |
initEAttribute(getServiceRefHandlerChain_ProtocolBindings(), this.getServiceRefProtocolBindingListType(), "protocolBindings", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3439 |
initEAttribute(getServiceRefHandlerChain_ProtocolBindings(), this.getProtocolBindingListType(), "protocolBindings", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2876 |
initEReference(getServiceRefHandlerChain_Handlers(), this.getServiceRefHandler(), null, "handlers", null, 1, -1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3440 |
initEReference(getServiceRefHandlerChain_Handlers(), this.getServiceRefHandler(), null, "handlers", null, 1, -1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2877 |
initEAttribute(getServiceRefHandlerChain_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3441 |
initEAttribute(getServiceRefHandlerChain_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandlerChain.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2878 |
|
3442 |
|
| 2879 |
initEClass(serviceRefHandlerChainsEClass, ServiceRefHandlerChains.class, "ServiceRefHandlerChains", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3443 |
initEClass(serviceRefHandlerChainsEClass, ServiceRefHandlerChains.class, "ServiceRefHandlerChains", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2880 |
initEReference(getServiceRefHandlerChains_HandlerChains(), this.getServiceRefHandlerChain(), null, "handlerChains", null, 0, -1, ServiceRefHandlerChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3444 |
initEReference(getServiceRefHandlerChains_HandlerChains(), this.getServiceRefHandlerChain(), null, "handlerChains", null, 0, -1, ServiceRefHandlerChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2881 |
initEAttribute(getServiceRefHandlerChains_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandlerChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3445 |
initEAttribute(getServiceRefHandlerChains_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ServiceRefHandlerChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2882 |
|
3446 |
|
| 2883 |
initEClass(urlPatternTypeEClass, UrlPatternType.class, "UrlPatternType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3447 |
initEClass(urlPatternTypeEClass, UrlPatternType.class, "UrlPatternType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2884 |
initEAttribute(getUrlPatternType_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, UrlPatternType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
3448 |
initEAttribute(getUrlPatternType_Value(), theXMLTypePackage.getString(), "value", null, 0, 1, UrlPatternType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 2885 |
|
3449 |
|
| 2886 |
// Initialize enums and add enum literals |
3450 |
// Initialize enums and add enum literals |
|
|
3451 |
initEEnum(addressingResponsesTypeEEnum, AddressingResponsesType.class, "AddressingResponsesType"); //$NON-NLS-1$ |
| 3452 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.ANONYMOUS); |
| 3453 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.NONANONYMOUS); |
| 3454 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.ALL); |
| 3455 |
|
| 2887 |
initEEnum(ejbRefTypeEEnum, EjbRefType.class, "EjbRefType"); //$NON-NLS-1$ |
3456 |
initEEnum(ejbRefTypeEEnum, EjbRefType.class, "EjbRefType"); //$NON-NLS-1$ |
| 2888 |
addEEnumLiteral(ejbRefTypeEEnum, EjbRefType.ENTITY_LITERAL); |
3457 |
addEEnumLiteral(ejbRefTypeEEnum, EjbRefType.ENTITY_LITERAL); |
| 2889 |
addEEnumLiteral(ejbRefTypeEEnum, EjbRefType.SESSION_LITERAL); |
3458 |
addEEnumLiteral(ejbRefTypeEEnum, EjbRefType.SESSION_LITERAL); |
| 2890 |
|
3459 |
|
| 2891 |
initEEnum(envEntryTypeEEnum, EnvEntryType.class, "EnvEntryType"); //$NON-NLS-1$ |
3460 |
initEEnum(genericBooleanTypeEEnum, GenericBooleanType.class, "GenericBooleanType"); //$NON-NLS-1$ |
| 2892 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_BOOLEAN_LITERAL); |
3461 |
addEEnumLiteral(genericBooleanTypeEEnum, GenericBooleanType.TRUE); |
| 2893 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_BYTE_LITERAL); |
3462 |
addEEnumLiteral(genericBooleanTypeEEnum, GenericBooleanType.FALSE); |
| 2894 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_CHARACTER_LITERAL); |
3463 |
addEEnumLiteral(genericBooleanTypeEEnum, GenericBooleanType.YES); |
| 2895 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_STRING_LITERAL); |
3464 |
addEEnumLiteral(genericBooleanTypeEEnum, GenericBooleanType.NO); |
| 2896 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_SHORT_LITERAL); |
3465 |
|
| 2897 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_INTEGER_LITERAL); |
3466 |
initEEnum(isolationLevelTypeEEnum, IsolationLevelType.class, "IsolationLevelType"); //$NON-NLS-1$ |
| 2898 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_LONG_LITERAL); |
3467 |
addEEnumLiteral(isolationLevelTypeEEnum, IsolationLevelType.TRANSACTIONNONE); |
| 2899 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_FLOAT_LITERAL); |
3468 |
addEEnumLiteral(isolationLevelTypeEEnum, IsolationLevelType.TRANSACTIONREADUNCOMMITTED); |
| 2900 |
addEEnumLiteral(envEntryTypeEEnum, EnvEntryType.JAVA_LANG_DOUBLE_LITERAL); |
3469 |
addEEnumLiteral(isolationLevelTypeEEnum, IsolationLevelType.TRANSACTIONREADCOMMITTED); |
|
|
3470 |
addEEnumLiteral(isolationLevelTypeEEnum, IsolationLevelType.TRANSACTIONREPEATABLEREAD); |
| 3471 |
addEEnumLiteral(isolationLevelTypeEEnum, IsolationLevelType.TRANSACTIONSERIALIZABLE); |
| 2901 |
|
3472 |
|
| 2902 |
initEEnum(messageDestinationUsageTypeEEnum, MessageDestinationUsageType.class, "MessageDestinationUsageType"); //$NON-NLS-1$ |
3473 |
initEEnum(messageDestinationUsageTypeEEnum, MessageDestinationUsageType.class, "MessageDestinationUsageType"); //$NON-NLS-1$ |
| 2903 |
addEEnumLiteral(messageDestinationUsageTypeEEnum, MessageDestinationUsageType.CONSUMES_LITERAL); |
3474 |
addEEnumLiteral(messageDestinationUsageTypeEEnum, MessageDestinationUsageType.CONSUMES_LITERAL); |
|
Lines 2917-2931
Link Here
|
| 2917 |
addEEnumLiteral(resSharingScopeTypeEEnum, ResSharingScopeType.UNSHAREABLE_LITERAL); |
3488 |
addEEnumLiteral(resSharingScopeTypeEEnum, ResSharingScopeType.UNSHAREABLE_LITERAL); |
| 2918 |
|
3489 |
|
| 2919 |
// Initialize data types |
3490 |
// Initialize data types |
|
|
3491 |
initEDataType(addressingResponsesTypeObjectEDataType, AddressingResponsesType.class, "AddressingResponsesTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2920 |
initEDataType(deweyVersionTypeEDataType, String.class, "DeweyVersionType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3492 |
initEDataType(deweyVersionTypeEDataType, String.class, "DeweyVersionType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2921 |
initEDataType(ejbLinkEDataType, String.class, "EJBLink", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3493 |
initEDataType(ejbLinkEDataType, String.class, "EJBLink", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2922 |
initEDataType(ejbRefNameTypeEDataType, String.class, "EjbRefNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3494 |
initEDataType(ejbRefNameTypeEDataType, String.class, "EjbRefNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2923 |
initEDataType(ejbRefTypeObjectEDataType, EjbRefType.class, "EjbRefTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3495 |
initEDataType(ejbRefTypeObjectEDataType, EjbRefType.class, "EjbRefTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2924 |
initEDataType(envEntryTypeObjectEDataType, EnvEntryType.class, "EnvEntryTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3496 |
initEDataType(envEntryTypeEDataType, String.class, "EnvEntryType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2925 |
initEDataType(fullyQualifiedClassTypeEDataType, String.class, "FullyQualifiedClassType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3497 |
initEDataType(fullyQualifiedClassTypeEDataType, String.class, "FullyQualifiedClassType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
3498 |
initEDataType(genericBooleanTypeObjectEDataType, GenericBooleanType.class, "GenericBooleanTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2926 |
initEDataType(homeEDataType, String.class, "Home", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3499 |
initEDataType(homeEDataType, String.class, "Home", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
3500 |
initEDataType(isolationLevelTypeObjectEDataType, IsolationLevelType.class, "IsolationLevelTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2927 |
initEDataType(javaIdentifierEDataType, String.class, "JavaIdentifier", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3501 |
initEDataType(javaIdentifierEDataType, String.class, "JavaIdentifier", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2928 |
initEDataType(javaTypeEDataType, String.class, "JavaType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3502 |
initEDataType(javaTypeEDataType, String.class, "JavaType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
3503 |
initEDataType(jdbcUrlTypeEDataType, String.class, "JdbcUrlType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2929 |
initEDataType(jndiNameEDataType, String.class, "JNDIName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3504 |
initEDataType(jndiNameEDataType, String.class, "JNDIName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2930 |
initEDataType(localEDataType, String.class, "Local", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3505 |
initEDataType(localEDataType, String.class, "Local", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2931 |
initEDataType(localHomeEDataType, String.class, "LocalHome", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3506 |
initEDataType(localHomeEDataType, String.class, "LocalHome", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
Lines 2934-2947
Link Here
|
| 2934 |
initEDataType(messageDestinationUsageTypeObjectEDataType, MessageDestinationUsageType.class, "MessageDestinationUsageTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3509 |
initEDataType(messageDestinationUsageTypeObjectEDataType, MessageDestinationUsageType.class, "MessageDestinationUsageTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2935 |
initEDataType(pathTypeEDataType, String.class, "PathType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3510 |
initEDataType(pathTypeEDataType, String.class, "PathType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2936 |
initEDataType(persistenceContextTypeObjectEDataType, PersistenceContextType.class, "PersistenceContextTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3511 |
initEDataType(persistenceContextTypeObjectEDataType, PersistenceContextType.class, "PersistenceContextTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
3512 |
initEDataType(protocolBindingListTypeEDataType, List.class, "ProtocolBindingListType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3513 |
initEDataType(protocolBindingTypeEDataType, String.class, "ProtocolBindingType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3514 |
initEDataType(protocolURIAliasTypeEDataType, String.class, "ProtocolURIAliasType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3515 |
initEDataType(qnamePatternEDataType, String.class, "QnamePattern", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2937 |
initEDataType(remoteEDataType, String.class, "Remote", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3516 |
initEDataType(remoteEDataType, String.class, "Remote", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2938 |
initEDataType(resAuthTypeObjectEDataType, ResAuthType.class, "ResAuthTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3517 |
initEDataType(resAuthTypeObjectEDataType, ResAuthType.class, "ResAuthTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2939 |
initEDataType(resSharingScopeTypeObjectEDataType, ResSharingScopeType.class, "ResSharingScopeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3518 |
initEDataType(resSharingScopeTypeObjectEDataType, ResSharingScopeType.class, "ResSharingScopeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2940 |
initEDataType(roleNameEDataType, String.class, "RoleName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3519 |
initEDataType(roleNameEDataType, String.class, "RoleName", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2941 |
initEDataType(serviceRefProtocolBindingListTypeEDataType, List.class, "ServiceRefProtocolBindingListType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
| 2942 |
initEDataType(serviceRefProtocolBindingTypeEDataType, String.class, "ServiceRefProtocolBindingType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2943 |
initEDataType(serviceRefProtocolURIAliasTypeEDataType, String.class, "ServiceRefProtocolURIAliasType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2944 |
initEDataType(serviceRefQnamePatternEDataType, String.class, "ServiceRefQnamePattern", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2945 |
initEDataType(trueFalseTypeEDataType, boolean.class, "TrueFalseType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3520 |
initEDataType(trueFalseTypeEDataType, boolean.class, "TrueFalseType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2946 |
initEDataType(trueFalseTypeObjectEDataType, Boolean.class, "TrueFalseTypeObject", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
3521 |
initEDataType(trueFalseTypeObjectEDataType, Boolean.class, "TrueFalseTypeObject", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 2947 |
|
3522 |
|
|
Lines 2962-2967
Link Here
|
| 2962 |
protected void createExtendedMetaDataAnnotations() { |
3537 |
protected void createExtendedMetaDataAnnotations() { |
| 2963 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
3538 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
| 2964 |
addAnnotation |
3539 |
addAnnotation |
|
|
3540 |
(addressingResponsesTypeEEnum, |
| 3541 |
source, |
| 3542 |
new String[] { |
| 3543 |
"name", "addressing-responsesType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3544 |
}); |
| 3545 |
addAnnotation |
| 3546 |
(addressingResponsesTypeObjectEDataType, |
| 3547 |
source, |
| 3548 |
new String[] { |
| 3549 |
"name", "addressing-responsesType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3550 |
"baseType", "addressing-responsesType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3551 |
}); |
| 3552 |
addAnnotation |
| 3553 |
(addressingTypeEClass, |
| 3554 |
source, |
| 3555 |
new String[] { |
| 3556 |
"name", "addressingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3557 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3558 |
}); |
| 3559 |
addAnnotation |
| 3560 |
(getAddressingType_Enabled(), |
| 3561 |
source, |
| 3562 |
new String[] { |
| 3563 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3564 |
"name", "enabled", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3565 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3566 |
}); |
| 3567 |
addAnnotation |
| 3568 |
(getAddressingType_Required(), |
| 3569 |
source, |
| 3570 |
new String[] { |
| 3571 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3572 |
"name", "required", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3573 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3574 |
}); |
| 3575 |
addAnnotation |
| 3576 |
(getAddressingType_Responses(), |
| 3577 |
source, |
| 3578 |
new String[] { |
| 3579 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3580 |
"name", "responses", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3581 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3582 |
}); |
| 3583 |
addAnnotation |
| 3584 |
(dataSourceTypeEClass, |
| 3585 |
source, |
| 3586 |
new String[] { |
| 3587 |
"name", "data-sourceType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3588 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3589 |
}); |
| 3590 |
addAnnotation |
| 3591 |
(getDataSourceType_Description(), |
| 3592 |
source, |
| 3593 |
new String[] { |
| 3594 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3595 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3596 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3597 |
}); |
| 3598 |
addAnnotation |
| 3599 |
(getDataSourceType_Name(), |
| 3600 |
source, |
| 3601 |
new String[] { |
| 3602 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3603 |
"name", "name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3604 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3605 |
}); |
| 3606 |
addAnnotation |
| 3607 |
(getDataSourceType_ClassName(), |
| 3608 |
source, |
| 3609 |
new String[] { |
| 3610 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3611 |
"name", "class-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3612 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3613 |
}); |
| 3614 |
addAnnotation |
| 3615 |
(getDataSourceType_ServerName(), |
| 3616 |
source, |
| 3617 |
new String[] { |
| 3618 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3619 |
"name", "server-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3620 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3621 |
}); |
| 3622 |
addAnnotation |
| 3623 |
(getDataSourceType_PortNumber(), |
| 3624 |
source, |
| 3625 |
new String[] { |
| 3626 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3627 |
"name", "port-number", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3628 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3629 |
}); |
| 3630 |
addAnnotation |
| 3631 |
(getDataSourceType_DatabaseName(), |
| 3632 |
source, |
| 3633 |
new String[] { |
| 3634 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3635 |
"name", "database-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3636 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3637 |
}); |
| 3638 |
addAnnotation |
| 3639 |
(getDataSourceType_Url(), |
| 3640 |
source, |
| 3641 |
new String[] { |
| 3642 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3643 |
"name", "url", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3644 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3645 |
}); |
| 3646 |
addAnnotation |
| 3647 |
(getDataSourceType_User(), |
| 3648 |
source, |
| 3649 |
new String[] { |
| 3650 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3651 |
"name", "user", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3652 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3653 |
}); |
| 3654 |
addAnnotation |
| 3655 |
(getDataSourceType_Password(), |
| 3656 |
source, |
| 3657 |
new String[] { |
| 3658 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3659 |
"name", "password", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3660 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3661 |
}); |
| 3662 |
addAnnotation |
| 3663 |
(getDataSourceType_Property(), |
| 3664 |
source, |
| 3665 |
new String[] { |
| 3666 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3667 |
"name", "property", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3668 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3669 |
}); |
| 3670 |
addAnnotation |
| 3671 |
(getDataSourceType_LoginTimeout(), |
| 3672 |
source, |
| 3673 |
new String[] { |
| 3674 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3675 |
"name", "login-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3676 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3677 |
}); |
| 3678 |
addAnnotation |
| 3679 |
(getDataSourceType_Transactional(), |
| 3680 |
source, |
| 3681 |
new String[] { |
| 3682 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3683 |
"name", "transactional", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3684 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3685 |
}); |
| 3686 |
addAnnotation |
| 3687 |
(getDataSourceType_IsolationLevel(), |
| 3688 |
source, |
| 3689 |
new String[] { |
| 3690 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3691 |
"name", "isolation-level", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3692 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3693 |
}); |
| 3694 |
addAnnotation |
| 3695 |
(getDataSourceType_InitialPoolSize(), |
| 3696 |
source, |
| 3697 |
new String[] { |
| 3698 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3699 |
"name", "initial-pool-size", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3700 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3701 |
}); |
| 3702 |
addAnnotation |
| 3703 |
(getDataSourceType_MaxPoolSize(), |
| 3704 |
source, |
| 3705 |
new String[] { |
| 3706 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3707 |
"name", "max-pool-size", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3708 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3709 |
}); |
| 3710 |
addAnnotation |
| 3711 |
(getDataSourceType_MinPoolSize(), |
| 3712 |
source, |
| 3713 |
new String[] { |
| 3714 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3715 |
"name", "min-pool-size", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3716 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3717 |
}); |
| 3718 |
addAnnotation |
| 3719 |
(getDataSourceType_MaxIdleTime(), |
| 3720 |
source, |
| 3721 |
new String[] { |
| 3722 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3723 |
"name", "max-idle-time", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3724 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3725 |
}); |
| 3726 |
addAnnotation |
| 3727 |
(getDataSourceType_MaxStatements(), |
| 3728 |
source, |
| 3729 |
new String[] { |
| 3730 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3731 |
"name", "max-statements", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3732 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3733 |
}); |
| 3734 |
addAnnotation |
| 3735 |
(getDataSourceType_Id(), |
| 3736 |
source, |
| 3737 |
new String[] { |
| 3738 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3739 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3740 |
}); |
| 3741 |
addAnnotation |
| 2965 |
(descriptionEClass, |
3742 |
(descriptionEClass, |
| 2966 |
source, |
3743 |
source, |
| 2967 |
new String[] { |
3744 |
new String[] { |
|
Lines 3089-3094
Link Here
|
| 3089 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3866 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3090 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
3867 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3091 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3868 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3869 |
}); |
| 3870 |
addAnnotation |
| 3871 |
(getEjbLocalRef_LookupName(), |
| 3872 |
source, |
| 3873 |
new String[] { |
| 3874 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3875 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3876 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3092 |
}); |
3877 |
}); |
| 3093 |
addAnnotation |
3878 |
addAnnotation |
| 3094 |
(getEjbLocalRef_Id(), |
3879 |
(getEjbLocalRef_Id(), |
|
Lines 3167-3172
Link Here
|
| 3167 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
3952 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3168 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
3953 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3169 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
3954 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
3955 |
}); |
| 3956 |
addAnnotation |
| 3957 |
(getEjbRef_LookupName(), |
| 3958 |
source, |
| 3959 |
new String[] { |
| 3960 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3961 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3962 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3170 |
}); |
3963 |
}); |
| 3171 |
addAnnotation |
3964 |
addAnnotation |
| 3172 |
(getEjbRef_Id(), |
3965 |
(getEjbRef_Id(), |
|
Lines 3262-3267
Link Here
|
| 3262 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4055 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3263 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4056 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3264 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4057 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4058 |
}); |
| 4059 |
addAnnotation |
| 4060 |
(getEnvEntry_LookupName(), |
| 4061 |
source, |
| 4062 |
new String[] { |
| 4063 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4064 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4065 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3265 |
}); |
4066 |
}); |
| 3266 |
addAnnotation |
4067 |
addAnnotation |
| 3267 |
(getEnvEntry_Id(), |
4068 |
(getEnvEntry_Id(), |
|
Lines 3271-3293
Link Here
|
| 3271 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4072 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3272 |
}); |
4073 |
}); |
| 3273 |
addAnnotation |
4074 |
addAnnotation |
| 3274 |
(envEntryTypeEEnum, |
4075 |
(envEntryTypeEDataType, |
| 3275 |
source, |
4076 |
source, |
| 3276 |
new String[] { |
4077 |
new String[] { |
| 3277 |
"name", "env-entry-type-valuesType" //$NON-NLS-1$ //$NON-NLS-2$ |
4078 |
"name", "env-entry-type-valuesType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3278 |
}); |
4079 |
"baseType", "fully-qualified-classType" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4080 |
}); |
| 3279 |
addAnnotation |
4081 |
addAnnotation |
| 3280 |
(envEntryTypeObjectEDataType, |
4082 |
(fullyQualifiedClassTypeEDataType, |
| 3281 |
source, |
4083 |
source, |
| 3282 |
new String[] { |
4084 |
new String[] { |
| 3283 |
"name", "env-entry-type-valuesType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
4085 |
"name", "fully-qualified-classType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3284 |
"baseType", "env-entry-type-valuesType" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
| 3285 |
}); |
4086 |
}); |
| 3286 |
addAnnotation |
4087 |
addAnnotation |
| 3287 |
(fullyQualifiedClassTypeEDataType, |
4088 |
(genericBooleanTypeEEnum, |
| 3288 |
source, |
4089 |
source, |
| 3289 |
new String[] { |
4090 |
new String[] { |
| 3290 |
"name", "fully-qualified-classType" //$NON-NLS-1$ //$NON-NLS-2$ |
4091 |
"name", "generic-booleanType" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4092 |
}); |
| 4093 |
addAnnotation |
| 4094 |
(genericBooleanTypeObjectEDataType, |
| 4095 |
source, |
| 4096 |
new String[] { |
| 4097 |
"name", "generic-booleanType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4098 |
"baseType", "generic-booleanType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3291 |
}); |
4099 |
}); |
| 3292 |
addAnnotation |
4100 |
addAnnotation |
| 3293 |
(homeEDataType, |
4101 |
(homeEDataType, |
|
Lines 3357-3362
Link Here
|
| 3357 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4165 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3358 |
}); |
4166 |
}); |
| 3359 |
addAnnotation |
4167 |
addAnnotation |
|
|
4168 |
(isolationLevelTypeEEnum, |
| 4169 |
source, |
| 4170 |
new String[] { |
| 4171 |
"name", "isolation-levelType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4172 |
}); |
| 4173 |
addAnnotation |
| 4174 |
(isolationLevelTypeObjectEDataType, |
| 4175 |
source, |
| 4176 |
new String[] { |
| 4177 |
"name", "isolation-levelType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4178 |
"baseType", "isolation-levelType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4179 |
}); |
| 4180 |
addAnnotation |
| 3360 |
(javaIdentifierEDataType, |
4181 |
(javaIdentifierEDataType, |
| 3361 |
source, |
4182 |
source, |
| 3362 |
new String[] { |
4183 |
new String[] { |
|
Lines 3373-3378
Link Here
|
| 3373 |
"pattern", "[^\\p{Z}]*" //$NON-NLS-1$ //$NON-NLS-2$ |
4194 |
"pattern", "[^\\p{Z}]*" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3374 |
}); |
4195 |
}); |
| 3375 |
addAnnotation |
4196 |
addAnnotation |
|
|
4197 |
(jdbcUrlTypeEDataType, |
| 4198 |
source, |
| 4199 |
new String[] { |
| 4200 |
"name", "jdbc-urlType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4201 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4202 |
"pattern", "jdbc:(.*):(.*)" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4203 |
}); |
| 4204 |
addAnnotation |
| 3376 |
(jndiNameEDataType, |
4205 |
(jndiNameEDataType, |
| 3377 |
source, |
4206 |
source, |
| 3378 |
new String[] { |
4207 |
new String[] { |
|
Lines 3581-3586
Link Here
|
| 3581 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4410 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3582 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4411 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3583 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4412 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4413 |
}); |
| 4414 |
addAnnotation |
| 4415 |
(getMessageDestinationRef_LookupName(), |
| 4416 |
source, |
| 4417 |
new String[] { |
| 4418 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4419 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4420 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3584 |
}); |
4421 |
}); |
| 3585 |
addAnnotation |
4422 |
addAnnotation |
| 3586 |
(getMessageDestinationRef_Id(), |
4423 |
(getMessageDestinationRef_Id(), |
|
Lines 3714-3719
Link Here
|
| 3714 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4551 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3715 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4552 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3716 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4553 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4554 |
}); |
| 4555 |
addAnnotation |
| 4556 |
(getPersistenceContextRef_LookupName(), |
| 4557 |
source, |
| 4558 |
new String[] { |
| 4559 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4560 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4561 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3717 |
}); |
4562 |
}); |
| 3718 |
addAnnotation |
4563 |
addAnnotation |
| 3719 |
(getPersistenceContextRef_Id(), |
4564 |
(getPersistenceContextRef_Id(), |
|
Lines 3781-3786
Link Here
|
| 3781 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4626 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3782 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4627 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3783 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4628 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4629 |
}); |
| 4630 |
addAnnotation |
| 4631 |
(getPersistenceUnitRef_LookupName(), |
| 4632 |
source, |
| 4633 |
new String[] { |
| 4634 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4635 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4636 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3784 |
}); |
4637 |
}); |
| 3785 |
addAnnotation |
4638 |
addAnnotation |
| 3786 |
(getPersistenceUnitRef_Id(), |
4639 |
(getPersistenceUnitRef_Id(), |
|
Lines 3813-3818
Link Here
|
| 3813 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4666 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3814 |
}); |
4667 |
}); |
| 3815 |
addAnnotation |
4668 |
addAnnotation |
|
|
4669 |
(getPortComponentRef_MtomThreshold(), |
| 4670 |
source, |
| 4671 |
new String[] { |
| 4672 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4673 |
"name", "mtom-threshold", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4674 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4675 |
}); |
| 4676 |
addAnnotation |
| 4677 |
(getPortComponentRef_Addressing(), |
| 4678 |
source, |
| 4679 |
new String[] { |
| 4680 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4681 |
"name", "addressing", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4682 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4683 |
}); |
| 4684 |
addAnnotation |
| 4685 |
(getPortComponentRef_RespectBinding(), |
| 4686 |
source, |
| 4687 |
new String[] { |
| 4688 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4689 |
"name", "respect-binding", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4690 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4691 |
}); |
| 4692 |
addAnnotation |
| 3816 |
(getPortComponentRef_PortComponentLink(), |
4693 |
(getPortComponentRef_PortComponentLink(), |
| 3817 |
source, |
4694 |
source, |
| 3818 |
new String[] { |
4695 |
new String[] { |
|
Lines 3858-3863
Link Here
|
| 3858 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4735 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3859 |
}); |
4736 |
}); |
| 3860 |
addAnnotation |
4737 |
addAnnotation |
|
|
4738 |
(protocolBindingListTypeEDataType, |
| 4739 |
source, |
| 4740 |
new String[] { |
| 4741 |
"name", "protocol-bindingListType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4742 |
"itemType", "protocol-bindingType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4743 |
}); |
| 4744 |
addAnnotation |
| 4745 |
(protocolBindingTypeEDataType, |
| 4746 |
source, |
| 4747 |
new String[] { |
| 4748 |
"name", "protocol-bindingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4749 |
"memberTypes", "http://www.eclipse.org/emf/2003/XMLType#anyURI protocol-URIAliasType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4750 |
}); |
| 4751 |
addAnnotation |
| 4752 |
(protocolURIAliasTypeEDataType, |
| 4753 |
source, |
| 4754 |
new String[] { |
| 4755 |
"name", "protocol-URIAliasType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4756 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4757 |
"pattern", "##.+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4758 |
}); |
| 4759 |
addAnnotation |
| 4760 |
(qnamePatternEDataType, |
| 4761 |
source, |
| 4762 |
new String[] { |
| 4763 |
"name", "qname-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4764 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4765 |
"pattern", "\\*|([\\i-[:]][\\c-[:]]*:)?[\\i-[:]][\\c-[:]]*\\*?" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4766 |
}); |
| 4767 |
addAnnotation |
| 3861 |
(remoteEDataType, |
4768 |
(remoteEDataType, |
| 3862 |
source, |
4769 |
source, |
| 3863 |
new String[] { |
4770 |
new String[] { |
|
Lines 3922-3927
Link Here
|
| 3922 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4829 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3923 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4830 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3924 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4831 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4832 |
}); |
| 4833 |
addAnnotation |
| 4834 |
(getResourceEnvRef_LookupName(), |
| 4835 |
source, |
| 4836 |
new String[] { |
| 4837 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4838 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4839 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3925 |
}); |
4840 |
}); |
| 3926 |
addAnnotation |
4841 |
addAnnotation |
| 3927 |
(getResourceEnvRef_Id(), |
4842 |
(getResourceEnvRef_Id(), |
|
Lines 3992-3997
Link Here
|
| 3992 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4907 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3993 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
4908 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3994 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4909 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4910 |
}); |
| 4911 |
addAnnotation |
| 4912 |
(getResourceRef_LookupName(), |
| 4913 |
source, |
| 4914 |
new String[] { |
| 4915 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4916 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4917 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3995 |
}); |
4918 |
}); |
| 3996 |
addAnnotation |
4919 |
addAnnotation |
| 3997 |
(getResourceRef_Id(), |
4920 |
(getResourceRef_Id(), |
|
Lines 4001-4006
Link Here
|
| 4001 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4924 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4002 |
}); |
4925 |
}); |
| 4003 |
addAnnotation |
4926 |
addAnnotation |
|
|
4927 |
(respectBindingTypeEClass, |
| 4928 |
source, |
| 4929 |
new String[] { |
| 4930 |
"name", "respect-bindingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4931 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4932 |
}); |
| 4933 |
addAnnotation |
| 4934 |
(getRespectBindingType_Enabled(), |
| 4935 |
source, |
| 4936 |
new String[] { |
| 4937 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4938 |
"name", "enabled", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4939 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4940 |
}); |
| 4941 |
addAnnotation |
| 4004 |
(resSharingScopeTypeEEnum, |
4942 |
(resSharingScopeTypeEEnum, |
| 4005 |
source, |
4943 |
source, |
| 4006 |
new String[] { |
4944 |
new String[] { |
|
Lines 4235-4240
Link Here
|
| 4235 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
5173 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4236 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
5174 |
"name", "injection-target", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4237 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
5175 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
5176 |
}); |
| 5177 |
addAnnotation |
| 5178 |
(getServiceRef_LookupName(), |
| 5179 |
source, |
| 5180 |
new String[] { |
| 5181 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5182 |
"name", "lookup-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5183 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4238 |
}); |
5184 |
}); |
| 4239 |
addAnnotation |
5185 |
addAnnotation |
| 4240 |
(getServiceRef_Id(), |
5186 |
(getServiceRef_Id(), |
|
Lines 4247-4253
Link Here
|
| 4247 |
(serviceRefHandlerEClass, |
5193 |
(serviceRefHandlerEClass, |
| 4248 |
source, |
5194 |
source, |
| 4249 |
new String[] { |
5195 |
new String[] { |
| 4250 |
"name", "service-ref_handlerType", //$NON-NLS-1$ //$NON-NLS-2$ |
5196 |
"name", "handlerType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4251 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
5197 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4252 |
}); |
5198 |
}); |
| 4253 |
addAnnotation |
5199 |
addAnnotation |
|
Lines 4289-4295
Link Here
|
| 4289 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
5235 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4290 |
"name", "handler-class", //$NON-NLS-1$ //$NON-NLS-2$ |
5236 |
"name", "handler-class", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4291 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
5237 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4292 |
}); |
5238 |
}); |
| 4293 |
addAnnotation |
5239 |
addAnnotation |
| 4294 |
(getServiceRefHandler_InitParams(), |
5240 |
(getServiceRefHandler_InitParams(), |
| 4295 |
source, |
5241 |
source, |
|
Lines 4333-4339
Link Here
|
| 4333 |
(serviceRefHandlerChainEClass, |
5279 |
(serviceRefHandlerChainEClass, |
| 4334 |
source, |
5280 |
source, |
| 4335 |
new String[] { |
5281 |
new String[] { |
| 4336 |
"name", "service-ref_handler-chainType", //$NON-NLS-1$ //$NON-NLS-2$ |
5282 |
"name", "handler-chainType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4337 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
5283 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4338 |
}); |
5284 |
}); |
| 4339 |
addAnnotation |
5285 |
addAnnotation |
|
Lines 4379-4385
Link Here
|
| 4379 |
(serviceRefHandlerChainsEClass, |
5325 |
(serviceRefHandlerChainsEClass, |
| 4380 |
source, |
5326 |
source, |
| 4381 |
new String[] { |
5327 |
new String[] { |
| 4382 |
"name", "service-ref_handler-chainsType", //$NON-NLS-1$ //$NON-NLS-2$ |
5328 |
"name", "handler-chainsType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4383 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
5329 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4384 |
}); |
5330 |
}); |
| 4385 |
addAnnotation |
5331 |
addAnnotation |
|
Lines 4398-4433
Link Here
|
| 4398 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
5344 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4399 |
}); |
5345 |
}); |
| 4400 |
addAnnotation |
5346 |
addAnnotation |
| 4401 |
(serviceRefProtocolBindingListTypeEDataType, |
|
|
| 4402 |
source, |
| 4403 |
new String[] { |
| 4404 |
"name", "service-ref_protocol-bindingListType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4405 |
"itemType", "service-ref_protocol-bindingType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4406 |
}); |
| 4407 |
addAnnotation |
| 4408 |
(serviceRefProtocolBindingTypeEDataType, |
| 4409 |
source, |
| 4410 |
new String[] { |
| 4411 |
"name", "service-ref_protocol-bindingType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4412 |
"memberTypes", "http://www.eclipse.org/emf/2003/XMLType#anyURI service-ref_protocol-URIAliasType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4413 |
}); |
| 4414 |
addAnnotation |
| 4415 |
(serviceRefProtocolURIAliasTypeEDataType, |
| 4416 |
source, |
| 4417 |
new String[] { |
| 4418 |
"name", "service-ref_protocol-URIAliasType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4419 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4420 |
"pattern", "##.+" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4421 |
}); |
| 4422 |
addAnnotation |
| 4423 |
(serviceRefQnamePatternEDataType, |
| 4424 |
source, |
| 4425 |
new String[] { |
| 4426 |
"name", "service-ref_qname-pattern", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4427 |
"baseType", "http://www.eclipse.org/emf/2003/XMLType#token", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4428 |
"pattern", "\\*|([\\i-[:]][\\c-[:]]*:)?[\\i-[:]][\\c-[:]]*\\*?" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4429 |
}); |
| 4430 |
addAnnotation |
| 4431 |
(trueFalseTypeEDataType, |
5347 |
(trueFalseTypeEDataType, |
| 4432 |
source, |
5348 |
source, |
| 4433 |
new String[] { |
5349 |
new String[] { |