|
Lines 25-40
Link Here
|
| 25 |
import org.eclipse.jst.javaee.applicationclient.internal.metadata.ApplicationclientPackage; |
25 |
import org.eclipse.jst.javaee.applicationclient.internal.metadata.ApplicationclientPackage; |
| 26 |
import org.eclipse.jst.javaee.core.internal.impl.JavaeePackageImpl; |
26 |
import org.eclipse.jst.javaee.core.internal.impl.JavaeePackageImpl; |
| 27 |
import org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage; |
27 |
import org.eclipse.jst.javaee.core.internal.metadata.JavaeePackage; |
|
|
28 |
import org.eclipse.jst.javaee.ejb.AccessTimeoutType; |
| 28 |
import org.eclipse.jst.javaee.ejb.ActivationConfig; |
29 |
import org.eclipse.jst.javaee.ejb.ActivationConfig; |
| 29 |
import org.eclipse.jst.javaee.ejb.ActivationConfigProperty; |
30 |
import org.eclipse.jst.javaee.ejb.ActivationConfigProperty; |
| 30 |
import org.eclipse.jst.javaee.ejb.ApplicationException; |
31 |
import org.eclipse.jst.javaee.ejb.ApplicationException; |
| 31 |
import org.eclipse.jst.javaee.ejb.AroundInvokeType; |
32 |
import org.eclipse.jst.javaee.ejb.AroundInvokeType; |
|
|
33 |
import org.eclipse.jst.javaee.ejb.AroundTimeoutType; |
| 32 |
import org.eclipse.jst.javaee.ejb.AssemblyDescriptor; |
34 |
import org.eclipse.jst.javaee.ejb.AssemblyDescriptor; |
|
|
35 |
import org.eclipse.jst.javaee.ejb.AsyncMethodType; |
| 33 |
import org.eclipse.jst.javaee.ejb.CMPField; |
36 |
import org.eclipse.jst.javaee.ejb.CMPField; |
| 34 |
import org.eclipse.jst.javaee.ejb.CMRField; |
37 |
import org.eclipse.jst.javaee.ejb.CMRField; |
| 35 |
import org.eclipse.jst.javaee.ejb.CMRFieldType; |
38 |
import org.eclipse.jst.javaee.ejb.CMRFieldType; |
| 36 |
import org.eclipse.jst.javaee.ejb.CmpVersionType; |
39 |
import org.eclipse.jst.javaee.ejb.CmpVersionType; |
|
|
40 |
import org.eclipse.jst.javaee.ejb.ConcurrencyManagementTypeType; |
| 41 |
import org.eclipse.jst.javaee.ejb.ConcurrentLockTypeType; |
| 42 |
import org.eclipse.jst.javaee.ejb.ConcurrentMethodType; |
| 37 |
import org.eclipse.jst.javaee.ejb.ContainerTransactionType; |
43 |
import org.eclipse.jst.javaee.ejb.ContainerTransactionType; |
|
|
44 |
import org.eclipse.jst.javaee.ejb.DependsOnType; |
| 38 |
import org.eclipse.jst.javaee.ejb.EJBJar; |
45 |
import org.eclipse.jst.javaee.ejb.EJBJar; |
| 39 |
import org.eclipse.jst.javaee.ejb.EJBJarDeploymentDescriptor; |
46 |
import org.eclipse.jst.javaee.ejb.EJBJarDeploymentDescriptor; |
| 40 |
import org.eclipse.jst.javaee.ejb.EJBRelation; |
47 |
import org.eclipse.jst.javaee.ejb.EJBRelation; |
|
Lines 65-77
Link Here
|
| 65 |
import org.eclipse.jst.javaee.ejb.SecurityIdentityType; |
72 |
import org.eclipse.jst.javaee.ejb.SecurityIdentityType; |
| 66 |
import org.eclipse.jst.javaee.ejb.SessionBean; |
73 |
import org.eclipse.jst.javaee.ejb.SessionBean; |
| 67 |
import org.eclipse.jst.javaee.ejb.SessionType; |
74 |
import org.eclipse.jst.javaee.ejb.SessionType; |
|
|
75 |
import org.eclipse.jst.javaee.ejb.StatefulTimeoutType; |
| 76 |
import org.eclipse.jst.javaee.ejb.TimeUnitTypeType; |
| 77 |
import org.eclipse.jst.javaee.ejb.TimerScheduleType; |
| 78 |
import org.eclipse.jst.javaee.ejb.TimerType; |
| 68 |
import org.eclipse.jst.javaee.ejb.TransactionAttributeType; |
79 |
import org.eclipse.jst.javaee.ejb.TransactionAttributeType; |
| 69 |
import org.eclipse.jst.javaee.ejb.TransactionType; |
80 |
import org.eclipse.jst.javaee.ejb.TransactionType; |
| 70 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
81 |
import org.eclipse.jst.javaee.ejb.internal.metadata.EjbPackage; |
|
|
82 |
import org.eclipse.jst.javaee.jca.internal.impl.JcaPackageImpl; |
| 83 |
import org.eclipse.jst.javaee.jca.internal.metadata.JcaPackage; |
| 71 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
84 |
import org.eclipse.jst.javaee.jsp.internal.impl.JspPackageImpl; |
| 72 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
85 |
import org.eclipse.jst.javaee.jsp.internal.metadata.JspPackage; |
| 73 |
import org.eclipse.jst.javaee.web.internal.impl.WebPackageImpl; |
86 |
import org.eclipse.jst.javaee.web.internal.impl.WebPackageImpl; |
| 74 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
87 |
import org.eclipse.jst.javaee.web.internal.metadata.WebPackage; |
|
|
88 |
import org.eclipse.jst.javaee.webapp.internal.impl.WebappPackageImpl; |
| 89 |
import org.eclipse.jst.javaee.webapp.internal.metadata.WebappPackage; |
| 90 |
import org.eclipse.jst.javaee.webfragment.internal.impl.WebfragmentPackageImpl; |
| 91 |
import org.eclipse.jst.javaee.webfragment.internal.metadata.WebfragmentPackage; |
| 75 |
|
92 |
|
| 76 |
/** |
93 |
/** |
| 77 |
* <!-- begin-user-doc --> |
94 |
* <!-- begin-user-doc --> |
|
Lines 85-90
Link Here
|
| 85 |
* <!-- end-user-doc --> |
102 |
* <!-- end-user-doc --> |
| 86 |
* @generated |
103 |
* @generated |
| 87 |
*/ |
104 |
*/ |
|
|
105 |
private EClass accessTimeoutTypeEClass = null; |
| 106 |
|
| 107 |
/** |
| 108 |
* <!-- begin-user-doc --> |
| 109 |
* <!-- end-user-doc --> |
| 110 |
* @generated |
| 111 |
*/ |
| 88 |
private EClass activationConfigEClass = null; |
112 |
private EClass activationConfigEClass = null; |
| 89 |
|
113 |
|
| 90 |
/** |
114 |
/** |
|
Lines 113-118
Link Here
|
| 113 |
* <!-- end-user-doc --> |
137 |
* <!-- end-user-doc --> |
| 114 |
* @generated |
138 |
* @generated |
| 115 |
*/ |
139 |
*/ |
|
|
140 |
private EClass aroundTimeoutTypeEClass = null; |
| 141 |
|
| 142 |
/** |
| 143 |
* <!-- begin-user-doc --> |
| 144 |
* <!-- end-user-doc --> |
| 145 |
* @generated |
| 146 |
*/ |
| 116 |
private EClass assemblyDescriptorEClass = null; |
147 |
private EClass assemblyDescriptorEClass = null; |
| 117 |
|
148 |
|
| 118 |
/** |
149 |
/** |
|
Lines 120-125
Link Here
|
| 120 |
* <!-- end-user-doc --> |
151 |
* <!-- end-user-doc --> |
| 121 |
* @generated |
152 |
* @generated |
| 122 |
*/ |
153 |
*/ |
|
|
154 |
private EClass asyncMethodTypeEClass = null; |
| 155 |
|
| 156 |
/** |
| 157 |
* <!-- begin-user-doc --> |
| 158 |
* <!-- end-user-doc --> |
| 159 |
* @generated |
| 160 |
*/ |
| 123 |
private EClass cmpFieldEClass = null; |
161 |
private EClass cmpFieldEClass = null; |
| 124 |
|
162 |
|
| 125 |
/** |
163 |
/** |
|
Lines 134-139
Link Here
|
| 134 |
* <!-- end-user-doc --> |
172 |
* <!-- end-user-doc --> |
| 135 |
* @generated |
173 |
* @generated |
| 136 |
*/ |
174 |
*/ |
|
|
175 |
private EClass concurrentMethodTypeEClass = null; |
| 176 |
|
| 177 |
/** |
| 178 |
* <!-- begin-user-doc --> |
| 179 |
* <!-- end-user-doc --> |
| 180 |
* @generated |
| 181 |
*/ |
| 137 |
private EClass containerTransactionTypeEClass = null; |
182 |
private EClass containerTransactionTypeEClass = null; |
| 138 |
|
183 |
|
| 139 |
/** |
184 |
/** |
|
Lines 141-146
Link Here
|
| 141 |
* <!-- end-user-doc --> |
186 |
* <!-- end-user-doc --> |
| 142 |
* @generated |
187 |
* @generated |
| 143 |
*/ |
188 |
*/ |
|
|
189 |
private EClass dependsOnTypeEClass = null; |
| 190 |
|
| 191 |
/** |
| 192 |
* <!-- begin-user-doc --> |
| 193 |
* <!-- end-user-doc --> |
| 194 |
* @generated |
| 195 |
*/ |
| 144 |
private EClass ejbJarEClass = null; |
196 |
private EClass ejbJarEClass = null; |
| 145 |
|
197 |
|
| 146 |
/** |
198 |
/** |
|
Lines 309-314
Link Here
|
| 309 |
* <!-- end-user-doc --> |
361 |
* <!-- end-user-doc --> |
| 310 |
* @generated |
362 |
* @generated |
| 311 |
*/ |
363 |
*/ |
|
|
364 |
private EClass statefulTimeoutTypeEClass = null; |
| 365 |
|
| 366 |
/** |
| 367 |
* <!-- begin-user-doc --> |
| 368 |
* <!-- end-user-doc --> |
| 369 |
* @generated |
| 370 |
*/ |
| 371 |
private EClass timerScheduleTypeEClass = null; |
| 372 |
|
| 373 |
/** |
| 374 |
* <!-- begin-user-doc --> |
| 375 |
* <!-- end-user-doc --> |
| 376 |
* @generated |
| 377 |
*/ |
| 378 |
private EClass timerTypeEClass = null; |
| 379 |
|
| 380 |
/** |
| 381 |
* <!-- begin-user-doc --> |
| 382 |
* <!-- end-user-doc --> |
| 383 |
* @generated |
| 384 |
*/ |
| 312 |
private EEnum cmpVersionTypeEEnum = null; |
385 |
private EEnum cmpVersionTypeEEnum = null; |
| 313 |
|
386 |
|
| 314 |
/** |
387 |
/** |
|
Lines 323-328
Link Here
|
| 323 |
* <!-- end-user-doc --> |
396 |
* <!-- end-user-doc --> |
| 324 |
* @generated |
397 |
* @generated |
| 325 |
*/ |
398 |
*/ |
|
|
399 |
private EEnum concurrencyManagementTypeTypeEEnum = null; |
| 400 |
|
| 401 |
/** |
| 402 |
* <!-- begin-user-doc --> |
| 403 |
* <!-- end-user-doc --> |
| 404 |
* @generated |
| 405 |
*/ |
| 406 |
private EEnum concurrentLockTypeTypeEEnum = null; |
| 407 |
|
| 408 |
/** |
| 409 |
* <!-- begin-user-doc --> |
| 410 |
* <!-- end-user-doc --> |
| 411 |
* @generated |
| 412 |
*/ |
| 326 |
private EEnum methodInterfaceTypeEEnum = null; |
413 |
private EEnum methodInterfaceTypeEEnum = null; |
| 327 |
|
414 |
|
| 328 |
/** |
415 |
/** |
|
Lines 358-363
Link Here
|
| 358 |
* <!-- end-user-doc --> |
445 |
* <!-- end-user-doc --> |
| 359 |
* @generated |
446 |
* @generated |
| 360 |
*/ |
447 |
*/ |
|
|
448 |
private EEnum timeUnitTypeTypeEEnum = null; |
| 449 |
|
| 450 |
/** |
| 451 |
* <!-- begin-user-doc --> |
| 452 |
* <!-- end-user-doc --> |
| 453 |
* @generated |
| 454 |
*/ |
| 361 |
private EEnum transactionAttributeTypeEEnum = null; |
455 |
private EEnum transactionAttributeTypeEEnum = null; |
| 362 |
|
456 |
|
| 363 |
/** |
457 |
/** |
|
Lines 386-391
Link Here
|
| 386 |
* <!-- end-user-doc --> |
480 |
* <!-- end-user-doc --> |
| 387 |
* @generated |
481 |
* @generated |
| 388 |
*/ |
482 |
*/ |
|
|
483 |
private EDataType concurrencyManagementTypeTypeObjectEDataType = null; |
| 484 |
|
| 485 |
/** |
| 486 |
* <!-- begin-user-doc --> |
| 487 |
* <!-- end-user-doc --> |
| 488 |
* @generated |
| 489 |
*/ |
| 490 |
private EDataType concurrentLockTypeTypeObjectEDataType = null; |
| 491 |
|
| 492 |
/** |
| 493 |
* <!-- begin-user-doc --> |
| 494 |
* <!-- end-user-doc --> |
| 495 |
* @generated |
| 496 |
*/ |
| 389 |
private EDataType ejbClassTypeEDataType = null; |
497 |
private EDataType ejbClassTypeEDataType = null; |
| 390 |
|
498 |
|
| 391 |
/** |
499 |
/** |
|
Lines 442-447
Link Here
|
| 442 |
* <!-- end-user-doc --> |
550 |
* <!-- end-user-doc --> |
| 443 |
* @generated |
551 |
* @generated |
| 444 |
*/ |
552 |
*/ |
|
|
553 |
private EDataType timeUnitTypeTypeObjectEDataType = null; |
| 554 |
|
| 555 |
/** |
| 556 |
* <!-- begin-user-doc --> |
| 557 |
* <!-- end-user-doc --> |
| 558 |
* @generated |
| 559 |
*/ |
| 445 |
private EDataType transactionAttributeTypeObjectEDataType = null; |
560 |
private EDataType transactionAttributeTypeObjectEDataType = null; |
| 446 |
|
561 |
|
| 447 |
/** |
562 |
/** |
|
Lines 478-497
Link Here
|
| 478 |
private static boolean isInited = false; |
593 |
private static boolean isInited = false; |
| 479 |
|
594 |
|
| 480 |
/** |
595 |
/** |
| 481 |
* Creates, registers, and initializes the <b>Package</b> for this |
596 |
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. |
| 482 |
* model, and for any others upon which it depends. Simple |
597 |
* |
| 483 |
* dependencies are satisfied by calling this method on all |
598 |
* <p>This method is used to initialize {@link EjbPackage#eINSTANCE} when that field is accessed. |
| 484 |
* dependent packages before doing anything else. This method drives |
599 |
* Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. |
| 485 |
* initialization for interdependent packages directly, in parallel |
|
|
| 486 |
* with this package, itself. |
| 487 |
* <p>Of this package and its interdependencies, all packages which |
| 488 |
* have not yet been registered by their URI values are first created |
| 489 |
* and registered. The packages are then initialized in two steps: |
| 490 |
* meta-model objects for all of the packages are created before any |
| 491 |
* are initialized, since one package's meta-model objects may refer to |
| 492 |
* those of another. |
| 493 |
* <p>Invocation of this method will not affect any packages that have |
| 494 |
* already been initialized. |
| 495 |
* <!-- begin-user-doc --> |
600 |
* <!-- begin-user-doc --> |
| 496 |
* <!-- end-user-doc --> |
601 |
* <!-- end-user-doc --> |
| 497 |
* @see #eNS_URI |
602 |
* @see #eNS_URI |
|
Lines 503-509
Link Here
|
| 503 |
if (isInited) return (EjbPackage)EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI); |
608 |
if (isInited) return (EjbPackage)EPackage.Registry.INSTANCE.getEPackage(EjbPackage.eNS_URI); |
| 504 |
|
609 |
|
| 505 |
// Obtain or create and register package |
610 |
// Obtain or create and register package |
| 506 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(eNS_URI) : new EjbPackageImpl()); |
611 |
EjbPackageImpl theEjbPackage = (EjbPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof EjbPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new EjbPackageImpl()); |
| 507 |
|
612 |
|
| 508 |
isInited = true; |
613 |
isInited = true; |
| 509 |
|
614 |
|
|
Lines 512-542
Link Here
|
| 512 |
XMLTypePackage.eINSTANCE.eClass(); |
617 |
XMLTypePackage.eINSTANCE.eClass(); |
| 513 |
|
618 |
|
| 514 |
// Obtain or create and register interdependencies |
619 |
// Obtain or create and register interdependencies |
| 515 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) : WebPackage.eINSTANCE); |
|
|
| 516 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
620 |
ApplicationPackageImpl theApplicationPackage = (ApplicationPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) instanceof ApplicationPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationPackage.eNS_URI) : ApplicationPackage.eINSTANCE); |
| 517 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) : JavaeePackage.eINSTANCE); |
621 |
JavaeePackageImpl theJavaeePackage = (JavaeePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) instanceof JavaeePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI) : JavaeePackage.eINSTANCE); |
| 518 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
622 |
ApplicationclientPackageImpl theApplicationclientPackage = (ApplicationclientPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) instanceof ApplicationclientPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(ApplicationclientPackage.eNS_URI) : ApplicationclientPackage.eINSTANCE); |
|
|
623 |
JcaPackageImpl theJcaPackage = (JcaPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) instanceof JcaPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JcaPackage.eNS_URI) : JcaPackage.eINSTANCE); |
| 519 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
624 |
JspPackageImpl theJspPackage = (JspPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) instanceof JspPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(JspPackage.eNS_URI) : JspPackage.eINSTANCE); |
|
|
625 |
WebPackageImpl theWebPackage = (WebPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) instanceof WebPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebPackage.eNS_URI) : WebPackage.eINSTANCE); |
| 626 |
WebappPackageImpl theWebappPackage = (WebappPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) instanceof WebappPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebappPackage.eNS_URI) : WebappPackage.eINSTANCE); |
| 627 |
WebfragmentPackageImpl theWebfragmentPackage = (WebfragmentPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) instanceof WebfragmentPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(WebfragmentPackage.eNS_URI) : WebfragmentPackage.eINSTANCE); |
| 520 |
|
628 |
|
| 521 |
// Create package meta-data objects |
629 |
// Create package meta-data objects |
| 522 |
theEjbPackage.createPackageContents(); |
630 |
theEjbPackage.createPackageContents(); |
| 523 |
theWebPackage.createPackageContents(); |
|
|
| 524 |
theApplicationPackage.createPackageContents(); |
631 |
theApplicationPackage.createPackageContents(); |
| 525 |
theJavaeePackage.createPackageContents(); |
632 |
theJavaeePackage.createPackageContents(); |
| 526 |
theApplicationclientPackage.createPackageContents(); |
633 |
theApplicationclientPackage.createPackageContents(); |
|
|
634 |
theJcaPackage.createPackageContents(); |
| 527 |
theJspPackage.createPackageContents(); |
635 |
theJspPackage.createPackageContents(); |
|
|
636 |
theWebPackage.createPackageContents(); |
| 637 |
theWebappPackage.createPackageContents(); |
| 638 |
theWebfragmentPackage.createPackageContents(); |
| 528 |
|
639 |
|
| 529 |
// Initialize created meta-data |
640 |
// Initialize created meta-data |
| 530 |
theEjbPackage.initializePackageContents(); |
641 |
theEjbPackage.initializePackageContents(); |
| 531 |
theWebPackage.initializePackageContents(); |
|
|
| 532 |
theApplicationPackage.initializePackageContents(); |
642 |
theApplicationPackage.initializePackageContents(); |
| 533 |
theJavaeePackage.initializePackageContents(); |
643 |
theJavaeePackage.initializePackageContents(); |
| 534 |
theApplicationclientPackage.initializePackageContents(); |
644 |
theApplicationclientPackage.initializePackageContents(); |
|
|
645 |
theJcaPackage.initializePackageContents(); |
| 535 |
theJspPackage.initializePackageContents(); |
646 |
theJspPackage.initializePackageContents(); |
|
|
647 |
theWebPackage.initializePackageContents(); |
| 648 |
theWebappPackage.initializePackageContents(); |
| 649 |
theWebfragmentPackage.initializePackageContents(); |
| 536 |
|
650 |
|
| 537 |
// Mark meta-data to indicate it can't be changed |
651 |
// Mark meta-data to indicate it can't be changed |
| 538 |
theEjbPackage.freeze(); |
652 |
theEjbPackage.freeze(); |
| 539 |
|
653 |
|
|
|
654 |
|
| 655 |
// Update the registry and return the package |
| 656 |
EPackage.Registry.INSTANCE.put(EjbPackage.eNS_URI, theEjbPackage); |
| 540 |
return theEjbPackage; |
657 |
return theEjbPackage; |
| 541 |
} |
658 |
} |
| 542 |
|
659 |
|
|
Lines 545-550
Link Here
|
| 545 |
* <!-- end-user-doc --> |
662 |
* <!-- end-user-doc --> |
| 546 |
* @generated |
663 |
* @generated |
| 547 |
*/ |
664 |
*/ |
|
|
665 |
public EClass getAccessTimeoutType() { |
| 666 |
return accessTimeoutTypeEClass; |
| 667 |
} |
| 668 |
|
| 669 |
/** |
| 670 |
* <!-- begin-user-doc --> |
| 671 |
* <!-- end-user-doc --> |
| 672 |
* @generated |
| 673 |
*/ |
| 674 |
public EAttribute getAccessTimeoutType_Timeout() { |
| 675 |
return (EAttribute)accessTimeoutTypeEClass.getEStructuralFeatures().get(0); |
| 676 |
} |
| 677 |
|
| 678 |
/** |
| 679 |
* <!-- begin-user-doc --> |
| 680 |
* <!-- end-user-doc --> |
| 681 |
* @generated |
| 682 |
*/ |
| 683 |
public EAttribute getAccessTimeoutType_Unit() { |
| 684 |
return (EAttribute)accessTimeoutTypeEClass.getEStructuralFeatures().get(1); |
| 685 |
} |
| 686 |
|
| 687 |
/** |
| 688 |
* <!-- begin-user-doc --> |
| 689 |
* <!-- end-user-doc --> |
| 690 |
* @generated |
| 691 |
*/ |
| 692 |
public EAttribute getAccessTimeoutType_Id() { |
| 693 |
return (EAttribute)accessTimeoutTypeEClass.getEStructuralFeatures().get(2); |
| 694 |
} |
| 695 |
|
| 696 |
/** |
| 697 |
* <!-- begin-user-doc --> |
| 698 |
* <!-- end-user-doc --> |
| 699 |
* @generated |
| 700 |
*/ |
| 548 |
public EClass getActivationConfig() { |
701 |
public EClass getActivationConfig() { |
| 549 |
return activationConfigEClass; |
702 |
return activationConfigEClass; |
| 550 |
} |
703 |
} |
|
Lines 644-650
Link Here
|
| 644 |
* <!-- end-user-doc --> |
797 |
* <!-- end-user-doc --> |
| 645 |
* @generated |
798 |
* @generated |
| 646 |
*/ |
799 |
*/ |
| 647 |
public EAttribute getApplicationException_Id() { |
800 |
public EAttribute getApplicationException_Inherited() { |
| 648 |
return (EAttribute)applicationExceptionEClass.getEStructuralFeatures().get(2); |
801 |
return (EAttribute)applicationExceptionEClass.getEStructuralFeatures().get(2); |
| 649 |
} |
802 |
} |
| 650 |
|
803 |
|
|
Lines 653-658
Link Here
|
| 653 |
* <!-- end-user-doc --> |
806 |
* <!-- end-user-doc --> |
| 654 |
* @generated |
807 |
* @generated |
| 655 |
*/ |
808 |
*/ |
|
|
809 |
public EAttribute getApplicationException_Id() { |
| 810 |
return (EAttribute)applicationExceptionEClass.getEStructuralFeatures().get(3); |
| 811 |
} |
| 812 |
|
| 813 |
/** |
| 814 |
* <!-- begin-user-doc --> |
| 815 |
* <!-- end-user-doc --> |
| 816 |
* @generated |
| 817 |
*/ |
| 656 |
public EClass getAroundInvokeType() { |
818 |
public EClass getAroundInvokeType() { |
| 657 |
return aroundInvokeTypeEClass; |
819 |
return aroundInvokeTypeEClass; |
| 658 |
} |
820 |
} |
|
Lines 680-685
Link Here
|
| 680 |
* <!-- end-user-doc --> |
842 |
* <!-- end-user-doc --> |
| 681 |
* @generated |
843 |
* @generated |
| 682 |
*/ |
844 |
*/ |
|
|
845 |
public EClass getAroundTimeoutType() { |
| 846 |
return aroundTimeoutTypeEClass; |
| 847 |
} |
| 848 |
|
| 849 |
/** |
| 850 |
* <!-- begin-user-doc --> |
| 851 |
* <!-- end-user-doc --> |
| 852 |
* @generated |
| 853 |
*/ |
| 854 |
public EAttribute getAroundTimeoutType_Class() { |
| 855 |
return (EAttribute)aroundTimeoutTypeEClass.getEStructuralFeatures().get(0); |
| 856 |
} |
| 857 |
|
| 858 |
/** |
| 859 |
* <!-- begin-user-doc --> |
| 860 |
* <!-- end-user-doc --> |
| 861 |
* @generated |
| 862 |
*/ |
| 863 |
public EAttribute getAroundTimeoutType_MethodName() { |
| 864 |
return (EAttribute)aroundTimeoutTypeEClass.getEStructuralFeatures().get(1); |
| 865 |
} |
| 866 |
|
| 867 |
/** |
| 868 |
* <!-- begin-user-doc --> |
| 869 |
* <!-- end-user-doc --> |
| 870 |
* @generated |
| 871 |
*/ |
| 683 |
public EClass getAssemblyDescriptor() { |
872 |
public EClass getAssemblyDescriptor() { |
| 684 |
return assemblyDescriptorEClass; |
873 |
return assemblyDescriptorEClass; |
| 685 |
} |
874 |
} |
|
Lines 761-766
Link Here
|
| 761 |
* <!-- end-user-doc --> |
950 |
* <!-- end-user-doc --> |
| 762 |
* @generated |
951 |
* @generated |
| 763 |
*/ |
952 |
*/ |
|
|
953 |
public EClass getAsyncMethodType() { |
| 954 |
return asyncMethodTypeEClass; |
| 955 |
} |
| 956 |
|
| 957 |
/** |
| 958 |
* <!-- begin-user-doc --> |
| 959 |
* <!-- end-user-doc --> |
| 960 |
* @generated |
| 961 |
*/ |
| 962 |
public EAttribute getAsyncMethodType_MethodName() { |
| 963 |
return (EAttribute)asyncMethodTypeEClass.getEStructuralFeatures().get(0); |
| 964 |
} |
| 965 |
|
| 966 |
/** |
| 967 |
* <!-- begin-user-doc --> |
| 968 |
* <!-- end-user-doc --> |
| 969 |
* @generated |
| 970 |
*/ |
| 971 |
public EReference getAsyncMethodType_MethodParams() { |
| 972 |
return (EReference)asyncMethodTypeEClass.getEStructuralFeatures().get(1); |
| 973 |
} |
| 974 |
|
| 975 |
/** |
| 976 |
* <!-- begin-user-doc --> |
| 977 |
* <!-- end-user-doc --> |
| 978 |
* @generated |
| 979 |
*/ |
| 980 |
public EAttribute getAsyncMethodType_MethodIntf() { |
| 981 |
return (EAttribute)asyncMethodTypeEClass.getEStructuralFeatures().get(2); |
| 982 |
} |
| 983 |
|
| 984 |
/** |
| 985 |
* <!-- begin-user-doc --> |
| 986 |
* <!-- end-user-doc --> |
| 987 |
* @generated |
| 988 |
*/ |
| 989 |
public EAttribute getAsyncMethodType_Id() { |
| 990 |
return (EAttribute)asyncMethodTypeEClass.getEStructuralFeatures().get(3); |
| 991 |
} |
| 992 |
|
| 993 |
/** |
| 994 |
* <!-- begin-user-doc --> |
| 995 |
* <!-- end-user-doc --> |
| 996 |
* @generated |
| 997 |
*/ |
| 764 |
public EClass getCMPField() { |
998 |
public EClass getCMPField() { |
| 765 |
return cmpFieldEClass; |
999 |
return cmpFieldEClass; |
| 766 |
} |
1000 |
} |
|
Lines 842-849
Link Here
|
| 842 |
* <!-- end-user-doc --> |
1076 |
* <!-- end-user-doc --> |
| 843 |
* @generated |
1077 |
* @generated |
| 844 |
*/ |
1078 |
*/ |
| 845 |
public EClass getContainerTransactionType() { |
1079 |
public EClass getConcurrentMethodType() { |
| 846 |
return containerTransactionTypeEClass; |
1080 |
return concurrentMethodTypeEClass; |
| 847 |
} |
1081 |
} |
| 848 |
|
1082 |
|
| 849 |
/** |
1083 |
/** |
|
Lines 851-858
Link Here
|
| 851 |
* <!-- end-user-doc --> |
1085 |
* <!-- end-user-doc --> |
| 852 |
* @generated |
1086 |
* @generated |
| 853 |
*/ |
1087 |
*/ |
| 854 |
public EReference getContainerTransactionType_Descriptions() { |
1088 |
public EReference getConcurrentMethodType_Method() { |
| 855 |
return (EReference)containerTransactionTypeEClass.getEStructuralFeatures().get(0); |
1089 |
return (EReference)concurrentMethodTypeEClass.getEStructuralFeatures().get(0); |
| 856 |
} |
1090 |
} |
| 857 |
|
1091 |
|
| 858 |
/** |
1092 |
/** |
|
Lines 860-867
Link Here
|
| 860 |
* <!-- end-user-doc --> |
1094 |
* <!-- end-user-doc --> |
| 861 |
* @generated |
1095 |
* @generated |
| 862 |
*/ |
1096 |
*/ |
| 863 |
public EReference getContainerTransactionType_Methods() { |
1097 |
public EAttribute getConcurrentMethodType_Lock() { |
| 864 |
return (EReference)containerTransactionTypeEClass.getEStructuralFeatures().get(1); |
1098 |
return (EAttribute)concurrentMethodTypeEClass.getEStructuralFeatures().get(1); |
| 865 |
} |
1099 |
} |
| 866 |
|
1100 |
|
| 867 |
/** |
1101 |
/** |
|
Lines 869-876
Link Here
|
| 869 |
* <!-- end-user-doc --> |
1103 |
* <!-- end-user-doc --> |
| 870 |
* @generated |
1104 |
* @generated |
| 871 |
*/ |
1105 |
*/ |
| 872 |
public EAttribute getContainerTransactionType_TransAttribute() { |
1106 |
public EReference getConcurrentMethodType_AccessTimeout() { |
| 873 |
return (EAttribute)containerTransactionTypeEClass.getEStructuralFeatures().get(2); |
1107 |
return (EReference)concurrentMethodTypeEClass.getEStructuralFeatures().get(2); |
| 874 |
} |
1108 |
} |
| 875 |
|
1109 |
|
| 876 |
/** |
1110 |
/** |
|
Lines 878-885
Link Here
|
| 878 |
* <!-- end-user-doc --> |
1112 |
* <!-- end-user-doc --> |
| 879 |
* @generated |
1113 |
* @generated |
| 880 |
*/ |
1114 |
*/ |
| 881 |
public EAttribute getContainerTransactionType_Id() { |
1115 |
public EAttribute getConcurrentMethodType_Id() { |
| 882 |
return (EAttribute)containerTransactionTypeEClass.getEStructuralFeatures().get(3); |
1116 |
return (EAttribute)concurrentMethodTypeEClass.getEStructuralFeatures().get(3); |
| 883 |
} |
1117 |
} |
| 884 |
|
1118 |
|
| 885 |
/** |
1119 |
/** |
|
Lines 887-894
Link Here
|
| 887 |
* <!-- end-user-doc --> |
1121 |
* <!-- end-user-doc --> |
| 888 |
* @generated |
1122 |
* @generated |
| 889 |
*/ |
1123 |
*/ |
| 890 |
public EClass getEJBJar() { |
1124 |
public EClass getContainerTransactionType() { |
| 891 |
return ejbJarEClass; |
1125 |
return containerTransactionTypeEClass; |
| 892 |
} |
1126 |
} |
| 893 |
|
1127 |
|
| 894 |
/** |
1128 |
/** |
|
Lines 896-903
Link Here
|
| 896 |
* <!-- end-user-doc --> |
1130 |
* <!-- end-user-doc --> |
| 897 |
* @generated |
1131 |
* @generated |
| 898 |
*/ |
1132 |
*/ |
| 899 |
public EReference getEJBJar_Descriptions() { |
1133 |
public EReference getContainerTransactionType_Descriptions() { |
| 900 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(0); |
1134 |
return (EReference)containerTransactionTypeEClass.getEStructuralFeatures().get(0); |
| 901 |
} |
1135 |
} |
| 902 |
|
1136 |
|
| 903 |
/** |
1137 |
/** |
|
Lines 905-912
Link Here
|
| 905 |
* <!-- end-user-doc --> |
1139 |
* <!-- end-user-doc --> |
| 906 |
* @generated |
1140 |
* @generated |
| 907 |
*/ |
1141 |
*/ |
| 908 |
public EReference getEJBJar_DisplayNames() { |
1142 |
public EReference getContainerTransactionType_Methods() { |
| 909 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(1); |
1143 |
return (EReference)containerTransactionTypeEClass.getEStructuralFeatures().get(1); |
| 910 |
} |
1144 |
} |
| 911 |
|
1145 |
|
| 912 |
/** |
1146 |
/** |
|
Lines 914-921
Link Here
|
| 914 |
* <!-- end-user-doc --> |
1148 |
* <!-- end-user-doc --> |
| 915 |
* @generated |
1149 |
* @generated |
| 916 |
*/ |
1150 |
*/ |
| 917 |
public EReference getEJBJar_Icons() { |
1151 |
public EAttribute getContainerTransactionType_TransAttribute() { |
| 918 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(2); |
1152 |
return (EAttribute)containerTransactionTypeEClass.getEStructuralFeatures().get(2); |
| 919 |
} |
1153 |
} |
| 920 |
|
1154 |
|
| 921 |
/** |
1155 |
/** |
|
Lines 923-930
Link Here
|
| 923 |
* <!-- end-user-doc --> |
1157 |
* <!-- end-user-doc --> |
| 924 |
* @generated |
1158 |
* @generated |
| 925 |
*/ |
1159 |
*/ |
| 926 |
public EReference getEJBJar_EnterpriseBeans() { |
1160 |
public EAttribute getContainerTransactionType_Id() { |
| 927 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(3); |
1161 |
return (EAttribute)containerTransactionTypeEClass.getEStructuralFeatures().get(3); |
| 928 |
} |
1162 |
} |
| 929 |
|
1163 |
|
| 930 |
/** |
1164 |
/** |
|
Lines 932-939
Link Here
|
| 932 |
* <!-- end-user-doc --> |
1166 |
* <!-- end-user-doc --> |
| 933 |
* @generated |
1167 |
* @generated |
| 934 |
*/ |
1168 |
*/ |
| 935 |
public EReference getEJBJar_Interceptors() { |
1169 |
public EClass getDependsOnType() { |
| 936 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(4); |
1170 |
return dependsOnTypeEClass; |
| 937 |
} |
1171 |
} |
| 938 |
|
1172 |
|
| 939 |
/** |
1173 |
/** |
|
Lines 941-948
Link Here
|
| 941 |
* <!-- end-user-doc --> |
1175 |
* <!-- end-user-doc --> |
| 942 |
* @generated |
1176 |
* @generated |
| 943 |
*/ |
1177 |
*/ |
| 944 |
public EReference getEJBJar_Relationships() { |
1178 |
public EAttribute getDependsOnType_EjbName() { |
| 945 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(5); |
1179 |
return (EAttribute)dependsOnTypeEClass.getEStructuralFeatures().get(0); |
| 946 |
} |
1180 |
} |
| 947 |
|
1181 |
|
| 948 |
/** |
1182 |
/** |
|
Lines 950-957
Link Here
|
| 950 |
* <!-- end-user-doc --> |
1184 |
* <!-- end-user-doc --> |
| 951 |
* @generated |
1185 |
* @generated |
| 952 |
*/ |
1186 |
*/ |
| 953 |
public EReference getEJBJar_AssemblyDescriptor() { |
1187 |
public EAttribute getDependsOnType_Id() { |
| 954 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(6); |
1188 |
return (EAttribute)dependsOnTypeEClass.getEStructuralFeatures().get(1); |
| 955 |
} |
1189 |
} |
| 956 |
|
1190 |
|
| 957 |
/** |
1191 |
/** |
|
Lines 959-966
Link Here
|
| 959 |
* <!-- end-user-doc --> |
1193 |
* <!-- end-user-doc --> |
| 960 |
* @generated |
1194 |
* @generated |
| 961 |
*/ |
1195 |
*/ |
| 962 |
public EAttribute getEJBJar_EjbClientJar() { |
1196 |
public EClass getEJBJar() { |
| 963 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(7); |
1197 |
return ejbJarEClass; |
| 964 |
} |
1198 |
} |
| 965 |
|
1199 |
|
| 966 |
/** |
1200 |
/** |
|
Lines 968-975
Link Here
|
| 968 |
* <!-- end-user-doc --> |
1202 |
* <!-- end-user-doc --> |
| 969 |
* @generated |
1203 |
* @generated |
| 970 |
*/ |
1204 |
*/ |
| 971 |
public EAttribute getEJBJar_Id() { |
1205 |
public EReference getEJBJar_Descriptions() { |
| 972 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(8); |
1206 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(0); |
| 973 |
} |
1207 |
} |
| 974 |
|
1208 |
|
| 975 |
/** |
1209 |
/** |
|
Lines 977-984
Link Here
|
| 977 |
* <!-- end-user-doc --> |
1211 |
* <!-- end-user-doc --> |
| 978 |
* @generated |
1212 |
* @generated |
| 979 |
*/ |
1213 |
*/ |
| 980 |
public EAttribute getEJBJar_MetadataComplete() { |
1214 |
public EReference getEJBJar_DisplayNames() { |
| 981 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(9); |
1215 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(1); |
| 982 |
} |
1216 |
} |
| 983 |
|
1217 |
|
| 984 |
/** |
1218 |
/** |
|
Lines 986-993
Link Here
|
| 986 |
* <!-- end-user-doc --> |
1220 |
* <!-- end-user-doc --> |
| 987 |
* @generated |
1221 |
* @generated |
| 988 |
*/ |
1222 |
*/ |
| 989 |
public EAttribute getEJBJar_Version() { |
1223 |
public EReference getEJBJar_Icons() { |
| 990 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(10); |
1224 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(2); |
| 991 |
} |
1225 |
} |
| 992 |
|
1226 |
|
| 993 |
/** |
1227 |
/** |
|
Lines 995-1002
Link Here
|
| 995 |
* <!-- end-user-doc --> |
1229 |
* <!-- end-user-doc --> |
| 996 |
* @generated |
1230 |
* @generated |
| 997 |
*/ |
1231 |
*/ |
| 998 |
public EClass getEJBJarDeploymentDescriptor() { |
1232 |
public EAttribute getEJBJar_ModuleName() { |
| 999 |
return ejbJarDeploymentDescriptorEClass; |
1233 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(3); |
| 1000 |
} |
1234 |
} |
| 1001 |
|
1235 |
|
| 1002 |
/** |
1236 |
/** |
|
Lines 1004-1011
Link Here
|
| 1004 |
* <!-- end-user-doc --> |
1238 |
* <!-- end-user-doc --> |
| 1005 |
* @generated |
1239 |
* @generated |
| 1006 |
*/ |
1240 |
*/ |
| 1007 |
public EAttribute getEJBJarDeploymentDescriptor_Mixed() { |
1241 |
public EReference getEJBJar_EnterpriseBeans() { |
| 1008 |
return (EAttribute)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(0); |
1242 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(4); |
| 1009 |
} |
1243 |
} |
| 1010 |
|
1244 |
|
| 1011 |
/** |
1245 |
/** |
|
Lines 1013-1020
Link Here
|
| 1013 |
* <!-- end-user-doc --> |
1247 |
* <!-- end-user-doc --> |
| 1014 |
* @generated |
1248 |
* @generated |
| 1015 |
*/ |
1249 |
*/ |
| 1016 |
public EReference getEJBJarDeploymentDescriptor_XMLNSPrefixMap() { |
1250 |
public EReference getEJBJar_Interceptors() { |
| 1017 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(1); |
1251 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(5); |
| 1018 |
} |
1252 |
} |
| 1019 |
|
1253 |
|
| 1020 |
/** |
1254 |
/** |
|
Lines 1022-1029
Link Here
|
| 1022 |
* <!-- end-user-doc --> |
1256 |
* <!-- end-user-doc --> |
| 1023 |
* @generated |
1257 |
* @generated |
| 1024 |
*/ |
1258 |
*/ |
| 1025 |
public EReference getEJBJarDeploymentDescriptor_XSISchemaLocation() { |
1259 |
public EReference getEJBJar_Relationships() { |
| 1026 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(2); |
1260 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(6); |
| 1027 |
} |
1261 |
} |
| 1028 |
|
1262 |
|
| 1029 |
/** |
1263 |
/** |
|
Lines 1031-1038
Link Here
|
| 1031 |
* <!-- end-user-doc --> |
1265 |
* <!-- end-user-doc --> |
| 1032 |
* @generated |
1266 |
* @generated |
| 1033 |
*/ |
1267 |
*/ |
| 1034 |
public EReference getEJBJarDeploymentDescriptor_EjbJar() { |
1268 |
public EReference getEJBJar_AssemblyDescriptor() { |
| 1035 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(3); |
1269 |
return (EReference)ejbJarEClass.getEStructuralFeatures().get(7); |
| 1036 |
} |
1270 |
} |
| 1037 |
|
1271 |
|
| 1038 |
/** |
1272 |
/** |
|
Lines 1040-1047
Link Here
|
| 1040 |
* <!-- end-user-doc --> |
1274 |
* <!-- end-user-doc --> |
| 1041 |
* @generated |
1275 |
* @generated |
| 1042 |
*/ |
1276 |
*/ |
| 1043 |
public EClass getEJBRelation() { |
1277 |
public EAttribute getEJBJar_EjbClientJar() { |
| 1044 |
return ejbRelationEClass; |
1278 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(8); |
| 1045 |
} |
1279 |
} |
| 1046 |
|
1280 |
|
| 1047 |
/** |
1281 |
/** |
|
Lines 1049-1056
Link Here
|
| 1049 |
* <!-- end-user-doc --> |
1283 |
* <!-- end-user-doc --> |
| 1050 |
* @generated |
1284 |
* @generated |
| 1051 |
*/ |
1285 |
*/ |
| 1052 |
public EReference getEJBRelation_Descriptions() { |
1286 |
public EAttribute getEJBJar_Id() { |
| 1053 |
return (EReference)ejbRelationEClass.getEStructuralFeatures().get(0); |
1287 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(9); |
|
|
1288 |
} |
| 1289 |
|
| 1290 |
/** |
| 1291 |
* <!-- begin-user-doc --> |
| 1292 |
* <!-- end-user-doc --> |
| 1293 |
* @generated |
| 1294 |
*/ |
| 1295 |
public EAttribute getEJBJar_MetadataComplete() { |
| 1296 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(10); |
| 1297 |
} |
| 1298 |
|
| 1299 |
/** |
| 1300 |
* <!-- begin-user-doc --> |
| 1301 |
* <!-- end-user-doc --> |
| 1302 |
* @generated |
| 1303 |
*/ |
| 1304 |
public EAttribute getEJBJar_Version() { |
| 1305 |
return (EAttribute)ejbJarEClass.getEStructuralFeatures().get(11); |
| 1306 |
} |
| 1307 |
|
| 1308 |
/** |
| 1309 |
* <!-- begin-user-doc --> |
| 1310 |
* <!-- end-user-doc --> |
| 1311 |
* @generated |
| 1312 |
*/ |
| 1313 |
public EClass getEJBJarDeploymentDescriptor() { |
| 1314 |
return ejbJarDeploymentDescriptorEClass; |
| 1315 |
} |
| 1316 |
|
| 1317 |
/** |
| 1318 |
* <!-- begin-user-doc --> |
| 1319 |
* <!-- end-user-doc --> |
| 1320 |
* @generated |
| 1321 |
*/ |
| 1322 |
public EAttribute getEJBJarDeploymentDescriptor_Mixed() { |
| 1323 |
return (EAttribute)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(0); |
| 1324 |
} |
| 1325 |
|
| 1326 |
/** |
| 1327 |
* <!-- begin-user-doc --> |
| 1328 |
* <!-- end-user-doc --> |
| 1329 |
* @generated |
| 1330 |
*/ |
| 1331 |
public EReference getEJBJarDeploymentDescriptor_XMLNSPrefixMap() { |
| 1332 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(1); |
| 1333 |
} |
| 1334 |
|
| 1335 |
/** |
| 1336 |
* <!-- begin-user-doc --> |
| 1337 |
* <!-- end-user-doc --> |
| 1338 |
* @generated |
| 1339 |
*/ |
| 1340 |
public EReference getEJBJarDeploymentDescriptor_XSISchemaLocation() { |
| 1341 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(2); |
| 1342 |
} |
| 1343 |
|
| 1344 |
/** |
| 1345 |
* <!-- begin-user-doc --> |
| 1346 |
* <!-- end-user-doc --> |
| 1347 |
* @generated |
| 1348 |
*/ |
| 1349 |
public EReference getEJBJarDeploymentDescriptor_EjbJar() { |
| 1350 |
return (EReference)ejbJarDeploymentDescriptorEClass.getEStructuralFeatures().get(3); |
| 1351 |
} |
| 1352 |
|
| 1353 |
/** |
| 1354 |
* <!-- begin-user-doc --> |
| 1355 |
* <!-- end-user-doc --> |
| 1356 |
* @generated |
| 1357 |
*/ |
| 1358 |
public EClass getEJBRelation() { |
| 1359 |
return ejbRelationEClass; |
| 1360 |
} |
| 1361 |
|
| 1362 |
/** |
| 1363 |
* <!-- begin-user-doc --> |
| 1364 |
* <!-- end-user-doc --> |
| 1365 |
* @generated |
| 1366 |
*/ |
| 1367 |
public EReference getEJBRelation_Descriptions() { |
| 1368 |
return (EReference)ejbRelationEClass.getEStructuralFeatures().get(0); |
| 1054 |
} |
1369 |
} |
| 1055 |
|
1370 |
|
| 1056 |
/** |
1371 |
/** |
|
Lines 1472-1478
Link Here
|
| 1472 |
* <!-- end-user-doc --> |
1787 |
* <!-- end-user-doc --> |
| 1473 |
* @generated |
1788 |
* @generated |
| 1474 |
*/ |
1789 |
*/ |
| 1475 |
public EReference getEntityBean_SecurityRoleRefs() { |
1790 |
public EReference getEntityBean_DataSource() { |
| 1476 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(28); |
1791 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(28); |
| 1477 |
} |
1792 |
} |
| 1478 |
|
1793 |
|
|
Lines 1481-1487
Link Here
|
| 1481 |
* <!-- end-user-doc --> |
1796 |
* <!-- end-user-doc --> |
| 1482 |
* @generated |
1797 |
* @generated |
| 1483 |
*/ |
1798 |
*/ |
| 1484 |
public EReference getEntityBean_SecurityIdentity() { |
1799 |
public EReference getEntityBean_SecurityRoleRefs() { |
| 1485 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(29); |
1800 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(29); |
| 1486 |
} |
1801 |
} |
| 1487 |
|
1802 |
|
|
Lines 1490-1496
Link Here
|
| 1490 |
* <!-- end-user-doc --> |
1805 |
* <!-- end-user-doc --> |
| 1491 |
* @generated |
1806 |
* @generated |
| 1492 |
*/ |
1807 |
*/ |
| 1493 |
public EReference getEntityBean_Queries() { |
1808 |
public EReference getEntityBean_SecurityIdentity() { |
| 1494 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(30); |
1809 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(30); |
| 1495 |
} |
1810 |
} |
| 1496 |
|
1811 |
|
|
Lines 1499-1506
Link Here
|
| 1499 |
* <!-- end-user-doc --> |
1814 |
* <!-- end-user-doc --> |
| 1500 |
* @generated |
1815 |
* @generated |
| 1501 |
*/ |
1816 |
*/ |
|
|
1817 |
public EReference getEntityBean_Queries() { |
| 1818 |
return (EReference)entityBeanEClass.getEStructuralFeatures().get(31); |
| 1819 |
} |
| 1820 |
|
| 1821 |
/** |
| 1822 |
* <!-- begin-user-doc --> |
| 1823 |
* <!-- end-user-doc --> |
| 1824 |
* @generated |
| 1825 |
*/ |
| 1502 |
public EAttribute getEntityBean_Id() { |
1826 |
public EAttribute getEntityBean_Id() { |
| 1503 |
return (EAttribute)entityBeanEClass.getEStructuralFeatures().get(31); |
1827 |
return (EAttribute)entityBeanEClass.getEStructuralFeatures().get(32); |
| 1504 |
} |
1828 |
} |
| 1505 |
|
1829 |
|
| 1506 |
/** |
1830 |
/** |
|
Lines 1760-1766
Link Here
|
| 1760 |
* <!-- end-user-doc --> |
2084 |
* <!-- end-user-doc --> |
| 1761 |
* @generated |
2085 |
* @generated |
| 1762 |
*/ |
2086 |
*/ |
| 1763 |
public EReference getInterceptorType_EnvEntries() { |
2087 |
public EReference getInterceptorType_AroundTimeouts() { |
| 1764 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(3); |
2088 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(3); |
| 1765 |
} |
2089 |
} |
| 1766 |
|
2090 |
|
|
Lines 1769-1775
Link Here
|
| 1769 |
* <!-- end-user-doc --> |
2093 |
* <!-- end-user-doc --> |
| 1770 |
* @generated |
2094 |
* @generated |
| 1771 |
*/ |
2095 |
*/ |
| 1772 |
public EReference getInterceptorType_EjbRefs() { |
2096 |
public EReference getInterceptorType_EnvEntries() { |
| 1773 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(4); |
2097 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(4); |
| 1774 |
} |
2098 |
} |
| 1775 |
|
2099 |
|
|
Lines 1778-1784
Link Here
|
| 1778 |
* <!-- end-user-doc --> |
2102 |
* <!-- end-user-doc --> |
| 1779 |
* @generated |
2103 |
* @generated |
| 1780 |
*/ |
2104 |
*/ |
| 1781 |
public EReference getInterceptorType_EjbLocalRefs() { |
2105 |
public EReference getInterceptorType_EjbRefs() { |
| 1782 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(5); |
2106 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(5); |
| 1783 |
} |
2107 |
} |
| 1784 |
|
2108 |
|
|
Lines 1787-1793
Link Here
|
| 1787 |
* <!-- end-user-doc --> |
2111 |
* <!-- end-user-doc --> |
| 1788 |
* @generated |
2112 |
* @generated |
| 1789 |
*/ |
2113 |
*/ |
| 1790 |
public EReference getInterceptorType_ServiceRefs() { |
2114 |
public EReference getInterceptorType_EjbLocalRefs() { |
| 1791 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(6); |
2115 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(6); |
| 1792 |
} |
2116 |
} |
| 1793 |
|
2117 |
|
|
Lines 1796-1802
Link Here
|
| 1796 |
* <!-- end-user-doc --> |
2120 |
* <!-- end-user-doc --> |
| 1797 |
* @generated |
2121 |
* @generated |
| 1798 |
*/ |
2122 |
*/ |
| 1799 |
public EReference getInterceptorType_ResourceRefs() { |
2123 |
public EReference getInterceptorType_ServiceRefs() { |
| 1800 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(7); |
2124 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(7); |
| 1801 |
} |
2125 |
} |
| 1802 |
|
2126 |
|
|
Lines 1805-1811
Link Here
|
| 1805 |
* <!-- end-user-doc --> |
2129 |
* <!-- end-user-doc --> |
| 1806 |
* @generated |
2130 |
* @generated |
| 1807 |
*/ |
2131 |
*/ |
| 1808 |
public EReference getInterceptorType_ResourceEnvRefs() { |
2132 |
public EReference getInterceptorType_ResourceRefs() { |
| 1809 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(8); |
2133 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(8); |
| 1810 |
} |
2134 |
} |
| 1811 |
|
2135 |
|
|
Lines 1814-1820
Link Here
|
| 1814 |
* <!-- end-user-doc --> |
2138 |
* <!-- end-user-doc --> |
| 1815 |
* @generated |
2139 |
* @generated |
| 1816 |
*/ |
2140 |
*/ |
| 1817 |
public EReference getInterceptorType_MessageDestinationRefs() { |
2141 |
public EReference getInterceptorType_ResourceEnvRefs() { |
| 1818 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(9); |
2142 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(9); |
| 1819 |
} |
2143 |
} |
| 1820 |
|
2144 |
|
|
Lines 1823-1829
Link Here
|
| 1823 |
* <!-- end-user-doc --> |
2147 |
* <!-- end-user-doc --> |
| 1824 |
* @generated |
2148 |
* @generated |
| 1825 |
*/ |
2149 |
*/ |
| 1826 |
public EReference getInterceptorType_PersistenceContextRefs() { |
2150 |
public EReference getInterceptorType_MessageDestinationRefs() { |
| 1827 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(10); |
2151 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(10); |
| 1828 |
} |
2152 |
} |
| 1829 |
|
2153 |
|
|
Lines 1832-1838
Link Here
|
| 1832 |
* <!-- end-user-doc --> |
2156 |
* <!-- end-user-doc --> |
| 1833 |
* @generated |
2157 |
* @generated |
| 1834 |
*/ |
2158 |
*/ |
| 1835 |
public EReference getInterceptorType_PersistenceUnitRefs() { |
2159 |
public EReference getInterceptorType_PersistenceContextRefs() { |
| 1836 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(11); |
2160 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(11); |
| 1837 |
} |
2161 |
} |
| 1838 |
|
2162 |
|
|
Lines 1841-1847
Link Here
|
| 1841 |
* <!-- end-user-doc --> |
2165 |
* <!-- end-user-doc --> |
| 1842 |
* @generated |
2166 |
* @generated |
| 1843 |
*/ |
2167 |
*/ |
| 1844 |
public EReference getInterceptorType_PostConstructs() { |
2168 |
public EReference getInterceptorType_PersistenceUnitRefs() { |
| 1845 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(12); |
2169 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(12); |
| 1846 |
} |
2170 |
} |
| 1847 |
|
2171 |
|
|
Lines 1850-1856
Link Here
|
| 1850 |
* <!-- end-user-doc --> |
2174 |
* <!-- end-user-doc --> |
| 1851 |
* @generated |
2175 |
* @generated |
| 1852 |
*/ |
2176 |
*/ |
| 1853 |
public EReference getInterceptorType_PreDestroys() { |
2177 |
public EReference getInterceptorType_PostConstructs() { |
| 1854 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(13); |
2178 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(13); |
| 1855 |
} |
2179 |
} |
| 1856 |
|
2180 |
|
|
Lines 1859-1865
Link Here
|
| 1859 |
* <!-- end-user-doc --> |
2183 |
* <!-- end-user-doc --> |
| 1860 |
* @generated |
2184 |
* @generated |
| 1861 |
*/ |
2185 |
*/ |
| 1862 |
public EReference getInterceptorType_PostActivates() { |
2186 |
public EReference getInterceptorType_PreDestroys() { |
| 1863 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(14); |
2187 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(14); |
| 1864 |
} |
2188 |
} |
| 1865 |
|
2189 |
|
|
Lines 1868-1874
Link Here
|
| 1868 |
* <!-- end-user-doc --> |
2192 |
* <!-- end-user-doc --> |
| 1869 |
* @generated |
2193 |
* @generated |
| 1870 |
*/ |
2194 |
*/ |
| 1871 |
public EReference getInterceptorType_PrePassivates() { |
2195 |
public EReference getInterceptorType_DataSource() { |
| 1872 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(15); |
2196 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(15); |
| 1873 |
} |
2197 |
} |
| 1874 |
|
2198 |
|
|
Lines 1877-1884
Link Here
|
| 1877 |
* <!-- end-user-doc --> |
2201 |
* <!-- end-user-doc --> |
| 1878 |
* @generated |
2202 |
* @generated |
| 1879 |
*/ |
2203 |
*/ |
|
|
2204 |
public EReference getInterceptorType_PostActivates() { |
| 2205 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(16); |
| 2206 |
} |
| 2207 |
|
| 2208 |
/** |
| 2209 |
* <!-- begin-user-doc --> |
| 2210 |
* <!-- end-user-doc --> |
| 2211 |
* @generated |
| 2212 |
*/ |
| 2213 |
public EReference getInterceptorType_PrePassivates() { |
| 2214 |
return (EReference)interceptorTypeEClass.getEStructuralFeatures().get(17); |
| 2215 |
} |
| 2216 |
|
| 2217 |
/** |
| 2218 |
* <!-- begin-user-doc --> |
| 2219 |
* <!-- end-user-doc --> |
| 2220 |
* @generated |
| 2221 |
*/ |
| 1880 |
public EAttribute getInterceptorType_Id() { |
2222 |
public EAttribute getInterceptorType_Id() { |
| 1881 |
return (EAttribute)interceptorTypeEClass.getEStructuralFeatures().get(16); |
2223 |
return (EAttribute)interceptorTypeEClass.getEStructuralFeatures().get(18); |
| 1882 |
} |
2224 |
} |
| 1883 |
|
2225 |
|
| 1884 |
/** |
2226 |
/** |
|
Lines 1967-1974
Link Here
|
| 1967 |
* <!-- end-user-doc --> |
2309 |
* <!-- end-user-doc --> |
| 1968 |
* @generated |
2310 |
* @generated |
| 1969 |
*/ |
2311 |
*/ |
|
|
2312 |
public EReference getMessageDrivenBean_Timer() { |
| 2313 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(8); |
| 2314 |
} |
| 2315 |
|
| 2316 |
/** |
| 2317 |
* <!-- begin-user-doc --> |
| 2318 |
* <!-- end-user-doc --> |
| 2319 |
* @generated |
| 2320 |
*/ |
| 1970 |
public EAttribute getMessageDrivenBean_TransactionType() { |
2321 |
public EAttribute getMessageDrivenBean_TransactionType() { |
| 1971 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(8); |
2322 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(9); |
| 1972 |
} |
2323 |
} |
| 1973 |
|
2324 |
|
| 1974 |
/** |
2325 |
/** |
|
Lines 1977-1983
Link Here
|
| 1977 |
* @generated |
2328 |
* @generated |
| 1978 |
*/ |
2329 |
*/ |
| 1979 |
public EAttribute getMessageDrivenBean_MessageDestinationType() { |
2330 |
public EAttribute getMessageDrivenBean_MessageDestinationType() { |
| 1980 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(9); |
2331 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(10); |
| 1981 |
} |
2332 |
} |
| 1982 |
|
2333 |
|
| 1983 |
/** |
2334 |
/** |
|
Lines 1986-1992
Link Here
|
| 1986 |
* @generated |
2337 |
* @generated |
| 1987 |
*/ |
2338 |
*/ |
| 1988 |
public EAttribute getMessageDrivenBean_MessageDestinationLink() { |
2339 |
public EAttribute getMessageDrivenBean_MessageDestinationLink() { |
| 1989 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(10); |
2340 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(11); |
| 1990 |
} |
2341 |
} |
| 1991 |
|
2342 |
|
| 1992 |
/** |
2343 |
/** |
|
Lines 1995-2001
Link Here
|
| 1995 |
* @generated |
2346 |
* @generated |
| 1996 |
*/ |
2347 |
*/ |
| 1997 |
public EReference getMessageDrivenBean_ActivationConfig() { |
2348 |
public EReference getMessageDrivenBean_ActivationConfig() { |
| 1998 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(11); |
2349 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(12); |
| 1999 |
} |
2350 |
} |
| 2000 |
|
2351 |
|
| 2001 |
/** |
2352 |
/** |
|
Lines 2004-2010
Link Here
|
| 2004 |
* @generated |
2355 |
* @generated |
| 2005 |
*/ |
2356 |
*/ |
| 2006 |
public EReference getMessageDrivenBean_AroundInvokes() { |
2357 |
public EReference getMessageDrivenBean_AroundInvokes() { |
| 2007 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(12); |
2358 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(13); |
|
|
2359 |
} |
| 2360 |
|
| 2361 |
/** |
| 2362 |
* <!-- begin-user-doc --> |
| 2363 |
* <!-- end-user-doc --> |
| 2364 |
* @generated |
| 2365 |
*/ |
| 2366 |
public EReference getMessageDrivenBean_AroundTimeouts() { |
| 2367 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(14); |
| 2008 |
} |
2368 |
} |
| 2009 |
|
2369 |
|
| 2010 |
/** |
2370 |
/** |
|
Lines 2013-2019
Link Here
|
| 2013 |
* @generated |
2373 |
* @generated |
| 2014 |
*/ |
2374 |
*/ |
| 2015 |
public EReference getMessageDrivenBean_EnvEntries() { |
2375 |
public EReference getMessageDrivenBean_EnvEntries() { |
| 2016 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(13); |
2376 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(15); |
| 2017 |
} |
2377 |
} |
| 2018 |
|
2378 |
|
| 2019 |
/** |
2379 |
/** |
|
Lines 2022-2028
Link Here
|
| 2022 |
* @generated |
2382 |
* @generated |
| 2023 |
*/ |
2383 |
*/ |
| 2024 |
public EReference getMessageDrivenBean_EjbRefs() { |
2384 |
public EReference getMessageDrivenBean_EjbRefs() { |
| 2025 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(14); |
2385 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(16); |
| 2026 |
} |
2386 |
} |
| 2027 |
|
2387 |
|
| 2028 |
/** |
2388 |
/** |
|
Lines 2031-2037
Link Here
|
| 2031 |
* @generated |
2391 |
* @generated |
| 2032 |
*/ |
2392 |
*/ |
| 2033 |
public EReference getMessageDrivenBean_EjbLocalRefs() { |
2393 |
public EReference getMessageDrivenBean_EjbLocalRefs() { |
| 2034 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(15); |
2394 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(17); |
| 2035 |
} |
2395 |
} |
| 2036 |
|
2396 |
|
| 2037 |
/** |
2397 |
/** |
|
Lines 2040-2046
Link Here
|
| 2040 |
* @generated |
2400 |
* @generated |
| 2041 |
*/ |
2401 |
*/ |
| 2042 |
public EReference getMessageDrivenBean_ServiceRefs() { |
2402 |
public EReference getMessageDrivenBean_ServiceRefs() { |
| 2043 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(16); |
2403 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(18); |
| 2044 |
} |
2404 |
} |
| 2045 |
|
2405 |
|
| 2046 |
/** |
2406 |
/** |
|
Lines 2049-2055
Link Here
|
| 2049 |
* @generated |
2409 |
* @generated |
| 2050 |
*/ |
2410 |
*/ |
| 2051 |
public EReference getMessageDrivenBean_ResourceRefs() { |
2411 |
public EReference getMessageDrivenBean_ResourceRefs() { |
| 2052 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(17); |
2412 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(19); |
| 2053 |
} |
2413 |
} |
| 2054 |
|
2414 |
|
| 2055 |
/** |
2415 |
/** |
|
Lines 2058-2064
Link Here
|
| 2058 |
* @generated |
2418 |
* @generated |
| 2059 |
*/ |
2419 |
*/ |
| 2060 |
public EReference getMessageDrivenBean_ResourceEnvRefs() { |
2420 |
public EReference getMessageDrivenBean_ResourceEnvRefs() { |
| 2061 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(18); |
2421 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(20); |
| 2062 |
} |
2422 |
} |
| 2063 |
|
2423 |
|
| 2064 |
/** |
2424 |
/** |
|
Lines 2067-2073
Link Here
|
| 2067 |
* @generated |
2427 |
* @generated |
| 2068 |
*/ |
2428 |
*/ |
| 2069 |
public EReference getMessageDrivenBean_MessageDestinationRefs() { |
2429 |
public EReference getMessageDrivenBean_MessageDestinationRefs() { |
| 2070 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(19); |
2430 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(21); |
| 2071 |
} |
2431 |
} |
| 2072 |
|
2432 |
|
| 2073 |
/** |
2433 |
/** |
|
Lines 2076-2082
Link Here
|
| 2076 |
* @generated |
2436 |
* @generated |
| 2077 |
*/ |
2437 |
*/ |
| 2078 |
public EReference getMessageDrivenBean_PersistenceContextRefs() { |
2438 |
public EReference getMessageDrivenBean_PersistenceContextRefs() { |
| 2079 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(20); |
2439 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(22); |
| 2080 |
} |
2440 |
} |
| 2081 |
|
2441 |
|
| 2082 |
/** |
2442 |
/** |
|
Lines 2085-2091
Link Here
|
| 2085 |
* @generated |
2445 |
* @generated |
| 2086 |
*/ |
2446 |
*/ |
| 2087 |
public EReference getMessageDrivenBean_PersistenceUnitRefs() { |
2447 |
public EReference getMessageDrivenBean_PersistenceUnitRefs() { |
| 2088 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(21); |
2448 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(23); |
| 2089 |
} |
2449 |
} |
| 2090 |
|
2450 |
|
| 2091 |
/** |
2451 |
/** |
|
Lines 2094-2100
Link Here
|
| 2094 |
* @generated |
2454 |
* @generated |
| 2095 |
*/ |
2455 |
*/ |
| 2096 |
public EReference getMessageDrivenBean_PostConstructs() { |
2456 |
public EReference getMessageDrivenBean_PostConstructs() { |
| 2097 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(22); |
2457 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(24); |
| 2098 |
} |
2458 |
} |
| 2099 |
|
2459 |
|
| 2100 |
/** |
2460 |
/** |
|
Lines 2103-2109
Link Here
|
| 2103 |
* @generated |
2463 |
* @generated |
| 2104 |
*/ |
2464 |
*/ |
| 2105 |
public EReference getMessageDrivenBean_PreDestroys() { |
2465 |
public EReference getMessageDrivenBean_PreDestroys() { |
| 2106 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(23); |
2466 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(25); |
|
|
2467 |
} |
| 2468 |
|
| 2469 |
/** |
| 2470 |
* <!-- begin-user-doc --> |
| 2471 |
* <!-- end-user-doc --> |
| 2472 |
* @generated |
| 2473 |
*/ |
| 2474 |
public EReference getMessageDrivenBean_DataSource() { |
| 2475 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(26); |
| 2476 |
} |
| 2477 |
|
| 2478 |
/** |
| 2479 |
* <!-- begin-user-doc --> |
| 2480 |
* <!-- end-user-doc --> |
| 2481 |
* @generated |
| 2482 |
*/ |
| 2483 |
public EReference getMessageDrivenBean_SecurityRoleRef() { |
| 2484 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(27); |
| 2107 |
} |
2485 |
} |
| 2108 |
|
2486 |
|
| 2109 |
/** |
2487 |
/** |
|
Lines 2112-2118
Link Here
|
| 2112 |
* @generated |
2490 |
* @generated |
| 2113 |
*/ |
2491 |
*/ |
| 2114 |
public EReference getMessageDrivenBean_SecurityIdentity() { |
2492 |
public EReference getMessageDrivenBean_SecurityIdentity() { |
| 2115 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(24); |
2493 |
return (EReference)messageDrivenBeanEClass.getEStructuralFeatures().get(28); |
| 2116 |
} |
2494 |
} |
| 2117 |
|
2495 |
|
| 2118 |
/** |
2496 |
/** |
|
Lines 2121-2127
Link Here
|
| 2121 |
* @generated |
2499 |
* @generated |
| 2122 |
*/ |
2500 |
*/ |
| 2123 |
public EAttribute getMessageDrivenBean_Id() { |
2501 |
public EAttribute getMessageDrivenBean_Id() { |
| 2124 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(25); |
2502 |
return (EAttribute)messageDrivenBeanEClass.getEStructuralFeatures().get(29); |
| 2125 |
} |
2503 |
} |
| 2126 |
|
2504 |
|
| 2127 |
/** |
2505 |
/** |
|
Lines 2660-2667
Link Here
|
| 2660 |
* <!-- end-user-doc --> |
3038 |
* <!-- end-user-doc --> |
| 2661 |
* @generated |
3039 |
* @generated |
| 2662 |
*/ |
3040 |
*/ |
|
|
3041 |
public EReference getSessionBean_LocalBean() { |
| 3042 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(11); |
| 3043 |
} |
| 3044 |
|
| 3045 |
/** |
| 3046 |
* <!-- begin-user-doc --> |
| 3047 |
* <!-- end-user-doc --> |
| 3048 |
* @generated |
| 3049 |
*/ |
| 2663 |
public EAttribute getSessionBean_ServiceEndpoint() { |
3050 |
public EAttribute getSessionBean_ServiceEndpoint() { |
| 2664 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(11); |
3051 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(12); |
| 2665 |
} |
3052 |
} |
| 2666 |
|
3053 |
|
| 2667 |
/** |
3054 |
/** |
|
Lines 2670-2676
Link Here
|
| 2670 |
* @generated |
3057 |
* @generated |
| 2671 |
*/ |
3058 |
*/ |
| 2672 |
public EAttribute getSessionBean_EjbClass() { |
3059 |
public EAttribute getSessionBean_EjbClass() { |
| 2673 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(12); |
3060 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(13); |
| 2674 |
} |
3061 |
} |
| 2675 |
|
3062 |
|
| 2676 |
/** |
3063 |
/** |
|
Lines 2679-2685
Link Here
|
| 2679 |
* @generated |
3066 |
* @generated |
| 2680 |
*/ |
3067 |
*/ |
| 2681 |
public EAttribute getSessionBean_SessionType() { |
3068 |
public EAttribute getSessionBean_SessionType() { |
| 2682 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(13); |
3069 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(14); |
|
|
3070 |
} |
| 3071 |
|
| 3072 |
/** |
| 3073 |
* <!-- begin-user-doc --> |
| 3074 |
* <!-- end-user-doc --> |
| 3075 |
* @generated |
| 3076 |
*/ |
| 3077 |
public EReference getSessionBean_StatefulTimeout() { |
| 3078 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(15); |
| 2683 |
} |
3079 |
} |
| 2684 |
|
3080 |
|
| 2685 |
/** |
3081 |
/** |
|
Lines 2688-2694
Link Here
|
| 2688 |
* @generated |
3084 |
* @generated |
| 2689 |
*/ |
3085 |
*/ |
| 2690 |
public EReference getSessionBean_TimeoutMethod() { |
3086 |
public EReference getSessionBean_TimeoutMethod() { |
| 2691 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(14); |
3087 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(16); |
|
|
3088 |
} |
| 3089 |
|
| 3090 |
/** |
| 3091 |
* <!-- begin-user-doc --> |
| 3092 |
* <!-- end-user-doc --> |
| 3093 |
* @generated |
| 3094 |
*/ |
| 3095 |
public EReference getSessionBean_Timer() { |
| 3096 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(17); |
| 3097 |
} |
| 3098 |
|
| 3099 |
/** |
| 3100 |
* <!-- begin-user-doc --> |
| 3101 |
* <!-- end-user-doc --> |
| 3102 |
* @generated |
| 3103 |
*/ |
| 3104 |
public EAttribute getSessionBean_InitOnStartup() { |
| 3105 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(18); |
| 3106 |
} |
| 3107 |
|
| 3108 |
/** |
| 3109 |
* <!-- begin-user-doc --> |
| 3110 |
* <!-- end-user-doc --> |
| 3111 |
* @generated |
| 3112 |
*/ |
| 3113 |
public EAttribute getSessionBean_ConcurrencyManagementType() { |
| 3114 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(19); |
| 3115 |
} |
| 3116 |
|
| 3117 |
/** |
| 3118 |
* <!-- begin-user-doc --> |
| 3119 |
* <!-- end-user-doc --> |
| 3120 |
* @generated |
| 3121 |
*/ |
| 3122 |
public EReference getSessionBean_ConcurrentMethod() { |
| 3123 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(20); |
| 3124 |
} |
| 3125 |
|
| 3126 |
/** |
| 3127 |
* <!-- begin-user-doc --> |
| 3128 |
* <!-- end-user-doc --> |
| 3129 |
* @generated |
| 3130 |
*/ |
| 3131 |
public EReference getSessionBean_DependsOn() { |
| 3132 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(21); |
| 2692 |
} |
3133 |
} |
| 2693 |
|
3134 |
|
| 2694 |
/** |
3135 |
/** |
|
Lines 2697-2703
Link Here
|
| 2697 |
* @generated |
3138 |
* @generated |
| 2698 |
*/ |
3139 |
*/ |
| 2699 |
public EReference getSessionBean_InitMethods() { |
3140 |
public EReference getSessionBean_InitMethods() { |
| 2700 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(15); |
3141 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(22); |
|
|
3142 |
} |
| 3143 |
|
| 3144 |
/** |
| 3145 |
* <!-- begin-user-doc --> |
| 3146 |
* <!-- end-user-doc --> |
| 3147 |
* @generated |
| 3148 |
*/ |
| 3149 |
public EReference getSessionBean_RemoveMethods() { |
| 3150 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(23); |
| 3151 |
} |
| 3152 |
|
| 3153 |
/** |
| 3154 |
* <!-- begin-user-doc --> |
| 3155 |
* <!-- end-user-doc --> |
| 3156 |
* @generated |
| 3157 |
*/ |
| 3158 |
public EReference getSessionBean_AsyncMethod() { |
| 3159 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(24); |
| 3160 |
} |
| 3161 |
|
| 3162 |
/** |
| 3163 |
* <!-- begin-user-doc --> |
| 3164 |
* <!-- end-user-doc --> |
| 3165 |
* @generated |
| 3166 |
*/ |
| 3167 |
public EAttribute getSessionBean_TransactionType() { |
| 3168 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(25); |
| 3169 |
} |
| 3170 |
|
| 3171 |
/** |
| 3172 |
* <!-- begin-user-doc --> |
| 3173 |
* <!-- end-user-doc --> |
| 3174 |
* @generated |
| 3175 |
*/ |
| 3176 |
public EReference getSessionBean_AfterBeginMethod() { |
| 3177 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(26); |
| 3178 |
} |
| 3179 |
|
| 3180 |
/** |
| 3181 |
* <!-- begin-user-doc --> |
| 3182 |
* <!-- end-user-doc --> |
| 3183 |
* @generated |
| 3184 |
*/ |
| 3185 |
public EReference getSessionBean_BeforeCompletionMethod() { |
| 3186 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(27); |
| 3187 |
} |
| 3188 |
|
| 3189 |
/** |
| 3190 |
* <!-- begin-user-doc --> |
| 3191 |
* <!-- end-user-doc --> |
| 3192 |
* @generated |
| 3193 |
*/ |
| 3194 |
public EReference getSessionBean_AfterCompletionMethod() { |
| 3195 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(28); |
| 3196 |
} |
| 3197 |
|
| 3198 |
/** |
| 3199 |
* <!-- begin-user-doc --> |
| 3200 |
* <!-- end-user-doc --> |
| 3201 |
* @generated |
| 3202 |
*/ |
| 3203 |
public EReference getSessionBean_AroundInvokes() { |
| 3204 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(29); |
| 3205 |
} |
| 3206 |
|
| 3207 |
/** |
| 3208 |
* <!-- begin-user-doc --> |
| 3209 |
* <!-- end-user-doc --> |
| 3210 |
* @generated |
| 3211 |
*/ |
| 3212 |
public EReference getSessionBean_AroundTimeouts() { |
| 3213 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(30); |
| 3214 |
} |
| 3215 |
|
| 3216 |
/** |
| 3217 |
* <!-- begin-user-doc --> |
| 3218 |
* <!-- end-user-doc --> |
| 3219 |
* @generated |
| 3220 |
*/ |
| 3221 |
public EReference getSessionBean_EnvEntries() { |
| 3222 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(31); |
| 3223 |
} |
| 3224 |
|
| 3225 |
/** |
| 3226 |
* <!-- begin-user-doc --> |
| 3227 |
* <!-- end-user-doc --> |
| 3228 |
* @generated |
| 3229 |
*/ |
| 3230 |
public EReference getSessionBean_EjbRefs() { |
| 3231 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(32); |
| 3232 |
} |
| 3233 |
|
| 3234 |
/** |
| 3235 |
* <!-- begin-user-doc --> |
| 3236 |
* <!-- end-user-doc --> |
| 3237 |
* @generated |
| 3238 |
*/ |
| 3239 |
public EReference getSessionBean_EjbLocalRefs() { |
| 3240 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(33); |
| 3241 |
} |
| 3242 |
|
| 3243 |
/** |
| 3244 |
* <!-- begin-user-doc --> |
| 3245 |
* <!-- end-user-doc --> |
| 3246 |
* @generated |
| 3247 |
*/ |
| 3248 |
public EReference getSessionBean_ServiceRefs() { |
| 3249 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(34); |
| 3250 |
} |
| 3251 |
|
| 3252 |
/** |
| 3253 |
* <!-- begin-user-doc --> |
| 3254 |
* <!-- end-user-doc --> |
| 3255 |
* @generated |
| 3256 |
*/ |
| 3257 |
public EReference getSessionBean_ResourceRefs() { |
| 3258 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(35); |
| 3259 |
} |
| 3260 |
|
| 3261 |
/** |
| 3262 |
* <!-- begin-user-doc --> |
| 3263 |
* <!-- end-user-doc --> |
| 3264 |
* @generated |
| 3265 |
*/ |
| 3266 |
public EReference getSessionBean_ResourceEnvRefs() { |
| 3267 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(36); |
| 3268 |
} |
| 3269 |
|
| 3270 |
/** |
| 3271 |
* <!-- begin-user-doc --> |
| 3272 |
* <!-- end-user-doc --> |
| 3273 |
* @generated |
| 3274 |
*/ |
| 3275 |
public EReference getSessionBean_MessageDestinationRefs() { |
| 3276 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(37); |
| 3277 |
} |
| 3278 |
|
| 3279 |
/** |
| 3280 |
* <!-- begin-user-doc --> |
| 3281 |
* <!-- end-user-doc --> |
| 3282 |
* @generated |
| 3283 |
*/ |
| 3284 |
public EReference getSessionBean_PersistenceContextRefs() { |
| 3285 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(38); |
| 3286 |
} |
| 3287 |
|
| 3288 |
/** |
| 3289 |
* <!-- begin-user-doc --> |
| 3290 |
* <!-- end-user-doc --> |
| 3291 |
* @generated |
| 3292 |
*/ |
| 3293 |
public EReference getSessionBean_PersistenceUnitRefs() { |
| 3294 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(39); |
| 3295 |
} |
| 3296 |
|
| 3297 |
/** |
| 3298 |
* <!-- begin-user-doc --> |
| 3299 |
* <!-- end-user-doc --> |
| 3300 |
* @generated |
| 3301 |
*/ |
| 3302 |
public EReference getSessionBean_PostConstructs() { |
| 3303 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(40); |
| 3304 |
} |
| 3305 |
|
| 3306 |
/** |
| 3307 |
* <!-- begin-user-doc --> |
| 3308 |
* <!-- end-user-doc --> |
| 3309 |
* @generated |
| 3310 |
*/ |
| 3311 |
public EReference getSessionBean_PreDestroys() { |
| 3312 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(41); |
| 3313 |
} |
| 3314 |
|
| 3315 |
/** |
| 3316 |
* <!-- begin-user-doc --> |
| 3317 |
* <!-- end-user-doc --> |
| 3318 |
* @generated |
| 3319 |
*/ |
| 3320 |
public EReference getSessionBean_DataSource() { |
| 3321 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(42); |
| 3322 |
} |
| 3323 |
|
| 3324 |
/** |
| 3325 |
* <!-- begin-user-doc --> |
| 3326 |
* <!-- end-user-doc --> |
| 3327 |
* @generated |
| 3328 |
*/ |
| 3329 |
public EReference getSessionBean_PostActivates() { |
| 3330 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(43); |
| 3331 |
} |
| 3332 |
|
| 3333 |
/** |
| 3334 |
* <!-- begin-user-doc --> |
| 3335 |
* <!-- end-user-doc --> |
| 3336 |
* @generated |
| 3337 |
*/ |
| 3338 |
public EReference getSessionBean_PrePassivates() { |
| 3339 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(44); |
| 3340 |
} |
| 3341 |
|
| 3342 |
/** |
| 3343 |
* <!-- begin-user-doc --> |
| 3344 |
* <!-- end-user-doc --> |
| 3345 |
* @generated |
| 3346 |
*/ |
| 3347 |
public EReference getSessionBean_SecurityRoleRefs() { |
| 3348 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(45); |
| 3349 |
} |
| 3350 |
|
| 3351 |
/** |
| 3352 |
* <!-- begin-user-doc --> |
| 3353 |
* <!-- end-user-doc --> |
| 3354 |
* @generated |
| 3355 |
*/ |
| 3356 |
public EReference getSessionBean_SecurityIdentities() { |
| 3357 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(46); |
| 3358 |
} |
| 3359 |
|
| 3360 |
/** |
| 3361 |
* <!-- begin-user-doc --> |
| 3362 |
* <!-- end-user-doc --> |
| 3363 |
* @generated |
| 3364 |
*/ |
| 3365 |
public EAttribute getSessionBean_Id() { |
| 3366 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(47); |
| 3367 |
} |
| 3368 |
|
| 3369 |
/** |
| 3370 |
* <!-- begin-user-doc --> |
| 3371 |
* <!-- end-user-doc --> |
| 3372 |
* @generated |
| 3373 |
*/ |
| 3374 |
public EClass getStatefulTimeoutType() { |
| 3375 |
return statefulTimeoutTypeEClass; |
| 3376 |
} |
| 3377 |
|
| 3378 |
/** |
| 3379 |
* <!-- begin-user-doc --> |
| 3380 |
* <!-- end-user-doc --> |
| 3381 |
* @generated |
| 3382 |
*/ |
| 3383 |
public EAttribute getStatefulTimeoutType_Timeout() { |
| 3384 |
return (EAttribute)statefulTimeoutTypeEClass.getEStructuralFeatures().get(0); |
| 3385 |
} |
| 3386 |
|
| 3387 |
/** |
| 3388 |
* <!-- begin-user-doc --> |
| 3389 |
* <!-- end-user-doc --> |
| 3390 |
* @generated |
| 3391 |
*/ |
| 3392 |
public EAttribute getStatefulTimeoutType_Unit() { |
| 3393 |
return (EAttribute)statefulTimeoutTypeEClass.getEStructuralFeatures().get(1); |
| 3394 |
} |
| 3395 |
|
| 3396 |
/** |
| 3397 |
* <!-- begin-user-doc --> |
| 3398 |
* <!-- end-user-doc --> |
| 3399 |
* @generated |
| 3400 |
*/ |
| 3401 |
public EAttribute getStatefulTimeoutType_Id() { |
| 3402 |
return (EAttribute)statefulTimeoutTypeEClass.getEStructuralFeatures().get(2); |
| 3403 |
} |
| 3404 |
|
| 3405 |
/** |
| 3406 |
* <!-- begin-user-doc --> |
| 3407 |
* <!-- end-user-doc --> |
| 3408 |
* @generated |
| 3409 |
*/ |
| 3410 |
public EClass getTimerScheduleType() { |
| 3411 |
return timerScheduleTypeEClass; |
| 3412 |
} |
| 3413 |
|
| 3414 |
/** |
| 3415 |
* <!-- begin-user-doc --> |
| 3416 |
* <!-- end-user-doc --> |
| 3417 |
* @generated |
| 3418 |
*/ |
| 3419 |
public EAttribute getTimerScheduleType_Second() { |
| 3420 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(0); |
| 2701 |
} |
3421 |
} |
| 2702 |
|
3422 |
|
| 2703 |
/** |
3423 |
/** |
|
Lines 2705-2712
Link Here
|
| 2705 |
* <!-- end-user-doc --> |
3425 |
* <!-- end-user-doc --> |
| 2706 |
* @generated |
3426 |
* @generated |
| 2707 |
*/ |
3427 |
*/ |
| 2708 |
public EReference getSessionBean_RemoveMethods() { |
3428 |
public EAttribute getTimerScheduleType_Minute() { |
| 2709 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(16); |
3429 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(1); |
| 2710 |
} |
3430 |
} |
| 2711 |
|
3431 |
|
| 2712 |
/** |
3432 |
/** |
|
Lines 2714-2721
Link Here
|
| 2714 |
* <!-- end-user-doc --> |
3434 |
* <!-- end-user-doc --> |
| 2715 |
* @generated |
3435 |
* @generated |
| 2716 |
*/ |
3436 |
*/ |
| 2717 |
public EAttribute getSessionBean_TransactionType() { |
3437 |
public EAttribute getTimerScheduleType_Hour() { |
| 2718 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(17); |
3438 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(2); |
| 2719 |
} |
3439 |
} |
| 2720 |
|
3440 |
|
| 2721 |
/** |
3441 |
/** |
|
Lines 2723-2730
Link Here
|
| 2723 |
* <!-- end-user-doc --> |
3443 |
* <!-- end-user-doc --> |
| 2724 |
* @generated |
3444 |
* @generated |
| 2725 |
*/ |
3445 |
*/ |
| 2726 |
public EReference getSessionBean_AroundInvokes() { |
3446 |
public EAttribute getTimerScheduleType_DayOfMonth() { |
| 2727 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(18); |
3447 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(3); |
| 2728 |
} |
3448 |
} |
| 2729 |
|
3449 |
|
| 2730 |
/** |
3450 |
/** |
|
Lines 2732-2739
Link Here
|
| 2732 |
* <!-- end-user-doc --> |
3452 |
* <!-- end-user-doc --> |
| 2733 |
* @generated |
3453 |
* @generated |
| 2734 |
*/ |
3454 |
*/ |
| 2735 |
public EReference getSessionBean_EnvEntries() { |
3455 |
public EAttribute getTimerScheduleType_Month() { |
| 2736 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(19); |
3456 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(4); |
| 2737 |
} |
3457 |
} |
| 2738 |
|
3458 |
|
| 2739 |
/** |
3459 |
/** |
|
Lines 2741-2748
Link Here
|
| 2741 |
* <!-- end-user-doc --> |
3461 |
* <!-- end-user-doc --> |
| 2742 |
* @generated |
3462 |
* @generated |
| 2743 |
*/ |
3463 |
*/ |
| 2744 |
public EReference getSessionBean_EjbRefs() { |
3464 |
public EAttribute getTimerScheduleType_DayOfWeek() { |
| 2745 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(20); |
3465 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(5); |
| 2746 |
} |
3466 |
} |
| 2747 |
|
3467 |
|
| 2748 |
/** |
3468 |
/** |
|
Lines 2750-2757
Link Here
|
| 2750 |
* <!-- end-user-doc --> |
3470 |
* <!-- end-user-doc --> |
| 2751 |
* @generated |
3471 |
* @generated |
| 2752 |
*/ |
3472 |
*/ |
| 2753 |
public EReference getSessionBean_EjbLocalRefs() { |
3473 |
public EAttribute getTimerScheduleType_Year() { |
| 2754 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(21); |
3474 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(6); |
| 2755 |
} |
3475 |
} |
| 2756 |
|
3476 |
|
| 2757 |
/** |
3477 |
/** |
|
Lines 2759-2766
Link Here
|
| 2759 |
* <!-- end-user-doc --> |
3479 |
* <!-- end-user-doc --> |
| 2760 |
* @generated |
3480 |
* @generated |
| 2761 |
*/ |
3481 |
*/ |
| 2762 |
public EReference getSessionBean_ServiceRefs() { |
3482 |
public EAttribute getTimerScheduleType_Id() { |
| 2763 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(22); |
3483 |
return (EAttribute)timerScheduleTypeEClass.getEStructuralFeatures().get(7); |
| 2764 |
} |
3484 |
} |
| 2765 |
|
3485 |
|
| 2766 |
/** |
3486 |
/** |
|
Lines 2768-2775
Link Here
|
| 2768 |
* <!-- end-user-doc --> |
3488 |
* <!-- end-user-doc --> |
| 2769 |
* @generated |
3489 |
* @generated |
| 2770 |
*/ |
3490 |
*/ |
| 2771 |
public EReference getSessionBean_ResourceRefs() { |
3491 |
public EClass getTimerType() { |
| 2772 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(23); |
3492 |
return timerTypeEClass; |
| 2773 |
} |
3493 |
} |
| 2774 |
|
3494 |
|
| 2775 |
/** |
3495 |
/** |
|
Lines 2777-2784
Link Here
|
| 2777 |
* <!-- end-user-doc --> |
3497 |
* <!-- end-user-doc --> |
| 2778 |
* @generated |
3498 |
* @generated |
| 2779 |
*/ |
3499 |
*/ |
| 2780 |
public EReference getSessionBean_ResourceEnvRefs() { |
3500 |
public EReference getTimerType_Description() { |
| 2781 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(24); |
3501 |
return (EReference)timerTypeEClass.getEStructuralFeatures().get(0); |
| 2782 |
} |
3502 |
} |
| 2783 |
|
3503 |
|
| 2784 |
/** |
3504 |
/** |
|
Lines 2786-2793
Link Here
|
| 2786 |
* <!-- end-user-doc --> |
3506 |
* <!-- end-user-doc --> |
| 2787 |
* @generated |
3507 |
* @generated |
| 2788 |
*/ |
3508 |
*/ |
| 2789 |
public EReference getSessionBean_MessageDestinationRefs() { |
3509 |
public EReference getTimerType_Schedule() { |
| 2790 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(25); |
3510 |
return (EReference)timerTypeEClass.getEStructuralFeatures().get(1); |
| 2791 |
} |
3511 |
} |
| 2792 |
|
3512 |
|
| 2793 |
/** |
3513 |
/** |
|
Lines 2795-2802
Link Here
|
| 2795 |
* <!-- end-user-doc --> |
3515 |
* <!-- end-user-doc --> |
| 2796 |
* @generated |
3516 |
* @generated |
| 2797 |
*/ |
3517 |
*/ |
| 2798 |
public EReference getSessionBean_PersistenceContextRefs() { |
3518 |
public EAttribute getTimerType_Start() { |
| 2799 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(26); |
3519 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(2); |
| 2800 |
} |
3520 |
} |
| 2801 |
|
3521 |
|
| 2802 |
/** |
3522 |
/** |
|
Lines 2804-2811
Link Here
|
| 2804 |
* <!-- end-user-doc --> |
3524 |
* <!-- end-user-doc --> |
| 2805 |
* @generated |
3525 |
* @generated |
| 2806 |
*/ |
3526 |
*/ |
| 2807 |
public EReference getSessionBean_PersistenceUnitRefs() { |
3527 |
public EAttribute getTimerType_End() { |
| 2808 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(27); |
3528 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(3); |
| 2809 |
} |
3529 |
} |
| 2810 |
|
3530 |
|
| 2811 |
/** |
3531 |
/** |
|
Lines 2813-2820
Link Here
|
| 2813 |
* <!-- end-user-doc --> |
3533 |
* <!-- end-user-doc --> |
| 2814 |
* @generated |
3534 |
* @generated |
| 2815 |
*/ |
3535 |
*/ |
| 2816 |
public EReference getSessionBean_PostConstructs() { |
3536 |
public EReference getTimerType_TimeoutMethod() { |
| 2817 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(28); |
3537 |
return (EReference)timerTypeEClass.getEStructuralFeatures().get(4); |
| 2818 |
} |
3538 |
} |
| 2819 |
|
3539 |
|
| 2820 |
/** |
3540 |
/** |
|
Lines 2822-2829
Link Here
|
| 2822 |
* <!-- end-user-doc --> |
3542 |
* <!-- end-user-doc --> |
| 2823 |
* @generated |
3543 |
* @generated |
| 2824 |
*/ |
3544 |
*/ |
| 2825 |
public EReference getSessionBean_PreDestroys() { |
3545 |
public EAttribute getTimerType_Persistent() { |
| 2826 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(29); |
3546 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(5); |
| 2827 |
} |
3547 |
} |
| 2828 |
|
3548 |
|
| 2829 |
/** |
3549 |
/** |
|
Lines 2831-2838
Link Here
|
| 2831 |
* <!-- end-user-doc --> |
3551 |
* <!-- end-user-doc --> |
| 2832 |
* @generated |
3552 |
* @generated |
| 2833 |
*/ |
3553 |
*/ |
| 2834 |
public EReference getSessionBean_PostActivates() { |
3554 |
public EAttribute getTimerType_Timezone() { |
| 2835 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(30); |
3555 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(6); |
| 2836 |
} |
3556 |
} |
| 2837 |
|
3557 |
|
| 2838 |
/** |
3558 |
/** |
|
Lines 2840-2847
Link Here
|
| 2840 |
* <!-- end-user-doc --> |
3560 |
* <!-- end-user-doc --> |
| 2841 |
* @generated |
3561 |
* @generated |
| 2842 |
*/ |
3562 |
*/ |
| 2843 |
public EReference getSessionBean_PrePassivates() { |
3563 |
public EAttribute getTimerType_Info() { |
| 2844 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(31); |
3564 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(7); |
| 2845 |
} |
3565 |
} |
| 2846 |
|
3566 |
|
| 2847 |
/** |
3567 |
/** |
|
Lines 2849-2856
Link Here
|
| 2849 |
* <!-- end-user-doc --> |
3569 |
* <!-- end-user-doc --> |
| 2850 |
* @generated |
3570 |
* @generated |
| 2851 |
*/ |
3571 |
*/ |
| 2852 |
public EReference getSessionBean_SecurityRoleRefs() { |
3572 |
public EAttribute getTimerType_Id() { |
| 2853 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(32); |
3573 |
return (EAttribute)timerTypeEClass.getEStructuralFeatures().get(8); |
| 2854 |
} |
3574 |
} |
| 2855 |
|
3575 |
|
| 2856 |
/** |
3576 |
/** |
|
Lines 2858-2865
Link Here
|
| 2858 |
* <!-- end-user-doc --> |
3578 |
* <!-- end-user-doc --> |
| 2859 |
* @generated |
3579 |
* @generated |
| 2860 |
*/ |
3580 |
*/ |
| 2861 |
public EReference getSessionBean_SecurityIdentities() { |
3581 |
public EEnum getCmpVersionType() { |
| 2862 |
return (EReference)sessionBeanEClass.getEStructuralFeatures().get(33); |
3582 |
return cmpVersionTypeEEnum; |
| 2863 |
} |
3583 |
} |
| 2864 |
|
3584 |
|
| 2865 |
/** |
3585 |
/** |
|
Lines 2867-2874
Link Here
|
| 2867 |
* <!-- end-user-doc --> |
3587 |
* <!-- end-user-doc --> |
| 2868 |
* @generated |
3588 |
* @generated |
| 2869 |
*/ |
3589 |
*/ |
| 2870 |
public EAttribute getSessionBean_Id() { |
3590 |
public EEnum getCMRFieldType() { |
| 2871 |
return (EAttribute)sessionBeanEClass.getEStructuralFeatures().get(34); |
3591 |
return cmrFieldTypeEEnum; |
| 2872 |
} |
3592 |
} |
| 2873 |
|
3593 |
|
| 2874 |
/** |
3594 |
/** |
|
Lines 2876-2883
Link Here
|
| 2876 |
* <!-- end-user-doc --> |
3596 |
* <!-- end-user-doc --> |
| 2877 |
* @generated |
3597 |
* @generated |
| 2878 |
*/ |
3598 |
*/ |
| 2879 |
public EEnum getCmpVersionType() { |
3599 |
public EEnum getConcurrencyManagementTypeType() { |
| 2880 |
return cmpVersionTypeEEnum; |
3600 |
return concurrencyManagementTypeTypeEEnum; |
| 2881 |
} |
3601 |
} |
| 2882 |
|
3602 |
|
| 2883 |
/** |
3603 |
/** |
|
Lines 2885-2892
Link Here
|
| 2885 |
* <!-- end-user-doc --> |
3605 |
* <!-- end-user-doc --> |
| 2886 |
* @generated |
3606 |
* @generated |
| 2887 |
*/ |
3607 |
*/ |
| 2888 |
public EEnum getCMRFieldType() { |
3608 |
public EEnum getConcurrentLockTypeType() { |
| 2889 |
return cmrFieldTypeEEnum; |
3609 |
return concurrentLockTypeTypeEEnum; |
| 2890 |
} |
3610 |
} |
| 2891 |
|
3611 |
|
| 2892 |
/** |
3612 |
/** |
|
Lines 2939-2944
Link Here
|
| 2939 |
* <!-- end-user-doc --> |
3659 |
* <!-- end-user-doc --> |
| 2940 |
* @generated |
3660 |
* @generated |
| 2941 |
*/ |
3661 |
*/ |
|
|
3662 |
public EEnum getTimeUnitTypeType() { |
| 3663 |
return timeUnitTypeTypeEEnum; |
| 3664 |
} |
| 3665 |
|
| 3666 |
/** |
| 3667 |
* <!-- begin-user-doc --> |
| 3668 |
* <!-- end-user-doc --> |
| 3669 |
* @generated |
| 3670 |
*/ |
| 2942 |
public EEnum getTransactionAttributeType() { |
3671 |
public EEnum getTransactionAttributeType() { |
| 2943 |
return transactionAttributeTypeEEnum; |
3672 |
return transactionAttributeTypeEEnum; |
| 2944 |
} |
3673 |
} |
|
Lines 2975-2980
Link Here
|
| 2975 |
* <!-- end-user-doc --> |
3704 |
* <!-- end-user-doc --> |
| 2976 |
* @generated |
3705 |
* @generated |
| 2977 |
*/ |
3706 |
*/ |
|
|
3707 |
public EDataType getConcurrencyManagementTypeTypeObject() { |
| 3708 |
return concurrencyManagementTypeTypeObjectEDataType; |
| 3709 |
} |
| 3710 |
|
| 3711 |
/** |
| 3712 |
* <!-- begin-user-doc --> |
| 3713 |
* <!-- end-user-doc --> |
| 3714 |
* @generated |
| 3715 |
*/ |
| 3716 |
public EDataType getConcurrentLockTypeTypeObject() { |
| 3717 |
return concurrentLockTypeTypeObjectEDataType; |
| 3718 |
} |
| 3719 |
|
| 3720 |
/** |
| 3721 |
* <!-- begin-user-doc --> |
| 3722 |
* <!-- end-user-doc --> |
| 3723 |
* @generated |
| 3724 |
*/ |
| 2978 |
public EDataType getEjbClassType() { |
3725 |
public EDataType getEjbClassType() { |
| 2979 |
return ejbClassTypeEDataType; |
3726 |
return ejbClassTypeEDataType; |
| 2980 |
} |
3727 |
} |
|
Lines 3047-3052
Link Here
|
| 3047 |
* <!-- end-user-doc --> |
3794 |
* <!-- end-user-doc --> |
| 3048 |
* @generated |
3795 |
* @generated |
| 3049 |
*/ |
3796 |
*/ |
|
|
3797 |
public EDataType getTimeUnitTypeTypeObject() { |
| 3798 |
return timeUnitTypeTypeObjectEDataType; |
| 3799 |
} |
| 3800 |
|
| 3801 |
/** |
| 3802 |
* <!-- begin-user-doc --> |
| 3803 |
* <!-- end-user-doc --> |
| 3804 |
* @generated |
| 3805 |
*/ |
| 3050 |
public EDataType getTransactionAttributeTypeObject() { |
3806 |
public EDataType getTransactionAttributeTypeObject() { |
| 3051 |
return transactionAttributeTypeObjectEDataType; |
3807 |
return transactionAttributeTypeObjectEDataType; |
| 3052 |
} |
3808 |
} |
|
Lines 3088-3093
Link Here
|
| 3088 |
isCreated = true; |
3844 |
isCreated = true; |
| 3089 |
|
3845 |
|
| 3090 |
// Create classes and their features |
3846 |
// Create classes and their features |
|
|
3847 |
accessTimeoutTypeEClass = createEClass(ACCESS_TIMEOUT_TYPE); |
| 3848 |
createEAttribute(accessTimeoutTypeEClass, ACCESS_TIMEOUT_TYPE__TIMEOUT); |
| 3849 |
createEAttribute(accessTimeoutTypeEClass, ACCESS_TIMEOUT_TYPE__UNIT); |
| 3850 |
createEAttribute(accessTimeoutTypeEClass, ACCESS_TIMEOUT_TYPE__ID); |
| 3851 |
|
| 3091 |
activationConfigEClass = createEClass(ACTIVATION_CONFIG); |
3852 |
activationConfigEClass = createEClass(ACTIVATION_CONFIG); |
| 3092 |
createEReference(activationConfigEClass, ACTIVATION_CONFIG__DESCRIPTIONS); |
3853 |
createEReference(activationConfigEClass, ACTIVATION_CONFIG__DESCRIPTIONS); |
| 3093 |
createEReference(activationConfigEClass, ACTIVATION_CONFIG__ACTIVATION_CONFIG_PROPERTIES); |
3854 |
createEReference(activationConfigEClass, ACTIVATION_CONFIG__ACTIVATION_CONFIG_PROPERTIES); |
|
Lines 3101-3112
Link Here
|
| 3101 |
applicationExceptionEClass = createEClass(APPLICATION_EXCEPTION); |
3862 |
applicationExceptionEClass = createEClass(APPLICATION_EXCEPTION); |
| 3102 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__EXCEPTION_CLASS); |
3863 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__EXCEPTION_CLASS); |
| 3103 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__ROLLBACK); |
3864 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__ROLLBACK); |
|
|
3865 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__INHERITED); |
| 3104 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__ID); |
3866 |
createEAttribute(applicationExceptionEClass, APPLICATION_EXCEPTION__ID); |
| 3105 |
|
3867 |
|
| 3106 |
aroundInvokeTypeEClass = createEClass(AROUND_INVOKE_TYPE); |
3868 |
aroundInvokeTypeEClass = createEClass(AROUND_INVOKE_TYPE); |
| 3107 |
createEAttribute(aroundInvokeTypeEClass, AROUND_INVOKE_TYPE__CLASS); |
3869 |
createEAttribute(aroundInvokeTypeEClass, AROUND_INVOKE_TYPE__CLASS); |
| 3108 |
createEAttribute(aroundInvokeTypeEClass, AROUND_INVOKE_TYPE__METHOD_NAME); |
3870 |
createEAttribute(aroundInvokeTypeEClass, AROUND_INVOKE_TYPE__METHOD_NAME); |
| 3109 |
|
3871 |
|
|
|
3872 |
aroundTimeoutTypeEClass = createEClass(AROUND_TIMEOUT_TYPE); |
| 3873 |
createEAttribute(aroundTimeoutTypeEClass, AROUND_TIMEOUT_TYPE__CLASS); |
| 3874 |
createEAttribute(aroundTimeoutTypeEClass, AROUND_TIMEOUT_TYPE__METHOD_NAME); |
| 3875 |
|
| 3110 |
assemblyDescriptorEClass = createEClass(ASSEMBLY_DESCRIPTOR); |
3876 |
assemblyDescriptorEClass = createEClass(ASSEMBLY_DESCRIPTOR); |
| 3111 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__SECURITY_ROLES); |
3877 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__SECURITY_ROLES); |
| 3112 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__METHOD_PERMISSIONS); |
3878 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__METHOD_PERMISSIONS); |
|
Lines 3117-3122
Link Here
|
| 3117 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__APPLICATION_EXCEPTIONS); |
3883 |
createEReference(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__APPLICATION_EXCEPTIONS); |
| 3118 |
createEAttribute(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__ID); |
3884 |
createEAttribute(assemblyDescriptorEClass, ASSEMBLY_DESCRIPTOR__ID); |
| 3119 |
|
3885 |
|
|
|
3886 |
asyncMethodTypeEClass = createEClass(ASYNC_METHOD_TYPE); |
| 3887 |
createEAttribute(asyncMethodTypeEClass, ASYNC_METHOD_TYPE__METHOD_NAME); |
| 3888 |
createEReference(asyncMethodTypeEClass, ASYNC_METHOD_TYPE__METHOD_PARAMS); |
| 3889 |
createEAttribute(asyncMethodTypeEClass, ASYNC_METHOD_TYPE__METHOD_INTF); |
| 3890 |
createEAttribute(asyncMethodTypeEClass, ASYNC_METHOD_TYPE__ID); |
| 3891 |
|
| 3120 |
cmpFieldEClass = createEClass(CMP_FIELD); |
3892 |
cmpFieldEClass = createEClass(CMP_FIELD); |
| 3121 |
createEReference(cmpFieldEClass, CMP_FIELD__DESCRIPTIONS); |
3893 |
createEReference(cmpFieldEClass, CMP_FIELD__DESCRIPTIONS); |
| 3122 |
createEAttribute(cmpFieldEClass, CMP_FIELD__FIELD_NAME); |
3894 |
createEAttribute(cmpFieldEClass, CMP_FIELD__FIELD_NAME); |
|
Lines 3128-3143
Link Here
|
| 3128 |
createEAttribute(cmrFieldEClass, CMR_FIELD__CMR_FIELD_TYPE); |
3900 |
createEAttribute(cmrFieldEClass, CMR_FIELD__CMR_FIELD_TYPE); |
| 3129 |
createEAttribute(cmrFieldEClass, CMR_FIELD__ID); |
3901 |
createEAttribute(cmrFieldEClass, CMR_FIELD__ID); |
| 3130 |
|
3902 |
|
|
|
3903 |
concurrentMethodTypeEClass = createEClass(CONCURRENT_METHOD_TYPE); |
| 3904 |
createEReference(concurrentMethodTypeEClass, CONCURRENT_METHOD_TYPE__METHOD); |
| 3905 |
createEAttribute(concurrentMethodTypeEClass, CONCURRENT_METHOD_TYPE__LOCK); |
| 3906 |
createEReference(concurrentMethodTypeEClass, CONCURRENT_METHOD_TYPE__ACCESS_TIMEOUT); |
| 3907 |
createEAttribute(concurrentMethodTypeEClass, CONCURRENT_METHOD_TYPE__ID); |
| 3908 |
|
| 3131 |
containerTransactionTypeEClass = createEClass(CONTAINER_TRANSACTION_TYPE); |
3909 |
containerTransactionTypeEClass = createEClass(CONTAINER_TRANSACTION_TYPE); |
| 3132 |
createEReference(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__DESCRIPTIONS); |
3910 |
createEReference(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__DESCRIPTIONS); |
| 3133 |
createEReference(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__METHODS); |
3911 |
createEReference(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__METHODS); |
| 3134 |
createEAttribute(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__TRANS_ATTRIBUTE); |
3912 |
createEAttribute(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__TRANS_ATTRIBUTE); |
| 3135 |
createEAttribute(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__ID); |
3913 |
createEAttribute(containerTransactionTypeEClass, CONTAINER_TRANSACTION_TYPE__ID); |
| 3136 |
|
3914 |
|
|
|
3915 |
dependsOnTypeEClass = createEClass(DEPENDS_ON_TYPE); |
| 3916 |
createEAttribute(dependsOnTypeEClass, DEPENDS_ON_TYPE__EJB_NAME); |
| 3917 |
createEAttribute(dependsOnTypeEClass, DEPENDS_ON_TYPE__ID); |
| 3918 |
|
| 3137 |
ejbJarEClass = createEClass(EJB_JAR); |
3919 |
ejbJarEClass = createEClass(EJB_JAR); |
| 3138 |
createEReference(ejbJarEClass, EJB_JAR__DESCRIPTIONS); |
3920 |
createEReference(ejbJarEClass, EJB_JAR__DESCRIPTIONS); |
| 3139 |
createEReference(ejbJarEClass, EJB_JAR__DISPLAY_NAMES); |
3921 |
createEReference(ejbJarEClass, EJB_JAR__DISPLAY_NAMES); |
| 3140 |
createEReference(ejbJarEClass, EJB_JAR__ICONS); |
3922 |
createEReference(ejbJarEClass, EJB_JAR__ICONS); |
|
|
3923 |
createEAttribute(ejbJarEClass, EJB_JAR__MODULE_NAME); |
| 3141 |
createEReference(ejbJarEClass, EJB_JAR__ENTERPRISE_BEANS); |
3924 |
createEReference(ejbJarEClass, EJB_JAR__ENTERPRISE_BEANS); |
| 3142 |
createEReference(ejbJarEClass, EJB_JAR__INTERCEPTORS); |
3925 |
createEReference(ejbJarEClass, EJB_JAR__INTERCEPTORS); |
| 3143 |
createEReference(ejbJarEClass, EJB_JAR__RELATIONSHIPS); |
3926 |
createEReference(ejbJarEClass, EJB_JAR__RELATIONSHIPS); |
|
Lines 3204-3209
Link Here
|
| 3204 |
createEReference(entityBeanEClass, ENTITY_BEAN__PERSISTENCE_UNIT_REFS); |
3987 |
createEReference(entityBeanEClass, ENTITY_BEAN__PERSISTENCE_UNIT_REFS); |
| 3205 |
createEReference(entityBeanEClass, ENTITY_BEAN__POST_CONSTRUCTS); |
3988 |
createEReference(entityBeanEClass, ENTITY_BEAN__POST_CONSTRUCTS); |
| 3206 |
createEReference(entityBeanEClass, ENTITY_BEAN__PRE_DESTROYS); |
3989 |
createEReference(entityBeanEClass, ENTITY_BEAN__PRE_DESTROYS); |
|
|
3990 |
createEReference(entityBeanEClass, ENTITY_BEAN__DATA_SOURCE); |
| 3207 |
createEReference(entityBeanEClass, ENTITY_BEAN__SECURITY_ROLE_REFS); |
3991 |
createEReference(entityBeanEClass, ENTITY_BEAN__SECURITY_ROLE_REFS); |
| 3208 |
createEReference(entityBeanEClass, ENTITY_BEAN__SECURITY_IDENTITY); |
3992 |
createEReference(entityBeanEClass, ENTITY_BEAN__SECURITY_IDENTITY); |
| 3209 |
createEReference(entityBeanEClass, ENTITY_BEAN__QUERIES); |
3993 |
createEReference(entityBeanEClass, ENTITY_BEAN__QUERIES); |
|
Lines 3242-3247
Link Here
|
| 3242 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__DESCRIPTIONS); |
4026 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__DESCRIPTIONS); |
| 3243 |
createEAttribute(interceptorTypeEClass, INTERCEPTOR_TYPE__INTERCEPTOR_CLASS); |
4027 |
createEAttribute(interceptorTypeEClass, INTERCEPTOR_TYPE__INTERCEPTOR_CLASS); |
| 3244 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__AROUND_INVOKES); |
4028 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__AROUND_INVOKES); |
|
|
4029 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__AROUND_TIMEOUTS); |
| 3245 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__ENV_ENTRIES); |
4030 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__ENV_ENTRIES); |
| 3246 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__EJB_REFS); |
4031 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__EJB_REFS); |
| 3247 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__EJB_LOCAL_REFS); |
4032 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__EJB_LOCAL_REFS); |
|
Lines 3253-3258
Link Here
|
| 3253 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PERSISTENCE_UNIT_REFS); |
4038 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PERSISTENCE_UNIT_REFS); |
| 3254 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__POST_CONSTRUCTS); |
4039 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__POST_CONSTRUCTS); |
| 3255 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PRE_DESTROYS); |
4040 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PRE_DESTROYS); |
|
|
4041 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__DATA_SOURCE); |
| 3256 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__POST_ACTIVATES); |
4042 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__POST_ACTIVATES); |
| 3257 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PRE_PASSIVATES); |
4043 |
createEReference(interceptorTypeEClass, INTERCEPTOR_TYPE__PRE_PASSIVATES); |
| 3258 |
createEAttribute(interceptorTypeEClass, INTERCEPTOR_TYPE__ID); |
4044 |
createEAttribute(interceptorTypeEClass, INTERCEPTOR_TYPE__ID); |
|
Lines 3266-3276
Link Here
|
| 3266 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_CLASS); |
4052 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_CLASS); |
| 3267 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGING_TYPE); |
4053 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGING_TYPE); |
| 3268 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__TIMEOUT_METHOD); |
4054 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__TIMEOUT_METHOD); |
|
|
4055 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__TIMER); |
| 3269 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__TRANSACTION_TYPE); |
4056 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__TRANSACTION_TYPE); |
| 3270 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGE_DESTINATION_TYPE); |
4057 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGE_DESTINATION_TYPE); |
| 3271 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGE_DESTINATION_LINK); |
4058 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__MESSAGE_DESTINATION_LINK); |
| 3272 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ACTIVATION_CONFIG); |
4059 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ACTIVATION_CONFIG); |
| 3273 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__AROUND_INVOKES); |
4060 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__AROUND_INVOKES); |
|
|
4061 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__AROUND_TIMEOUTS); |
| 3274 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ENV_ENTRIES); |
4062 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ENV_ENTRIES); |
| 3275 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_REFS); |
4063 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_REFS); |
| 3276 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_LOCAL_REFS); |
4064 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__EJB_LOCAL_REFS); |
|
Lines 3282-3287
Link Here
|
| 3282 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__PERSISTENCE_UNIT_REFS); |
4070 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__PERSISTENCE_UNIT_REFS); |
| 3283 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__POST_CONSTRUCTS); |
4071 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__POST_CONSTRUCTS); |
| 3284 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__PRE_DESTROYS); |
4072 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__PRE_DESTROYS); |
|
|
4073 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__DATA_SOURCE); |
| 4074 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__SECURITY_ROLE_REF); |
| 3285 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__SECURITY_IDENTITY); |
4075 |
createEReference(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__SECURITY_IDENTITY); |
| 3286 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ID); |
4076 |
createEAttribute(messageDrivenBeanEClass, MESSAGE_DRIVEN_BEAN__ID); |
| 3287 |
|
4077 |
|
|
Lines 3354-3367
Link Here
|
| 3354 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__LOCAL); |
4144 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__LOCAL); |
| 3355 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__BUSINESS_LOCALS); |
4145 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__BUSINESS_LOCALS); |
| 3356 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__BUSINESS_REMOTES); |
4146 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__BUSINESS_REMOTES); |
|
|
4147 |
createEReference(sessionBeanEClass, SESSION_BEAN__LOCAL_BEAN); |
| 3357 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__SERVICE_ENDPOINT); |
4148 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__SERVICE_ENDPOINT); |
| 3358 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__EJB_CLASS); |
4149 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__EJB_CLASS); |
| 3359 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__SESSION_TYPE); |
4150 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__SESSION_TYPE); |
|
|
4151 |
createEReference(sessionBeanEClass, SESSION_BEAN__STATEFUL_TIMEOUT); |
| 3360 |
createEReference(sessionBeanEClass, SESSION_BEAN__TIMEOUT_METHOD); |
4152 |
createEReference(sessionBeanEClass, SESSION_BEAN__TIMEOUT_METHOD); |
|
|
4153 |
createEReference(sessionBeanEClass, SESSION_BEAN__TIMER); |
| 4154 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__INIT_ON_STARTUP); |
| 4155 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__CONCURRENCY_MANAGEMENT_TYPE); |
| 4156 |
createEReference(sessionBeanEClass, SESSION_BEAN__CONCURRENT_METHOD); |
| 4157 |
createEReference(sessionBeanEClass, SESSION_BEAN__DEPENDS_ON); |
| 3361 |
createEReference(sessionBeanEClass, SESSION_BEAN__INIT_METHODS); |
4158 |
createEReference(sessionBeanEClass, SESSION_BEAN__INIT_METHODS); |
| 3362 |
createEReference(sessionBeanEClass, SESSION_BEAN__REMOVE_METHODS); |
4159 |
createEReference(sessionBeanEClass, SESSION_BEAN__REMOVE_METHODS); |
|
|
4160 |
createEReference(sessionBeanEClass, SESSION_BEAN__ASYNC_METHOD); |
| 3363 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__TRANSACTION_TYPE); |
4161 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__TRANSACTION_TYPE); |
|
|
4162 |
createEReference(sessionBeanEClass, SESSION_BEAN__AFTER_BEGIN_METHOD); |
| 4163 |
createEReference(sessionBeanEClass, SESSION_BEAN__BEFORE_COMPLETION_METHOD); |
| 4164 |
createEReference(sessionBeanEClass, SESSION_BEAN__AFTER_COMPLETION_METHOD); |
| 3364 |
createEReference(sessionBeanEClass, SESSION_BEAN__AROUND_INVOKES); |
4165 |
createEReference(sessionBeanEClass, SESSION_BEAN__AROUND_INVOKES); |
|
|
4166 |
createEReference(sessionBeanEClass, SESSION_BEAN__AROUND_TIMEOUTS); |
| 3365 |
createEReference(sessionBeanEClass, SESSION_BEAN__ENV_ENTRIES); |
4167 |
createEReference(sessionBeanEClass, SESSION_BEAN__ENV_ENTRIES); |
| 3366 |
createEReference(sessionBeanEClass, SESSION_BEAN__EJB_REFS); |
4168 |
createEReference(sessionBeanEClass, SESSION_BEAN__EJB_REFS); |
| 3367 |
createEReference(sessionBeanEClass, SESSION_BEAN__EJB_LOCAL_REFS); |
4169 |
createEReference(sessionBeanEClass, SESSION_BEAN__EJB_LOCAL_REFS); |
|
Lines 3373-3398
Link Here
|
| 3373 |
createEReference(sessionBeanEClass, SESSION_BEAN__PERSISTENCE_UNIT_REFS); |
4175 |
createEReference(sessionBeanEClass, SESSION_BEAN__PERSISTENCE_UNIT_REFS); |
| 3374 |
createEReference(sessionBeanEClass, SESSION_BEAN__POST_CONSTRUCTS); |
4176 |
createEReference(sessionBeanEClass, SESSION_BEAN__POST_CONSTRUCTS); |
| 3375 |
createEReference(sessionBeanEClass, SESSION_BEAN__PRE_DESTROYS); |
4177 |
createEReference(sessionBeanEClass, SESSION_BEAN__PRE_DESTROYS); |
|
|
4178 |
createEReference(sessionBeanEClass, SESSION_BEAN__DATA_SOURCE); |
| 3376 |
createEReference(sessionBeanEClass, SESSION_BEAN__POST_ACTIVATES); |
4179 |
createEReference(sessionBeanEClass, SESSION_BEAN__POST_ACTIVATES); |
| 3377 |
createEReference(sessionBeanEClass, SESSION_BEAN__PRE_PASSIVATES); |
4180 |
createEReference(sessionBeanEClass, SESSION_BEAN__PRE_PASSIVATES); |
| 3378 |
createEReference(sessionBeanEClass, SESSION_BEAN__SECURITY_ROLE_REFS); |
4181 |
createEReference(sessionBeanEClass, SESSION_BEAN__SECURITY_ROLE_REFS); |
| 3379 |
createEReference(sessionBeanEClass, SESSION_BEAN__SECURITY_IDENTITIES); |
4182 |
createEReference(sessionBeanEClass, SESSION_BEAN__SECURITY_IDENTITIES); |
| 3380 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__ID); |
4183 |
createEAttribute(sessionBeanEClass, SESSION_BEAN__ID); |
| 3381 |
|
4184 |
|
|
|
4185 |
statefulTimeoutTypeEClass = createEClass(STATEFUL_TIMEOUT_TYPE); |
| 4186 |
createEAttribute(statefulTimeoutTypeEClass, STATEFUL_TIMEOUT_TYPE__TIMEOUT); |
| 4187 |
createEAttribute(statefulTimeoutTypeEClass, STATEFUL_TIMEOUT_TYPE__UNIT); |
| 4188 |
createEAttribute(statefulTimeoutTypeEClass, STATEFUL_TIMEOUT_TYPE__ID); |
| 4189 |
|
| 4190 |
timerScheduleTypeEClass = createEClass(TIMER_SCHEDULE_TYPE); |
| 4191 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__SECOND); |
| 4192 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__MINUTE); |
| 4193 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__HOUR); |
| 4194 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__DAY_OF_MONTH); |
| 4195 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__MONTH); |
| 4196 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__DAY_OF_WEEK); |
| 4197 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__YEAR); |
| 4198 |
createEAttribute(timerScheduleTypeEClass, TIMER_SCHEDULE_TYPE__ID); |
| 4199 |
|
| 4200 |
timerTypeEClass = createEClass(TIMER_TYPE); |
| 4201 |
createEReference(timerTypeEClass, TIMER_TYPE__DESCRIPTION); |
| 4202 |
createEReference(timerTypeEClass, TIMER_TYPE__SCHEDULE); |
| 4203 |
createEAttribute(timerTypeEClass, TIMER_TYPE__START); |
| 4204 |
createEAttribute(timerTypeEClass, TIMER_TYPE__END); |
| 4205 |
createEReference(timerTypeEClass, TIMER_TYPE__TIMEOUT_METHOD); |
| 4206 |
createEAttribute(timerTypeEClass, TIMER_TYPE__PERSISTENT); |
| 4207 |
createEAttribute(timerTypeEClass, TIMER_TYPE__TIMEZONE); |
| 4208 |
createEAttribute(timerTypeEClass, TIMER_TYPE__INFO); |
| 4209 |
createEAttribute(timerTypeEClass, TIMER_TYPE__ID); |
| 4210 |
|
| 3382 |
// Create enums |
4211 |
// Create enums |
| 3383 |
cmpVersionTypeEEnum = createEEnum(CMP_VERSION_TYPE); |
4212 |
cmpVersionTypeEEnum = createEEnum(CMP_VERSION_TYPE); |
| 3384 |
cmrFieldTypeEEnum = createEEnum(CMR_FIELD_TYPE); |
4213 |
cmrFieldTypeEEnum = createEEnum(CMR_FIELD_TYPE); |
|
|
4214 |
concurrencyManagementTypeTypeEEnum = createEEnum(CONCURRENCY_MANAGEMENT_TYPE_TYPE); |
| 4215 |
concurrentLockTypeTypeEEnum = createEEnum(CONCURRENT_LOCK_TYPE_TYPE); |
| 3385 |
methodInterfaceTypeEEnum = createEEnum(METHOD_INTERFACE_TYPE); |
4216 |
methodInterfaceTypeEEnum = createEEnum(METHOD_INTERFACE_TYPE); |
| 3386 |
multiplicityTypeEEnum = createEEnum(MULTIPLICITY_TYPE); |
4217 |
multiplicityTypeEEnum = createEEnum(MULTIPLICITY_TYPE); |
| 3387 |
persistenceTypeEEnum = createEEnum(PERSISTENCE_TYPE); |
4218 |
persistenceTypeEEnum = createEEnum(PERSISTENCE_TYPE); |
| 3388 |
resultTypeMappingTypeEEnum = createEEnum(RESULT_TYPE_MAPPING_TYPE); |
4219 |
resultTypeMappingTypeEEnum = createEEnum(RESULT_TYPE_MAPPING_TYPE); |
| 3389 |
sessionTypeEEnum = createEEnum(SESSION_TYPE); |
4220 |
sessionTypeEEnum = createEEnum(SESSION_TYPE); |
|
|
4221 |
timeUnitTypeTypeEEnum = createEEnum(TIME_UNIT_TYPE_TYPE); |
| 3390 |
transactionAttributeTypeEEnum = createEEnum(TRANSACTION_ATTRIBUTE_TYPE); |
4222 |
transactionAttributeTypeEEnum = createEEnum(TRANSACTION_ATTRIBUTE_TYPE); |
| 3391 |
transactionTypeEEnum = createEEnum(TRANSACTION_TYPE); |
4223 |
transactionTypeEEnum = createEEnum(TRANSACTION_TYPE); |
| 3392 |
|
4224 |
|
| 3393 |
// Create data types |
4225 |
// Create data types |
| 3394 |
cmpVersionTypeObjectEDataType = createEDataType(CMP_VERSION_TYPE_OBJECT); |
4226 |
cmpVersionTypeObjectEDataType = createEDataType(CMP_VERSION_TYPE_OBJECT); |
| 3395 |
cmrFieldTypeObjectEDataType = createEDataType(CMR_FIELD_TYPE_OBJECT); |
4227 |
cmrFieldTypeObjectEDataType = createEDataType(CMR_FIELD_TYPE_OBJECT); |
|
|
4228 |
concurrencyManagementTypeTypeObjectEDataType = createEDataType(CONCURRENCY_MANAGEMENT_TYPE_TYPE_OBJECT); |
| 4229 |
concurrentLockTypeTypeObjectEDataType = createEDataType(CONCURRENT_LOCK_TYPE_TYPE_OBJECT); |
| 3396 |
ejbClassTypeEDataType = createEDataType(EJB_CLASS_TYPE); |
4230 |
ejbClassTypeEDataType = createEDataType(EJB_CLASS_TYPE); |
| 3397 |
ejbNameTypeEDataType = createEDataType(EJB_NAME_TYPE); |
4231 |
ejbNameTypeEDataType = createEDataType(EJB_NAME_TYPE); |
| 3398 |
methodInterfaceTypeObjectEDataType = createEDataType(METHOD_INTERFACE_TYPE_OBJECT); |
4232 |
methodInterfaceTypeObjectEDataType = createEDataType(METHOD_INTERFACE_TYPE_OBJECT); |
|
Lines 3401-3406
Link Here
|
| 3401 |
persistenceTypeObjectEDataType = createEDataType(PERSISTENCE_TYPE_OBJECT); |
4235 |
persistenceTypeObjectEDataType = createEDataType(PERSISTENCE_TYPE_OBJECT); |
| 3402 |
resultTypeMappingTypeObjectEDataType = createEDataType(RESULT_TYPE_MAPPING_TYPE_OBJECT); |
4236 |
resultTypeMappingTypeObjectEDataType = createEDataType(RESULT_TYPE_MAPPING_TYPE_OBJECT); |
| 3403 |
sessionTypeObjectEDataType = createEDataType(SESSION_TYPE_OBJECT); |
4237 |
sessionTypeObjectEDataType = createEDataType(SESSION_TYPE_OBJECT); |
|
|
4238 |
timeUnitTypeTypeObjectEDataType = createEDataType(TIME_UNIT_TYPE_TYPE_OBJECT); |
| 3404 |
transactionAttributeTypeObjectEDataType = createEDataType(TRANSACTION_ATTRIBUTE_TYPE_OBJECT); |
4239 |
transactionAttributeTypeObjectEDataType = createEDataType(TRANSACTION_ATTRIBUTE_TYPE_OBJECT); |
| 3405 |
transactionTypeObjectEDataType = createEDataType(TRANSACTION_TYPE_OBJECT); |
4240 |
transactionTypeObjectEDataType = createEDataType(TRANSACTION_TYPE_OBJECT); |
| 3406 |
} |
4241 |
} |
|
Lines 3429-3458
Link Here
|
| 3429 |
setNsURI(eNS_URI); |
4264 |
setNsURI(eNS_URI); |
| 3430 |
|
4265 |
|
| 3431 |
// Obtain other dependent packages |
4266 |
// Obtain other dependent packages |
| 3432 |
JavaeePackage theJavaeePackage = (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
|
|
| 3433 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
4267 |
XMLTypePackage theXMLTypePackage = (XMLTypePackage)EPackage.Registry.INSTANCE.getEPackage(XMLTypePackage.eNS_URI); |
|
|
4268 |
JavaeePackage theJavaeePackage = (JavaeePackage)EPackage.Registry.INSTANCE.getEPackage(JavaeePackage.eNS_URI); |
| 4269 |
|
| 4270 |
// Create type parameters |
| 4271 |
|
| 4272 |
// Set bounds for type parameters |
| 3434 |
|
4273 |
|
| 3435 |
// Add supertypes to classes |
4274 |
// Add supertypes to classes |
| 3436 |
|
4275 |
|
| 3437 |
// Initialize classes and features; add operations and parameters |
4276 |
// Initialize classes and features; add operations and parameters |
|
|
4277 |
initEClass(accessTimeoutTypeEClass, AccessTimeoutType.class, "AccessTimeoutType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4278 |
initEAttribute(getAccessTimeoutType_Timeout(), theXMLTypePackage.getPositiveInteger(), "timeout", null, 1, 1, AccessTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4279 |
initEAttribute(getAccessTimeoutType_Unit(), this.getTimeUnitTypeType(), "unit", null, 1, 1, AccessTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4280 |
initEAttribute(getAccessTimeoutType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AccessTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4281 |
|
| 3438 |
initEClass(activationConfigEClass, ActivationConfig.class, "ActivationConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4282 |
initEClass(activationConfigEClass, ActivationConfig.class, "ActivationConfig", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3439 |
initEReference(getActivationConfig_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ActivationConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4283 |
initEReference(getActivationConfig_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ActivationConfig.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(getActivationConfig_ActivationConfigProperties(), this.getActivationConfigProperty(), null, "activationConfigProperties", null, 1, -1, ActivationConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4284 |
initEReference(getActivationConfig_ActivationConfigProperties(), this.getActivationConfigProperty(), null, "activationConfigProperties", null, 1, -1, ActivationConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3441 |
initEAttribute(getActivationConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ActivationConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4285 |
initEAttribute(getActivationConfig_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ActivationConfig.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3442 |
|
4286 |
|
| 3443 |
initEClass(activationConfigPropertyEClass, ActivationConfigProperty.class, "ActivationConfigProperty", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4287 |
initEClass(activationConfigPropertyEClass, ActivationConfigProperty.class, "ActivationConfigProperty", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3444 |
initEAttribute(getActivationConfigProperty_ActivationConfigPropertyName(), theXMLTypePackage.getString(), "activationConfigPropertyName", null, 1, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4288 |
initEAttribute(getActivationConfigProperty_ActivationConfigPropertyName(), theXMLTypePackage.getString(), "activationConfigPropertyName", null, 1, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3445 |
initEAttribute(getActivationConfigProperty_ActivationConfigPropertyValue(), theXMLTypePackage.getString(), "activationConfigPropertyValue", null, 1, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4289 |
initEAttribute(getActivationConfigProperty_ActivationConfigPropertyValue(), theXMLTypePackage.getString(), "activationConfigPropertyValue", null, 1, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3446 |
initEAttribute(getActivationConfigProperty_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4290 |
initEAttribute(getActivationConfigProperty_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ActivationConfigProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3447 |
|
4291 |
|
| 3448 |
initEClass(applicationExceptionEClass, ApplicationException.class, "ApplicationException", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4292 |
initEClass(applicationExceptionEClass, ApplicationException.class, "ApplicationException", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3449 |
initEAttribute(getApplicationException_ExceptionClass(), theJavaeePackage.getFullyQualifiedClassType(), "exceptionClass", null, 1, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4293 |
initEAttribute(getApplicationException_ExceptionClass(), theJavaeePackage.getFullyQualifiedClassType(), "exceptionClass", null, 1, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3450 |
initEAttribute(getApplicationException_Rollback(), theJavaeePackage.getTrueFalseType(), "rollback", null, 0, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4294 |
initEAttribute(getApplicationException_Rollback(), theJavaeePackage.getTrueFalseType(), "rollback", null, 0, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3451 |
initEAttribute(getApplicationException_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4295 |
initEAttribute(getApplicationException_Inherited(), theJavaeePackage.getTrueFalseType(), "inherited", null, 0, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4296 |
initEAttribute(getApplicationException_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ApplicationException.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3452 |
|
4297 |
|
| 3453 |
initEClass(aroundInvokeTypeEClass, AroundInvokeType.class, "AroundInvokeType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4298 |
initEClass(aroundInvokeTypeEClass, AroundInvokeType.class, "AroundInvokeType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3454 |
initEAttribute(getAroundInvokeType_Class(), theJavaeePackage.getFullyQualifiedClassType(), "class", null, 0, 1, AroundInvokeType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4299 |
initEAttribute(getAroundInvokeType_Class(), theJavaeePackage.getFullyQualifiedClassType(), "class", null, 0, 1, AroundInvokeType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3455 |
initEAttribute(getAroundInvokeType_MethodName(), theJavaeePackage.getJavaIdentifier(), "methodName", null, 1, 1, AroundInvokeType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4300 |
initEAttribute(getAroundInvokeType_MethodName(), theJavaeePackage.getJavaIdentifier(), "methodName", null, 1, 1, AroundInvokeType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4301 |
|
| 4302 |
initEClass(aroundTimeoutTypeEClass, AroundTimeoutType.class, "AroundTimeoutType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4303 |
initEAttribute(getAroundTimeoutType_Class(), theJavaeePackage.getFullyQualifiedClassType(), "class", null, 0, 1, AroundTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4304 |
initEAttribute(getAroundTimeoutType_MethodName(), theJavaeePackage.getJavaIdentifier(), "methodName", null, 1, 1, AroundTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3456 |
|
4305 |
|
| 3457 |
initEClass(assemblyDescriptorEClass, AssemblyDescriptor.class, "AssemblyDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4306 |
initEClass(assemblyDescriptorEClass, AssemblyDescriptor.class, "AssemblyDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3458 |
initEReference(getAssemblyDescriptor_SecurityRoles(), theJavaeePackage.getSecurityRole(), null, "securityRoles", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4307 |
initEReference(getAssemblyDescriptor_SecurityRoles(), theJavaeePackage.getSecurityRole(), null, "securityRoles", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3462-3498
Link Here
|
| 3462 |
initEReference(getAssemblyDescriptor_MessageDestinations(), theJavaeePackage.getMessageDestination(), null, "messageDestinations", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4311 |
initEReference(getAssemblyDescriptor_MessageDestinations(), theJavaeePackage.getMessageDestination(), null, "messageDestinations", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3463 |
initEReference(getAssemblyDescriptor_ExcludeList(), this.getExcludeList(), null, "excludeList", null, 0, 1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4312 |
initEReference(getAssemblyDescriptor_ExcludeList(), this.getExcludeList(), null, "excludeList", null, 0, 1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3464 |
initEReference(getAssemblyDescriptor_ApplicationExceptions(), this.getApplicationException(), null, "applicationExceptions", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4313 |
initEReference(getAssemblyDescriptor_ApplicationExceptions(), this.getApplicationException(), null, "applicationExceptions", null, 0, -1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3465 |
initEAttribute(getAssemblyDescriptor_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4314 |
initEAttribute(getAssemblyDescriptor_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AssemblyDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4315 |
|
| 4316 |
initEClass(asyncMethodTypeEClass, AsyncMethodType.class, "AsyncMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4317 |
initEAttribute(getAsyncMethodType_MethodName(), theXMLTypePackage.getToken(), "methodName", null, 1, 1, AsyncMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4318 |
initEReference(getAsyncMethodType_MethodParams(), this.getMethodParams(), null, "methodParams", null, 0, 1, AsyncMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4319 |
initEAttribute(getAsyncMethodType_MethodIntf(), this.getMethodInterfaceType(), "methodIntf", null, 0, 1, AsyncMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4320 |
initEAttribute(getAsyncMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, AsyncMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3466 |
|
4321 |
|
| 3467 |
initEClass(cmpFieldEClass, CMPField.class, "CMPField", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4322 |
initEClass(cmpFieldEClass, CMPField.class, "CMPField", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3468 |
initEReference(getCMPField_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4323 |
initEReference(getCMPField_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3469 |
initEAttribute(getCMPField_FieldName(), theJavaeePackage.getJavaIdentifier(), "fieldName", null, 1, 1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4324 |
initEAttribute(getCMPField_FieldName(), theJavaeePackage.getJavaIdentifier(), "fieldName", null, 1, 1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3470 |
initEAttribute(getCMPField_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4325 |
initEAttribute(getCMPField_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, CMPField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3471 |
|
4326 |
|
| 3472 |
initEClass(cmrFieldEClass, CMRField.class, "CMRField", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4327 |
initEClass(cmrFieldEClass, CMRField.class, "CMRField", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3473 |
initEReference(getCMRField_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4328 |
initEReference(getCMRField_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3474 |
initEAttribute(getCMRField_CmrFieldName(), theXMLTypePackage.getToken(), "cmrFieldName", null, 1, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4329 |
initEAttribute(getCMRField_CmrFieldName(), theXMLTypePackage.getToken(), "cmrFieldName", null, 1, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3475 |
initEAttribute(getCMRField_CmrFieldType(), this.getCMRFieldType(), "cmrFieldType", "java.util.Collection", 0, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4330 |
initEAttribute(getCMRField_CmrFieldType(), this.getCMRFieldType(), "cmrFieldType", null, 0, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3476 |
initEAttribute(getCMRField_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4331 |
initEAttribute(getCMRField_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, CMRField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4332 |
|
| 4333 |
initEClass(concurrentMethodTypeEClass, ConcurrentMethodType.class, "ConcurrentMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4334 |
initEReference(getConcurrentMethodType_Method(), this.getNamedMethodType(), null, "method", null, 1, 1, ConcurrentMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4335 |
initEAttribute(getConcurrentMethodType_Lock(), this.getConcurrentLockTypeType(), "lock", null, 0, 1, ConcurrentMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4336 |
initEReference(getConcurrentMethodType_AccessTimeout(), this.getAccessTimeoutType(), null, "accessTimeout", null, 0, 1, ConcurrentMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4337 |
initEAttribute(getConcurrentMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ConcurrentMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3477 |
|
4338 |
|
| 3478 |
initEClass(containerTransactionTypeEClass, ContainerTransactionType.class, "ContainerTransactionType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4339 |
initEClass(containerTransactionTypeEClass, ContainerTransactionType.class, "ContainerTransactionType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3479 |
initEReference(getContainerTransactionType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4340 |
initEReference(getContainerTransactionType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3480 |
initEReference(getContainerTransactionType_Methods(), this.getMethodType(), null, "methods", null, 1, -1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4341 |
initEReference(getContainerTransactionType_Methods(), this.getMethodType(), null, "methods", null, 1, -1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3481 |
initEAttribute(getContainerTransactionType_TransAttribute(), this.getTransactionAttributeType(), "transAttribute", "NotSupported", 1, 1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4342 |
initEAttribute(getContainerTransactionType_TransAttribute(), this.getTransactionAttributeType(), "transAttribute", null, 1, 1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3482 |
initEAttribute(getContainerTransactionType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4343 |
initEAttribute(getContainerTransactionType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ContainerTransactionType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4344 |
|
| 4345 |
initEClass(dependsOnTypeEClass, DependsOnType.class, "DependsOnType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4346 |
initEAttribute(getDependsOnType_EjbName(), theJavaeePackage.getEJBLink(), "ejbName", null, 1, -1, DependsOnType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4347 |
initEAttribute(getDependsOnType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, DependsOnType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3483 |
|
4348 |
|
| 3484 |
initEClass(ejbJarEClass, EJBJar.class, "EJBJar", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4349 |
initEClass(ejbJarEClass, EJBJar.class, "EJBJar", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3485 |
initEReference(getEJBJar_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4350 |
initEReference(getEJBJar_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3486 |
initEReference(getEJBJar_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4351 |
initEReference(getEJBJar_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3487 |
initEReference(getEJBJar_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4352 |
initEReference(getEJBJar_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4353 |
initEAttribute(getEJBJar_ModuleName(), theXMLTypePackage.getToken(), "moduleName", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3488 |
initEReference(getEJBJar_EnterpriseBeans(), this.getEnterpriseBeans(), null, "enterpriseBeans", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4354 |
initEReference(getEJBJar_EnterpriseBeans(), this.getEnterpriseBeans(), null, "enterpriseBeans", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3489 |
initEReference(getEJBJar_Interceptors(), this.getInterceptorsType(), null, "interceptors", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4355 |
initEReference(getEJBJar_Interceptors(), this.getInterceptorsType(), null, "interceptors", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3490 |
initEReference(getEJBJar_Relationships(), this.getRelationships(), null, "relationships", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4356 |
initEReference(getEJBJar_Relationships(), this.getRelationships(), null, "relationships", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3491 |
initEReference(getEJBJar_AssemblyDescriptor(), this.getAssemblyDescriptor(), null, "assemblyDescriptor", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4357 |
initEReference(getEJBJar_AssemblyDescriptor(), this.getAssemblyDescriptor(), null, "assemblyDescriptor", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3492 |
initEAttribute(getEJBJar_EjbClientJar(), theJavaeePackage.getPathType(), "ejbClientJar", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4358 |
initEAttribute(getEJBJar_EjbClientJar(), theJavaeePackage.getPathType(), "ejbClientJar", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3493 |
initEAttribute(getEJBJar_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4359 |
initEAttribute(getEJBJar_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3494 |
initEAttribute(getEJBJar_MetadataComplete(), theXMLTypePackage.getBoolean(), "metadataComplete", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4360 |
initEAttribute(getEJBJar_MetadataComplete(), theXMLTypePackage.getBoolean(), "metadataComplete", null, 0, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3495 |
initEAttribute(getEJBJar_Version(), theJavaeePackage.getDeweyVersionType(), "version", "3.0", 1, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4361 |
initEAttribute(getEJBJar_Version(), theJavaeePackage.getDeweyVersionType(), "version", "3.1", 1, 1, EJBJar.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
| 3496 |
|
4362 |
|
| 3497 |
initEClass(ejbJarDeploymentDescriptorEClass, EJBJarDeploymentDescriptor.class, "EJBJarDeploymentDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4363 |
initEClass(ejbJarDeploymentDescriptorEClass, EJBJarDeploymentDescriptor.class, "EJBJarDeploymentDescriptor", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3498 |
initEAttribute(getEJBJarDeploymentDescriptor_Mixed(), ecorePackage.getEFeatureMapEntry(), "mixed", null, 0, -1, null, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4364 |
initEAttribute(getEJBJarDeploymentDescriptor_Mixed(), ecorePackage.getEFeatureMapEntry(), "mixed", null, 0, -1, null, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3502-3545
Link Here
|
| 3502 |
|
4368 |
|
| 3503 |
initEClass(ejbRelationEClass, EJBRelation.class, "EJBRelation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4369 |
initEClass(ejbRelationEClass, EJBRelation.class, "EJBRelation", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3504 |
initEReference(getEJBRelation_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4370 |
initEReference(getEJBRelation_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3505 |
initEAttribute(getEJBRelation_EjbRelationName(), theXMLTypePackage.getToken(), "ejbRelationName", null, 0, 1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4371 |
initEAttribute(getEJBRelation_EjbRelationName(), theXMLTypePackage.getToken(), "ejbRelationName", null, 0, 1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3506 |
initEReference(getEJBRelation_EjbRelationshipRoles(), this.getEJBRelationshipRole(), null, "ejbRelationshipRoles", null, 2, 2, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4372 |
initEReference(getEJBRelation_EjbRelationshipRoles(), this.getEJBRelationshipRole(), null, "ejbRelationshipRoles", null, 2, 2, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3507 |
initEAttribute(getEJBRelation_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4373 |
initEAttribute(getEJBRelation_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBRelation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3508 |
|
4374 |
|
| 3509 |
initEClass(ejbRelationshipRoleEClass, EJBRelationshipRole.class, "EJBRelationshipRole", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4375 |
initEClass(ejbRelationshipRoleEClass, EJBRelationshipRole.class, "EJBRelationshipRole", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3510 |
initEReference(getEJBRelationshipRole_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4376 |
initEReference(getEJBRelationshipRole_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3511 |
initEAttribute(getEJBRelationshipRole_EjbRelationshipRoleName(), theXMLTypePackage.getToken(), "ejbRelationshipRoleName", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4377 |
initEAttribute(getEJBRelationshipRole_EjbRelationshipRoleName(), theXMLTypePackage.getToken(), "ejbRelationshipRoleName", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3512 |
initEAttribute(getEJBRelationshipRole_Multiplicity(), this.getMultiplicityType(), "multiplicity", "One", 1, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4378 |
initEAttribute(getEJBRelationshipRole_Multiplicity(), this.getMultiplicityType(), "multiplicity", null, 1, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3513 |
initEReference(getEJBRelationshipRole_CascadeDelete(), theJavaeePackage.getEmptyType(), null, "cascadeDelete", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4379 |
initEReference(getEJBRelationshipRole_CascadeDelete(), theJavaeePackage.getEmptyType(), null, "cascadeDelete", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3514 |
initEReference(getEJBRelationshipRole_RelationshipRoleSource(), this.getRelationshipRoleSourceType(), null, "relationshipRoleSource", null, 1, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4380 |
initEReference(getEJBRelationshipRole_RelationshipRoleSource(), this.getRelationshipRoleSourceType(), null, "relationshipRoleSource", null, 1, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3515 |
initEReference(getEJBRelationshipRole_CmrField(), this.getCMRField(), null, "cmrField", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4381 |
initEReference(getEJBRelationshipRole_CmrField(), this.getCMRField(), null, "cmrField", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3516 |
initEAttribute(getEJBRelationshipRole_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4382 |
initEAttribute(getEJBRelationshipRole_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EJBRelationshipRole.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3517 |
|
4383 |
|
| 3518 |
initEClass(enterpriseBeansEClass, EnterpriseBeans.class, "EnterpriseBeans", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4384 |
initEClass(enterpriseBeansEClass, EnterpriseBeans.class, "EnterpriseBeans", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3519 |
initEAttribute(getEnterpriseBeans_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, EnterpriseBeans.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4385 |
initEAttribute(getEnterpriseBeans_Group(), ecorePackage.getEFeatureMapEntry(), "group", null, 0, -1, EnterpriseBeans.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3520 |
initEReference(getEnterpriseBeans_SessionBeans(), this.getSessionBean(), null, "sessionBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4386 |
initEReference(getEnterpriseBeans_SessionBeans(), this.getSessionBean(), null, "sessionBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3521 |
initEReference(getEnterpriseBeans_EntityBeans(), this.getEntityBean(), null, "entityBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4387 |
initEReference(getEnterpriseBeans_EntityBeans(), this.getEntityBean(), null, "entityBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3522 |
initEReference(getEnterpriseBeans_MessageDrivenBeans(), this.getMessageDrivenBean(), null, "messageDrivenBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4388 |
initEReference(getEnterpriseBeans_MessageDrivenBeans(), this.getMessageDrivenBean(), null, "messageDrivenBeans", null, 0, -1, EnterpriseBeans.class, IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3523 |
initEAttribute(getEnterpriseBeans_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EnterpriseBeans.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4389 |
initEAttribute(getEnterpriseBeans_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EnterpriseBeans.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3524 |
|
4390 |
|
| 3525 |
initEClass(entityBeanEClass, EntityBean.class, "EntityBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4391 |
initEClass(entityBeanEClass, EntityBean.class, "EntityBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3526 |
initEReference(getEntityBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4392 |
initEReference(getEntityBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3527 |
initEReference(getEntityBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4393 |
initEReference(getEntityBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3528 |
initEReference(getEntityBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4394 |
initEReference(getEntityBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3529 |
initEAttribute(getEntityBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4395 |
initEAttribute(getEntityBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3530 |
initEAttribute(getEntityBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4396 |
initEAttribute(getEntityBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3531 |
initEAttribute(getEntityBean_Home(), theJavaeePackage.getHome(), "home", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4397 |
initEAttribute(getEntityBean_Home(), theJavaeePackage.getHome(), "home", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3532 |
initEAttribute(getEntityBean_Remote(), theJavaeePackage.getRemote(), "remote", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4398 |
initEAttribute(getEntityBean_Remote(), theJavaeePackage.getRemote(), "remote", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3533 |
initEAttribute(getEntityBean_LocalHome(), theJavaeePackage.getLocalHome(), "localHome", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4399 |
initEAttribute(getEntityBean_LocalHome(), theJavaeePackage.getLocalHome(), "localHome", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3534 |
initEAttribute(getEntityBean_Local(), theJavaeePackage.getLocal(), "local", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4400 |
initEAttribute(getEntityBean_Local(), theJavaeePackage.getLocal(), "local", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3535 |
initEAttribute(getEntityBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4401 |
initEAttribute(getEntityBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3536 |
initEAttribute(getEntityBean_PersistenceType(), this.getPersistenceType(), "persistenceType", "Bean", 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4402 |
initEAttribute(getEntityBean_PersistenceType(), this.getPersistenceType(), "persistenceType", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3537 |
initEAttribute(getEntityBean_PrimKeyClass(), theJavaeePackage.getFullyQualifiedClassType(), "primKeyClass", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4403 |
initEAttribute(getEntityBean_PrimKeyClass(), theJavaeePackage.getFullyQualifiedClassType(), "primKeyClass", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3538 |
initEAttribute(getEntityBean_Reentrant(), theJavaeePackage.getTrueFalseType(), "reentrant", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4404 |
initEAttribute(getEntityBean_Reentrant(), theJavaeePackage.getTrueFalseType(), "reentrant", null, 1, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3539 |
initEAttribute(getEntityBean_CmpVersion(), this.getCmpVersionType(), "cmpVersion", "1.x", 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4405 |
initEAttribute(getEntityBean_CmpVersion(), this.getCmpVersionType(), "cmpVersion", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3540 |
initEAttribute(getEntityBean_AbstractSchemaName(), theJavaeePackage.getJavaIdentifier(), "abstractSchemaName", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4406 |
initEAttribute(getEntityBean_AbstractSchemaName(), theJavaeePackage.getJavaIdentifier(), "abstractSchemaName", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3541 |
initEReference(getEntityBean_CmpFields(), this.getCMPField(), null, "cmpFields", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4407 |
initEReference(getEntityBean_CmpFields(), this.getCMPField(), null, "cmpFields", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3542 |
initEAttribute(getEntityBean_PrimkeyField(), theXMLTypePackage.getToken(), "primkeyField", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4408 |
initEAttribute(getEntityBean_PrimkeyField(), theXMLTypePackage.getToken(), "primkeyField", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3543 |
initEReference(getEntityBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4409 |
initEReference(getEntityBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3544 |
initEReference(getEntityBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4410 |
initEReference(getEntityBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3545 |
initEReference(getEntityBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4411 |
initEReference(getEntityBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3551-3594
Link Here
|
| 3551 |
initEReference(getEntityBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4417 |
initEReference(getEntityBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3552 |
initEReference(getEntityBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4418 |
initEReference(getEntityBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3553 |
initEReference(getEntityBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4419 |
initEReference(getEntityBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4420 |
initEReference(getEntityBean_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3554 |
initEReference(getEntityBean_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4421 |
initEReference(getEntityBean_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3555 |
initEReference(getEntityBean_SecurityIdentity(), this.getSecurityIdentityType(), null, "securityIdentity", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4422 |
initEReference(getEntityBean_SecurityIdentity(), this.getSecurityIdentityType(), null, "securityIdentity", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3556 |
initEReference(getEntityBean_Queries(), this.getQuery(), null, "queries", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4423 |
initEReference(getEntityBean_Queries(), this.getQuery(), null, "queries", null, 0, -1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3557 |
initEAttribute(getEntityBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4424 |
initEAttribute(getEntityBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, EntityBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3558 |
|
4425 |
|
| 3559 |
initEClass(excludeListEClass, ExcludeList.class, "ExcludeList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4426 |
initEClass(excludeListEClass, ExcludeList.class, "ExcludeList", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3560 |
initEReference(getExcludeList_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4427 |
initEReference(getExcludeList_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3561 |
initEReference(getExcludeList_Methods(), this.getMethodType(), null, "methods", null, 1, -1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4428 |
initEReference(getExcludeList_Methods(), this.getMethodType(), null, "methods", null, 1, -1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3562 |
initEAttribute(getExcludeList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4429 |
initEAttribute(getExcludeList_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, ExcludeList.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3563 |
|
4430 |
|
| 3564 |
initEClass(initMethodTypeEClass, InitMethodType.class, "InitMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4431 |
initEClass(initMethodTypeEClass, InitMethodType.class, "InitMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3565 |
initEReference(getInitMethodType_CreateMethod(), this.getNamedMethodType(), null, "createMethod", null, 1, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4432 |
initEReference(getInitMethodType_CreateMethod(), this.getNamedMethodType(), null, "createMethod", null, 1, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3566 |
initEReference(getInitMethodType_BeanMethod(), this.getNamedMethodType(), null, "beanMethod", null, 1, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4433 |
initEReference(getInitMethodType_BeanMethod(), this.getNamedMethodType(), null, "beanMethod", null, 1, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3567 |
initEAttribute(getInitMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4434 |
initEAttribute(getInitMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InitMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3568 |
|
4435 |
|
| 3569 |
initEClass(interceptorBindingTypeEClass, InterceptorBindingType.class, "InterceptorBindingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4436 |
initEClass(interceptorBindingTypeEClass, InterceptorBindingType.class, "InterceptorBindingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3570 |
initEReference(getInterceptorBindingType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4437 |
initEReference(getInterceptorBindingType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3571 |
initEAttribute(getInterceptorBindingType_EjbName(), theXMLTypePackage.getToken(), "ejbName", null, 1, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4438 |
initEAttribute(getInterceptorBindingType_EjbName(), theXMLTypePackage.getToken(), "ejbName", null, 1, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3572 |
initEAttribute(getInterceptorBindingType_InterceptorClasses(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClasses", null, 0, -1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4439 |
initEAttribute(getInterceptorBindingType_InterceptorClasses(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClasses", null, 0, -1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3573 |
initEReference(getInterceptorBindingType_InterceptorOrder(), this.getInterceptorOrderType(), null, "interceptorOrder", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4440 |
initEReference(getInterceptorBindingType_InterceptorOrder(), this.getInterceptorOrderType(), null, "interceptorOrder", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3574 |
initEAttribute(getInterceptorBindingType_ExcludeDefaultInterceptors(), theJavaeePackage.getTrueFalseType(), "excludeDefaultInterceptors", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4441 |
initEAttribute(getInterceptorBindingType_ExcludeDefaultInterceptors(), theJavaeePackage.getTrueFalseType(), "excludeDefaultInterceptors", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3575 |
initEAttribute(getInterceptorBindingType_ExcludeClassInterceptors(), theJavaeePackage.getTrueFalseType(), "excludeClassInterceptors", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4442 |
initEAttribute(getInterceptorBindingType_ExcludeClassInterceptors(), theJavaeePackage.getTrueFalseType(), "excludeClassInterceptors", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3576 |
initEReference(getInterceptorBindingType_Method(), this.getNamedMethodType(), null, "method", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4443 |
initEReference(getInterceptorBindingType_Method(), this.getNamedMethodType(), null, "method", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3577 |
initEAttribute(getInterceptorBindingType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4444 |
initEAttribute(getInterceptorBindingType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3578 |
|
4445 |
|
| 3579 |
initEClass(interceptorOrderTypeEClass, InterceptorOrderType.class, "InterceptorOrderType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4446 |
initEClass(interceptorOrderTypeEClass, InterceptorOrderType.class, "InterceptorOrderType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3580 |
initEAttribute(getInterceptorOrderType_InterceptorClasses(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClasses", null, 1, -1, InterceptorOrderType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4447 |
initEAttribute(getInterceptorOrderType_InterceptorClasses(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClasses", null, 1, -1, InterceptorOrderType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3581 |
initEAttribute(getInterceptorOrderType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorOrderType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4448 |
initEAttribute(getInterceptorOrderType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorOrderType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3582 |
|
4449 |
|
| 3583 |
initEClass(interceptorsTypeEClass, InterceptorsType.class, "InterceptorsType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4450 |
initEClass(interceptorsTypeEClass, InterceptorsType.class, "InterceptorsType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3584 |
initEReference(getInterceptorsType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4451 |
initEReference(getInterceptorsType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3585 |
initEReference(getInterceptorsType_Interceptors(), this.getInterceptorType(), null, "interceptors", null, 1, -1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4452 |
initEReference(getInterceptorsType_Interceptors(), this.getInterceptorType(), null, "interceptors", null, 1, -1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3586 |
initEAttribute(getInterceptorsType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4453 |
initEAttribute(getInterceptorsType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorsType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3587 |
|
4454 |
|
| 3588 |
initEClass(interceptorTypeEClass, InterceptorType.class, "InterceptorType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4455 |
initEClass(interceptorTypeEClass, InterceptorType.class, "InterceptorType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3589 |
initEReference(getInterceptorType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4456 |
initEReference(getInterceptorType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3590 |
initEAttribute(getInterceptorType_InterceptorClass(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClass", null, 1, 1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4457 |
initEAttribute(getInterceptorType_InterceptorClass(), theJavaeePackage.getFullyQualifiedClassType(), "interceptorClass", null, 1, 1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3591 |
initEReference(getInterceptorType_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4458 |
initEReference(getInterceptorType_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4459 |
initEReference(getInterceptorType_AroundTimeouts(), this.getAroundTimeoutType(), null, "aroundTimeouts", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3592 |
initEReference(getInterceptorType_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4460 |
initEReference(getInterceptorType_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3593 |
initEReference(getInterceptorType_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4461 |
initEReference(getInterceptorType_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3594 |
initEReference(getInterceptorType_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4462 |
initEReference(getInterceptorType_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3600-3623
Link Here
|
| 3600 |
initEReference(getInterceptorType_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4468 |
initEReference(getInterceptorType_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3601 |
initEReference(getInterceptorType_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4469 |
initEReference(getInterceptorType_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3602 |
initEReference(getInterceptorType_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4470 |
initEReference(getInterceptorType_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4471 |
initEReference(getInterceptorType_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3603 |
initEReference(getInterceptorType_PostActivates(), theJavaeePackage.getLifecycleCallback(), null, "postActivates", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4472 |
initEReference(getInterceptorType_PostActivates(), theJavaeePackage.getLifecycleCallback(), null, "postActivates", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3604 |
initEReference(getInterceptorType_PrePassivates(), theJavaeePackage.getLifecycleCallback(), null, "prePassivates", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4473 |
initEReference(getInterceptorType_PrePassivates(), theJavaeePackage.getLifecycleCallback(), null, "prePassivates", null, 0, -1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3605 |
initEAttribute(getInterceptorType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4474 |
initEAttribute(getInterceptorType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, InterceptorType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3606 |
|
4475 |
|
| 3607 |
initEClass(messageDrivenBeanEClass, MessageDrivenBean.class, "MessageDrivenBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4476 |
initEClass(messageDrivenBeanEClass, MessageDrivenBean.class, "MessageDrivenBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3608 |
initEReference(getMessageDrivenBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4477 |
initEReference(getMessageDrivenBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3609 |
initEReference(getMessageDrivenBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4478 |
initEReference(getMessageDrivenBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3610 |
initEReference(getMessageDrivenBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4479 |
initEReference(getMessageDrivenBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3611 |
initEAttribute(getMessageDrivenBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4480 |
initEAttribute(getMessageDrivenBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3612 |
initEAttribute(getMessageDrivenBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4481 |
initEAttribute(getMessageDrivenBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3613 |
initEAttribute(getMessageDrivenBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4482 |
initEAttribute(getMessageDrivenBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3614 |
initEAttribute(getMessageDrivenBean_MessagingType(), theJavaeePackage.getFullyQualifiedClassType(), "messagingType", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4483 |
initEAttribute(getMessageDrivenBean_MessagingType(), theJavaeePackage.getFullyQualifiedClassType(), "messagingType", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3615 |
initEReference(getMessageDrivenBean_TimeoutMethod(), this.getNamedMethodType(), null, "timeoutMethod", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4484 |
initEReference(getMessageDrivenBean_TimeoutMethod(), this.getNamedMethodType(), null, "timeoutMethod", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3616 |
initEAttribute(getMessageDrivenBean_TransactionType(), this.getTransactionType(), "transactionType", "Bean", 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4485 |
initEReference(getMessageDrivenBean_Timer(), this.getTimerType(), null, "timer", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3617 |
initEAttribute(getMessageDrivenBean_MessageDestinationType(), theJavaeePackage.getMessageDestinationTypeType(), "messageDestinationType", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4486 |
initEAttribute(getMessageDrivenBean_TransactionType(), this.getTransactionType(), "transactionType", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3618 |
initEAttribute(getMessageDrivenBean_MessageDestinationLink(), theJavaeePackage.getMessageDestinationLink(), "messageDestinationLink", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4487 |
initEAttribute(getMessageDrivenBean_MessageDestinationType(), theJavaeePackage.getMessageDestinationTypeType(), "messageDestinationType", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4488 |
initEAttribute(getMessageDrivenBean_MessageDestinationLink(), theJavaeePackage.getMessageDestinationLink(), "messageDestinationLink", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3619 |
initEReference(getMessageDrivenBean_ActivationConfig(), this.getActivationConfig(), null, "activationConfig", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4489 |
initEReference(getMessageDrivenBean_ActivationConfig(), this.getActivationConfig(), null, "activationConfig", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3620 |
initEReference(getMessageDrivenBean_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4490 |
initEReference(getMessageDrivenBean_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4491 |
initEReference(getMessageDrivenBean_AroundTimeouts(), this.getAroundTimeoutType(), null, "aroundTimeouts", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3621 |
initEReference(getMessageDrivenBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4492 |
initEReference(getMessageDrivenBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3622 |
initEReference(getMessageDrivenBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4493 |
initEReference(getMessageDrivenBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3623 |
initEReference(getMessageDrivenBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4494 |
initEReference(getMessageDrivenBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3629-3714
Link Here
|
| 3629 |
initEReference(getMessageDrivenBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4500 |
initEReference(getMessageDrivenBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3630 |
initEReference(getMessageDrivenBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4501 |
initEReference(getMessageDrivenBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3631 |
initEReference(getMessageDrivenBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4502 |
initEReference(getMessageDrivenBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4503 |
initEReference(getMessageDrivenBean_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4504 |
initEReference(getMessageDrivenBean_SecurityRoleRef(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRef", null, 0, -1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3632 |
initEReference(getMessageDrivenBean_SecurityIdentity(), this.getSecurityIdentityType(), null, "securityIdentity", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4505 |
initEReference(getMessageDrivenBean_SecurityIdentity(), this.getSecurityIdentityType(), null, "securityIdentity", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3633 |
initEAttribute(getMessageDrivenBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4506 |
initEAttribute(getMessageDrivenBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MessageDrivenBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3634 |
|
4507 |
|
| 3635 |
initEClass(methodParamsEClass, MethodParams.class, "MethodParams", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4508 |
initEClass(methodParamsEClass, MethodParams.class, "MethodParams", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3636 |
initEAttribute(getMethodParams_MethodParams(), theJavaeePackage.getJavaType(), "methodParams", null, 0, -1, MethodParams.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4509 |
initEAttribute(getMethodParams_MethodParams(), theJavaeePackage.getJavaType(), "methodParams", null, 0, -1, MethodParams.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3637 |
initEAttribute(getMethodParams_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodParams.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4510 |
initEAttribute(getMethodParams_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodParams.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3638 |
|
4511 |
|
| 3639 |
initEClass(methodPermissionEClass, MethodPermission.class, "MethodPermission", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4512 |
initEClass(methodPermissionEClass, MethodPermission.class, "MethodPermission", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3640 |
initEReference(getMethodPermission_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4513 |
initEReference(getMethodPermission_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3641 |
initEAttribute(getMethodPermission_RoleNames(), theJavaeePackage.getRoleName(), "roleNames", null, 0, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4514 |
initEAttribute(getMethodPermission_RoleNames(), theJavaeePackage.getRoleName(), "roleNames", null, 0, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3642 |
initEReference(getMethodPermission_Unchecked(), theJavaeePackage.getEmptyType(), null, "unchecked", null, 0, 1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4515 |
initEReference(getMethodPermission_Unchecked(), theJavaeePackage.getEmptyType(), null, "unchecked", null, 0, 1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3643 |
initEReference(getMethodPermission_Methods(), this.getMethodType(), null, "methods", null, 1, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4516 |
initEReference(getMethodPermission_Methods(), this.getMethodType(), null, "methods", null, 1, -1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3644 |
initEAttribute(getMethodPermission_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4517 |
initEAttribute(getMethodPermission_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodPermission.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3645 |
|
4518 |
|
| 3646 |
initEClass(methodTypeEClass, MethodType.class, "MethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4519 |
initEClass(methodTypeEClass, MethodType.class, "MethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3647 |
initEReference(getMethodType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4520 |
initEReference(getMethodType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3648 |
initEAttribute(getMethodType_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4521 |
initEAttribute(getMethodType_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3649 |
initEAttribute(getMethodType_MethodIntf(), this.getMethodInterfaceType(), "methodIntf", "Home", 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4522 |
initEAttribute(getMethodType_MethodIntf(), this.getMethodInterfaceType(), "methodIntf", null, 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3650 |
initEAttribute(getMethodType_MethodName(), this.getMethodNameType(), "methodName", null, 1, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4523 |
initEAttribute(getMethodType_MethodName(), this.getMethodNameType(), "methodName", null, 1, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3651 |
initEReference(getMethodType_MethodParams(), this.getMethodParams(), null, "methodParams", null, 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4524 |
initEReference(getMethodType_MethodParams(), this.getMethodParams(), null, "methodParams", null, 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3652 |
initEAttribute(getMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4525 |
initEAttribute(getMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, MethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3653 |
|
4526 |
|
| 3654 |
initEClass(namedMethodTypeEClass, NamedMethodType.class, "NamedMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4527 |
initEClass(namedMethodTypeEClass, NamedMethodType.class, "NamedMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3655 |
initEAttribute(getNamedMethodType_MethodName(), theXMLTypePackage.getToken(), "methodName", null, 1, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4528 |
initEAttribute(getNamedMethodType_MethodName(), theXMLTypePackage.getToken(), "methodName", null, 1, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3656 |
initEReference(getNamedMethodType_MethodParams(), this.getMethodParams(), null, "methodParams", null, 0, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4529 |
initEReference(getNamedMethodType_MethodParams(), this.getMethodParams(), null, "methodParams", null, 0, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3657 |
initEAttribute(getNamedMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4530 |
initEAttribute(getNamedMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, NamedMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3658 |
|
4531 |
|
| 3659 |
initEClass(queryEClass, Query.class, "Query", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4532 |
initEClass(queryEClass, Query.class, "Query", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3660 |
initEReference(getQuery_Description(), theJavaeePackage.getDescription(), null, "description", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4533 |
initEReference(getQuery_Description(), theJavaeePackage.getDescription(), null, "description", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3661 |
initEReference(getQuery_QueryMethod(), this.getQueryMethod(), null, "queryMethod", null, 1, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4534 |
initEReference(getQuery_QueryMethod(), this.getQueryMethod(), null, "queryMethod", null, 1, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3662 |
initEAttribute(getQuery_ResultTypeMapping(), this.getResultTypeMappingType(), "resultTypeMapping", "Local", 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4535 |
initEAttribute(getQuery_ResultTypeMapping(), this.getResultTypeMappingType(), "resultTypeMapping", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3663 |
initEAttribute(getQuery_EjbQl(), theXMLTypePackage.getString(), "ejbQl", null, 1, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4536 |
initEAttribute(getQuery_EjbQl(), theXMLTypePackage.getString(), "ejbQl", null, 1, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3664 |
initEAttribute(getQuery_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4537 |
initEAttribute(getQuery_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3665 |
|
4538 |
|
| 3666 |
initEClass(queryMethodEClass, QueryMethod.class, "QueryMethod", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4539 |
initEClass(queryMethodEClass, QueryMethod.class, "QueryMethod", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3667 |
initEAttribute(getQueryMethod_MethodName(), this.getMethodNameType(), "methodName", null, 1, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4540 |
initEAttribute(getQueryMethod_MethodName(), this.getMethodNameType(), "methodName", null, 1, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3668 |
initEReference(getQueryMethod_MethodParams(), this.getMethodParams(), null, "methodParams", null, 1, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4541 |
initEReference(getQueryMethod_MethodParams(), this.getMethodParams(), null, "methodParams", null, 1, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3669 |
initEAttribute(getQueryMethod_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4542 |
initEAttribute(getQueryMethod_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, QueryMethod.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3670 |
|
4543 |
|
| 3671 |
initEClass(relationshipRoleSourceTypeEClass, RelationshipRoleSourceType.class, "RelationshipRoleSourceType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4544 |
initEClass(relationshipRoleSourceTypeEClass, RelationshipRoleSourceType.class, "RelationshipRoleSourceType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3672 |
initEReference(getRelationshipRoleSourceType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4545 |
initEReference(getRelationshipRoleSourceType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3673 |
initEAttribute(getRelationshipRoleSourceType_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4546 |
initEAttribute(getRelationshipRoleSourceType_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3674 |
initEAttribute(getRelationshipRoleSourceType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4547 |
initEAttribute(getRelationshipRoleSourceType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RelationshipRoleSourceType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3675 |
|
4548 |
|
| 3676 |
initEClass(relationshipsEClass, Relationships.class, "Relationships", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4549 |
initEClass(relationshipsEClass, Relationships.class, "Relationships", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3677 |
initEReference(getRelationships_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4550 |
initEReference(getRelationships_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3678 |
initEReference(getRelationships_EjbRelations(), this.getEJBRelation(), null, "ejbRelations", null, 1, -1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4551 |
initEReference(getRelationships_EjbRelations(), this.getEJBRelation(), null, "ejbRelations", null, 1, -1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3679 |
initEAttribute(getRelationships_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4552 |
initEAttribute(getRelationships_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, Relationships.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3680 |
|
4553 |
|
| 3681 |
initEClass(removeMethodTypeEClass, RemoveMethodType.class, "RemoveMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4554 |
initEClass(removeMethodTypeEClass, RemoveMethodType.class, "RemoveMethodType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3682 |
initEReference(getRemoveMethodType_BeanMethod(), this.getNamedMethodType(), null, "beanMethod", null, 1, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4555 |
initEReference(getRemoveMethodType_BeanMethod(), this.getNamedMethodType(), null, "beanMethod", null, 1, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3683 |
initEAttribute(getRemoveMethodType_RetainIfException(), theJavaeePackage.getTrueFalseType(), "retainIfException", null, 0, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4556 |
initEAttribute(getRemoveMethodType_RetainIfException(), theJavaeePackage.getTrueFalseType(), "retainIfException", null, 0, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3684 |
initEAttribute(getRemoveMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4557 |
initEAttribute(getRemoveMethodType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, RemoveMethodType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3685 |
|
4558 |
|
| 3686 |
initEClass(securityIdentityTypeEClass, SecurityIdentityType.class, "SecurityIdentityType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4559 |
initEClass(securityIdentityTypeEClass, SecurityIdentityType.class, "SecurityIdentityType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3687 |
initEReference(getSecurityIdentityType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4560 |
initEReference(getSecurityIdentityType_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3688 |
initEReference(getSecurityIdentityType_UseCallerIdentity(), theJavaeePackage.getEmptyType(), null, "useCallerIdentity", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4561 |
initEReference(getSecurityIdentityType_UseCallerIdentity(), theJavaeePackage.getEmptyType(), null, "useCallerIdentity", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3689 |
initEReference(getSecurityIdentityType_RunAs(), theJavaeePackage.getRunAs(), null, "runAs", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4562 |
initEReference(getSecurityIdentityType_RunAs(), theJavaeePackage.getRunAs(), null, "runAs", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3690 |
initEAttribute(getSecurityIdentityType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4563 |
initEAttribute(getSecurityIdentityType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SecurityIdentityType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3691 |
|
4564 |
|
| 3692 |
initEClass(sessionBeanEClass, SessionBean.class, "SessionBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4565 |
initEClass(sessionBeanEClass, SessionBean.class, "SessionBean", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3693 |
initEReference(getSessionBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4566 |
initEReference(getSessionBean_Descriptions(), theJavaeePackage.getDescription(), null, "descriptions", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3694 |
initEReference(getSessionBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4567 |
initEReference(getSessionBean_DisplayNames(), theJavaeePackage.getDisplayName(), null, "displayNames", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3695 |
initEReference(getSessionBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4568 |
initEReference(getSessionBean_Icons(), theJavaeePackage.getIcon(), null, "icons", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3696 |
initEAttribute(getSessionBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4569 |
initEAttribute(getSessionBean_EjbName(), this.getEjbNameType(), "ejbName", null, 1, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3697 |
initEAttribute(getSessionBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4570 |
initEAttribute(getSessionBean_MappedName(), theXMLTypePackage.getString(), "mappedName", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3698 |
initEAttribute(getSessionBean_Home(), theJavaeePackage.getHome(), "home", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4571 |
initEAttribute(getSessionBean_Home(), theJavaeePackage.getHome(), "home", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3699 |
initEAttribute(getSessionBean_Remote(), theJavaeePackage.getRemote(), "remote", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4572 |
initEAttribute(getSessionBean_Remote(), theJavaeePackage.getRemote(), "remote", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3700 |
initEAttribute(getSessionBean_LocalHome(), theJavaeePackage.getLocalHome(), "localHome", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4573 |
initEAttribute(getSessionBean_LocalHome(), theJavaeePackage.getLocalHome(), "localHome", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3701 |
initEAttribute(getSessionBean_Local(), theJavaeePackage.getLocal(), "local", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4574 |
initEAttribute(getSessionBean_Local(), theJavaeePackage.getLocal(), "local", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3702 |
initEAttribute(getSessionBean_BusinessLocals(), theJavaeePackage.getFullyQualifiedClassType(), "businessLocals", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4575 |
initEAttribute(getSessionBean_BusinessLocals(), theJavaeePackage.getFullyQualifiedClassType(), "businessLocals", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3703 |
initEAttribute(getSessionBean_BusinessRemotes(), theJavaeePackage.getFullyQualifiedClassType(), "businessRemotes", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4576 |
initEAttribute(getSessionBean_BusinessRemotes(), theJavaeePackage.getFullyQualifiedClassType(), "businessRemotes", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3704 |
initEAttribute(getSessionBean_ServiceEndpoint(), theJavaeePackage.getFullyQualifiedClassType(), "serviceEndpoint", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4577 |
initEReference(getSessionBean_LocalBean(), theJavaeePackage.getEmptyType(), null, "localBean", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3705 |
initEAttribute(getSessionBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4578 |
initEAttribute(getSessionBean_ServiceEndpoint(), theJavaeePackage.getFullyQualifiedClassType(), "serviceEndpoint", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3706 |
initEAttribute(getSessionBean_SessionType(), this.getSessionType(), "sessionType", "Stateful", 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4579 |
initEAttribute(getSessionBean_EjbClass(), this.getEjbClassType(), "ejbClass", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4580 |
initEAttribute(getSessionBean_SessionType(), this.getSessionType(), "sessionType", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4581 |
initEReference(getSessionBean_StatefulTimeout(), this.getStatefulTimeoutType(), null, "statefulTimeout", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3707 |
initEReference(getSessionBean_TimeoutMethod(), this.getNamedMethodType(), null, "timeoutMethod", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4582 |
initEReference(getSessionBean_TimeoutMethod(), this.getNamedMethodType(), null, "timeoutMethod", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4583 |
initEReference(getSessionBean_Timer(), this.getTimerType(), null, "timer", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4584 |
initEAttribute(getSessionBean_InitOnStartup(), theJavaeePackage.getTrueFalseType(), "initOnStartup", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4585 |
initEAttribute(getSessionBean_ConcurrencyManagementType(), this.getConcurrencyManagementTypeType(), "concurrencyManagementType", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4586 |
initEReference(getSessionBean_ConcurrentMethod(), this.getConcurrentMethodType(), null, "concurrentMethod", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4587 |
initEReference(getSessionBean_DependsOn(), this.getDependsOnType(), null, "dependsOn", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3708 |
initEReference(getSessionBean_InitMethods(), this.getInitMethodType(), null, "initMethods", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4588 |
initEReference(getSessionBean_InitMethods(), this.getInitMethodType(), null, "initMethods", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3709 |
initEReference(getSessionBean_RemoveMethods(), this.getRemoveMethodType(), null, "removeMethods", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4589 |
initEReference(getSessionBean_RemoveMethods(), this.getRemoveMethodType(), null, "removeMethods", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3710 |
initEAttribute(getSessionBean_TransactionType(), this.getTransactionType(), "transactionType", "Bean", 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
4590 |
initEReference(getSessionBean_AsyncMethod(), this.getAsyncMethodType(), null, "asyncMethod", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4591 |
initEAttribute(getSessionBean_TransactionType(), this.getTransactionType(), "transactionType", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4592 |
initEReference(getSessionBean_AfterBeginMethod(), this.getNamedMethodType(), null, "afterBeginMethod", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4593 |
initEReference(getSessionBean_BeforeCompletionMethod(), this.getNamedMethodType(), null, "beforeCompletionMethod", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4594 |
initEReference(getSessionBean_AfterCompletionMethod(), this.getNamedMethodType(), null, "afterCompletionMethod", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3711 |
initEReference(getSessionBean_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4595 |
initEReference(getSessionBean_AroundInvokes(), this.getAroundInvokeType(), null, "aroundInvokes", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4596 |
initEReference(getSessionBean_AroundTimeouts(), this.getAroundTimeoutType(), null, "aroundTimeouts", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3712 |
initEReference(getSessionBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4597 |
initEReference(getSessionBean_EnvEntries(), theJavaeePackage.getEnvEntry(), null, "envEntries", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3713 |
initEReference(getSessionBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4598 |
initEReference(getSessionBean_EjbRefs(), theJavaeePackage.getEjbRef(), null, "ejbRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3714 |
initEReference(getSessionBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4599 |
initEReference(getSessionBean_EjbLocalRefs(), theJavaeePackage.getEjbLocalRef(), null, "ejbLocalRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
Lines 3720-3730
Link Here
|
| 3720 |
initEReference(getSessionBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4605 |
initEReference(getSessionBean_PersistenceUnitRefs(), theJavaeePackage.getPersistenceUnitRef(), null, "persistenceUnitRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3721 |
initEReference(getSessionBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4606 |
initEReference(getSessionBean_PostConstructs(), theJavaeePackage.getLifecycleCallback(), null, "postConstructs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3722 |
initEReference(getSessionBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4607 |
initEReference(getSessionBean_PreDestroys(), theJavaeePackage.getLifecycleCallback(), null, "preDestroys", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4608 |
initEReference(getSessionBean_DataSource(), theJavaeePackage.getDataSourceType(), null, "dataSource", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3723 |
initEReference(getSessionBean_PostActivates(), theJavaeePackage.getLifecycleCallback(), null, "postActivates", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4609 |
initEReference(getSessionBean_PostActivates(), theJavaeePackage.getLifecycleCallback(), null, "postActivates", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3724 |
initEReference(getSessionBean_PrePassivates(), theJavaeePackage.getLifecycleCallback(), null, "prePassivates", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4610 |
initEReference(getSessionBean_PrePassivates(), theJavaeePackage.getLifecycleCallback(), null, "prePassivates", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3725 |
initEReference(getSessionBean_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4611 |
initEReference(getSessionBean_SecurityRoleRefs(), theJavaeePackage.getSecurityRoleRef(), null, "securityRoleRefs", null, 0, -1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3726 |
initEReference(getSessionBean_SecurityIdentities(), this.getSecurityIdentityType(), null, "securityIdentities", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4612 |
initEReference(getSessionBean_SecurityIdentities(), this.getSecurityIdentityType(), null, "securityIdentities", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3727 |
initEAttribute(getSessionBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, !IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
4613 |
initEAttribute(getSessionBean_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, SessionBean.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
4614 |
|
| 4615 |
initEClass(statefulTimeoutTypeEClass, StatefulTimeoutType.class, "StatefulTimeoutType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4616 |
initEAttribute(getStatefulTimeoutType_Timeout(), theXMLTypePackage.getPositiveInteger(), "timeout", null, 1, 1, StatefulTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4617 |
initEAttribute(getStatefulTimeoutType_Unit(), this.getTimeUnitTypeType(), "unit", null, 1, 1, StatefulTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4618 |
initEAttribute(getStatefulTimeoutType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, StatefulTimeoutType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4619 |
|
| 4620 |
initEClass(timerScheduleTypeEClass, TimerScheduleType.class, "TimerScheduleType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4621 |
initEAttribute(getTimerScheduleType_Second(), theXMLTypePackage.getToken(), "second", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4622 |
initEAttribute(getTimerScheduleType_Minute(), theXMLTypePackage.getToken(), "minute", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4623 |
initEAttribute(getTimerScheduleType_Hour(), theXMLTypePackage.getToken(), "hour", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4624 |
initEAttribute(getTimerScheduleType_DayOfMonth(), theXMLTypePackage.getToken(), "dayOfMonth", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4625 |
initEAttribute(getTimerScheduleType_Month(), theXMLTypePackage.getToken(), "month", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4626 |
initEAttribute(getTimerScheduleType_DayOfWeek(), theXMLTypePackage.getToken(), "dayOfWeek", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4627 |
initEAttribute(getTimerScheduleType_Year(), theXMLTypePackage.getToken(), "year", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4628 |
initEAttribute(getTimerScheduleType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, TimerScheduleType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4629 |
|
| 4630 |
initEClass(timerTypeEClass, TimerType.class, "TimerType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4631 |
initEReference(getTimerType_Description(), theJavaeePackage.getDescription(), null, "description", null, 0, -1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4632 |
initEReference(getTimerType_Schedule(), this.getTimerScheduleType(), null, "schedule", null, 1, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4633 |
initEAttribute(getTimerType_Start(), theXMLTypePackage.getDateTime(), "start", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4634 |
initEAttribute(getTimerType_End(), theXMLTypePackage.getDateTime(), "end", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4635 |
initEReference(getTimerType_TimeoutMethod(), this.getNamedMethodType(), null, "timeoutMethod", null, 1, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4636 |
initEAttribute(getTimerType_Persistent(), theJavaeePackage.getTrueFalseType(), "persistent", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4637 |
initEAttribute(getTimerType_Timezone(), theXMLTypePackage.getToken(), "timezone", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4638 |
initEAttribute(getTimerType_Info(), theXMLTypePackage.getToken(), "info", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 4639 |
initEAttribute(getTimerType_Id(), theXMLTypePackage.getID(), "id", null, 0, 1, TimerType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 3728 |
|
4640 |
|
| 3729 |
// Initialize enums and add enum literals |
4641 |
// Initialize enums and add enum literals |
| 3730 |
initEEnum(cmpVersionTypeEEnum, CmpVersionType.class, "CmpVersionType"); //$NON-NLS-1$ |
4642 |
initEEnum(cmpVersionTypeEEnum, CmpVersionType.class, "CmpVersionType"); //$NON-NLS-1$ |
|
Lines 3735-3746
Link Here
|
| 3735 |
addEEnumLiteral(cmrFieldTypeEEnum, CMRFieldType.JAVA_UTIL_COLLECTION_LITERAL); |
4647 |
addEEnumLiteral(cmrFieldTypeEEnum, CMRFieldType.JAVA_UTIL_COLLECTION_LITERAL); |
| 3736 |
addEEnumLiteral(cmrFieldTypeEEnum, CMRFieldType.JAVA_UTIL_SET_LITERAL); |
4648 |
addEEnumLiteral(cmrFieldTypeEEnum, CMRFieldType.JAVA_UTIL_SET_LITERAL); |
| 3737 |
|
4649 |
|
|
|
4650 |
initEEnum(concurrencyManagementTypeTypeEEnum, ConcurrencyManagementTypeType.class, "ConcurrencyManagementTypeType"); //$NON-NLS-1$ |
| 4651 |
addEEnumLiteral(concurrencyManagementTypeTypeEEnum, ConcurrencyManagementTypeType.BEAN); |
| 4652 |
addEEnumLiteral(concurrencyManagementTypeTypeEEnum, ConcurrencyManagementTypeType.CONTAINER); |
| 4653 |
addEEnumLiteral(concurrencyManagementTypeTypeEEnum, ConcurrencyManagementTypeType.NOT_ALLOWED); |
| 4654 |
|
| 4655 |
initEEnum(concurrentLockTypeTypeEEnum, ConcurrentLockTypeType.class, "ConcurrentLockTypeType"); //$NON-NLS-1$ |
| 4656 |
addEEnumLiteral(concurrentLockTypeTypeEEnum, ConcurrentLockTypeType.READ); |
| 4657 |
addEEnumLiteral(concurrentLockTypeTypeEEnum, ConcurrentLockTypeType.WRITE); |
| 4658 |
|
| 3738 |
initEEnum(methodInterfaceTypeEEnum, MethodInterfaceType.class, "MethodInterfaceType"); //$NON-NLS-1$ |
4659 |
initEEnum(methodInterfaceTypeEEnum, MethodInterfaceType.class, "MethodInterfaceType"); //$NON-NLS-1$ |
| 3739 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.HOME_LITERAL); |
4660 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.HOME_LITERAL); |
| 3740 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.REMOTE_LITERAL); |
4661 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.REMOTE_LITERAL); |
| 3741 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.LOCAL_HOME_LITERAL); |
4662 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.LOCAL_HOME_LITERAL); |
| 3742 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.LOCAL_LITERAL); |
4663 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.LOCAL_LITERAL); |
| 3743 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.SERVICE_ENDPOINT_LITERAL); |
4664 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.SERVICE_ENDPOINT_LITERAL); |
|
|
4665 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.TIMER_LITERAL); |
| 4666 |
addEEnumLiteral(methodInterfaceTypeEEnum, MethodInterfaceType.MESSAGE_ENDPOINT_LITERAL); |
| 3744 |
|
4667 |
|
| 3745 |
initEEnum(multiplicityTypeEEnum, MultiplicityType.class, "MultiplicityType"); //$NON-NLS-1$ |
4668 |
initEEnum(multiplicityTypeEEnum, MultiplicityType.class, "MultiplicityType"); //$NON-NLS-1$ |
| 3746 |
addEEnumLiteral(multiplicityTypeEEnum, MultiplicityType.ONE_LITERAL); |
4669 |
addEEnumLiteral(multiplicityTypeEEnum, MultiplicityType.ONE_LITERAL); |
|
Lines 3755-3763
Link Here
|
| 3755 |
addEEnumLiteral(resultTypeMappingTypeEEnum, ResultTypeMappingType.REMOTE_LITERAL); |
4678 |
addEEnumLiteral(resultTypeMappingTypeEEnum, ResultTypeMappingType.REMOTE_LITERAL); |
| 3756 |
|
4679 |
|
| 3757 |
initEEnum(sessionTypeEEnum, SessionType.class, "SessionType"); //$NON-NLS-1$ |
4680 |
initEEnum(sessionTypeEEnum, SessionType.class, "SessionType"); //$NON-NLS-1$ |
|
|
4681 |
addEEnumLiteral(sessionTypeEEnum, SessionType.SINGLETON_LITERAL); |
| 3758 |
addEEnumLiteral(sessionTypeEEnum, SessionType.STATEFUL_LITERAL); |
4682 |
addEEnumLiteral(sessionTypeEEnum, SessionType.STATEFUL_LITERAL); |
| 3759 |
addEEnumLiteral(sessionTypeEEnum, SessionType.STATELESS_LITERAL); |
4683 |
addEEnumLiteral(sessionTypeEEnum, SessionType.STATELESS_LITERAL); |
| 3760 |
|
4684 |
|
|
|
4685 |
initEEnum(timeUnitTypeTypeEEnum, TimeUnitTypeType.class, "TimeUnitTypeType"); //$NON-NLS-1$ |
| 4686 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.DAYS); |
| 4687 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.HOURS); |
| 4688 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.MINUTES); |
| 4689 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.SECONDS); |
| 4690 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.MILLISECONDS); |
| 4691 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.MICROSECONDS); |
| 4692 |
addEEnumLiteral(timeUnitTypeTypeEEnum, TimeUnitTypeType.NANOSECONDS); |
| 4693 |
|
| 3761 |
initEEnum(transactionAttributeTypeEEnum, TransactionAttributeType.class, "TransactionAttributeType"); //$NON-NLS-1$ |
4694 |
initEEnum(transactionAttributeTypeEEnum, TransactionAttributeType.class, "TransactionAttributeType"); //$NON-NLS-1$ |
| 3762 |
addEEnumLiteral(transactionAttributeTypeEEnum, TransactionAttributeType.NOT_SUPPORTED_LITERAL); |
4695 |
addEEnumLiteral(transactionAttributeTypeEEnum, TransactionAttributeType.NOT_SUPPORTED_LITERAL); |
| 3763 |
addEEnumLiteral(transactionAttributeTypeEEnum, TransactionAttributeType.SUPPORTS_LITERAL); |
4696 |
addEEnumLiteral(transactionAttributeTypeEEnum, TransactionAttributeType.SUPPORTS_LITERAL); |
|
Lines 3773-3778
Link Here
|
| 3773 |
// Initialize data types |
4706 |
// Initialize data types |
| 3774 |
initEDataType(cmpVersionTypeObjectEDataType, CmpVersionType.class, "CmpVersionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4707 |
initEDataType(cmpVersionTypeObjectEDataType, CmpVersionType.class, "CmpVersionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3775 |
initEDataType(cmrFieldTypeObjectEDataType, CMRFieldType.class, "CMRFieldTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4708 |
initEDataType(cmrFieldTypeObjectEDataType, CMRFieldType.class, "CMRFieldTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
4709 |
initEDataType(concurrencyManagementTypeTypeObjectEDataType, ConcurrencyManagementTypeType.class, "ConcurrencyManagementTypeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 4710 |
initEDataType(concurrentLockTypeTypeObjectEDataType, ConcurrentLockTypeType.class, "ConcurrentLockTypeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3776 |
initEDataType(ejbClassTypeEDataType, String.class, "EjbClassType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4711 |
initEDataType(ejbClassTypeEDataType, String.class, "EjbClassType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3777 |
initEDataType(ejbNameTypeEDataType, String.class, "EjbNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4712 |
initEDataType(ejbNameTypeEDataType, String.class, "EjbNameType", IS_SERIALIZABLE, !IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3778 |
initEDataType(methodInterfaceTypeObjectEDataType, MethodInterfaceType.class, "MethodInterfaceTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4713 |
initEDataType(methodInterfaceTypeObjectEDataType, MethodInterfaceType.class, "MethodInterfaceTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
Lines 3781-3786
Link Here
|
| 3781 |
initEDataType(persistenceTypeObjectEDataType, PersistenceType.class, "PersistenceTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4716 |
initEDataType(persistenceTypeObjectEDataType, PersistenceType.class, "PersistenceTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3782 |
initEDataType(resultTypeMappingTypeObjectEDataType, ResultTypeMappingType.class, "ResultTypeMappingTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4717 |
initEDataType(resultTypeMappingTypeObjectEDataType, ResultTypeMappingType.class, "ResultTypeMappingTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3783 |
initEDataType(sessionTypeObjectEDataType, SessionType.class, "SessionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4718 |
initEDataType(sessionTypeObjectEDataType, SessionType.class, "SessionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
|
4719 |
initEDataType(timeUnitTypeTypeObjectEDataType, TimeUnitTypeType.class, "TimeUnitTypeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3784 |
initEDataType(transactionAttributeTypeObjectEDataType, TransactionAttributeType.class, "TransactionAttributeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4720 |
initEDataType(transactionAttributeTypeObjectEDataType, TransactionAttributeType.class, "TransactionAttributeTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3785 |
initEDataType(transactionTypeObjectEDataType, TransactionType.class, "TransactionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
4721 |
initEDataType(transactionTypeObjectEDataType, TransactionType.class, "TransactionTypeObject", IS_SERIALIZABLE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 3786 |
|
4722 |
|
|
Lines 3801-3806
Link Here
|
| 3801 |
protected void createExtendedMetaDataAnnotations() { |
4737 |
protected void createExtendedMetaDataAnnotations() { |
| 3802 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
4738 |
String source = "http:///org/eclipse/emf/ecore/util/ExtendedMetaData"; //$NON-NLS-1$ |
| 3803 |
addAnnotation |
4739 |
addAnnotation |
|
|
4740 |
(accessTimeoutTypeEClass, |
| 4741 |
source, |
| 4742 |
new String[] { |
| 4743 |
"name", "access-timeoutType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4744 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4745 |
}); |
| 4746 |
addAnnotation |
| 4747 |
(getAccessTimeoutType_Timeout(), |
| 4748 |
source, |
| 4749 |
new String[] { |
| 4750 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4751 |
"name", "timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4752 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4753 |
}); |
| 4754 |
addAnnotation |
| 4755 |
(getAccessTimeoutType_Unit(), |
| 4756 |
source, |
| 4757 |
new String[] { |
| 4758 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4759 |
"name", "unit", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4760 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4761 |
}); |
| 4762 |
addAnnotation |
| 4763 |
(getAccessTimeoutType_Id(), |
| 4764 |
source, |
| 4765 |
new String[] { |
| 4766 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4767 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4768 |
}); |
| 4769 |
addAnnotation |
| 3804 |
(activationConfigEClass, |
4770 |
(activationConfigEClass, |
| 3805 |
source, |
4771 |
source, |
| 3806 |
new String[] { |
4772 |
new String[] { |
|
Lines 3882-3887
Link Here
|
| 3882 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
4848 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3883 |
"name", "rollback", //$NON-NLS-1$ //$NON-NLS-2$ |
4849 |
"name", "rollback", //$NON-NLS-1$ //$NON-NLS-2$ |
| 3884 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4850 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
4851 |
}); |
| 4852 |
addAnnotation |
| 4853 |
(getApplicationException_Inherited(), |
| 4854 |
source, |
| 4855 |
new String[] { |
| 4856 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4857 |
"name", "inherited", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4858 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3885 |
}); |
4859 |
}); |
| 3886 |
addAnnotation |
4860 |
addAnnotation |
| 3887 |
(getApplicationException_Id(), |
4861 |
(getApplicationException_Id(), |
|
Lines 3914-3919
Link Here
|
| 3914 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
4888 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3915 |
}); |
4889 |
}); |
| 3916 |
addAnnotation |
4890 |
addAnnotation |
|
|
4891 |
(aroundTimeoutTypeEClass, |
| 4892 |
source, |
| 4893 |
new String[] { |
| 4894 |
"name", "around-timeoutType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4895 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4896 |
}); |
| 4897 |
addAnnotation |
| 4898 |
(getAroundTimeoutType_Class(), |
| 4899 |
source, |
| 4900 |
new String[] { |
| 4901 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4902 |
"name", "class", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4903 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4904 |
}); |
| 4905 |
addAnnotation |
| 4906 |
(getAroundTimeoutType_MethodName(), |
| 4907 |
source, |
| 4908 |
new String[] { |
| 4909 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4910 |
"name", "method-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4911 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4912 |
}); |
| 4913 |
addAnnotation |
| 3917 |
(assemblyDescriptorEClass, |
4914 |
(assemblyDescriptorEClass, |
| 3918 |
source, |
4915 |
source, |
| 3919 |
new String[] { |
4916 |
new String[] { |
|
Lines 3984-3989
Link Here
|
| 3984 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
4981 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 3985 |
}); |
4982 |
}); |
| 3986 |
addAnnotation |
4983 |
addAnnotation |
|
|
4984 |
(asyncMethodTypeEClass, |
| 4985 |
source, |
| 4986 |
new String[] { |
| 4987 |
"name", "async-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4988 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4989 |
}); |
| 4990 |
addAnnotation |
| 4991 |
(getAsyncMethodType_MethodName(), |
| 4992 |
source, |
| 4993 |
new String[] { |
| 4994 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4995 |
"name", "method-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4996 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4997 |
}); |
| 4998 |
addAnnotation |
| 4999 |
(getAsyncMethodType_MethodParams(), |
| 5000 |
source, |
| 5001 |
new String[] { |
| 5002 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5003 |
"name", "method-params", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5004 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5005 |
}); |
| 5006 |
addAnnotation |
| 5007 |
(getAsyncMethodType_MethodIntf(), |
| 5008 |
source, |
| 5009 |
new String[] { |
| 5010 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5011 |
"name", "method-intf", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5012 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5013 |
}); |
| 5014 |
addAnnotation |
| 5015 |
(getAsyncMethodType_Id(), |
| 5016 |
source, |
| 5017 |
new String[] { |
| 5018 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5019 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5020 |
}); |
| 5021 |
addAnnotation |
| 3987 |
(cmpFieldEClass, |
5022 |
(cmpFieldEClass, |
| 3988 |
source, |
5023 |
source, |
| 3989 |
new String[] { |
5024 |
new String[] { |
|
Lines 4078-4083
Link Here
|
| 4078 |
"baseType", "cmr-field-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
5113 |
"baseType", "cmr-field-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4079 |
}); |
5114 |
}); |
| 4080 |
addAnnotation |
5115 |
addAnnotation |
|
|
5116 |
(concurrencyManagementTypeTypeEEnum, |
| 5117 |
source, |
| 5118 |
new String[] { |
| 5119 |
"name", "concurrency-management-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5120 |
}); |
| 5121 |
addAnnotation |
| 5122 |
(concurrencyManagementTypeTypeObjectEDataType, |
| 5123 |
source, |
| 5124 |
new String[] { |
| 5125 |
"name", "concurrency-management-typeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5126 |
"baseType", "concurrency-management-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5127 |
}); |
| 5128 |
addAnnotation |
| 5129 |
(concurrentLockTypeTypeEEnum, |
| 5130 |
source, |
| 5131 |
new String[] { |
| 5132 |
"name", "concurrent-lock-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5133 |
}); |
| 5134 |
addAnnotation |
| 5135 |
(concurrentLockTypeTypeObjectEDataType, |
| 5136 |
source, |
| 5137 |
new String[] { |
| 5138 |
"name", "concurrent-lock-typeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5139 |
"baseType", "concurrent-lock-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5140 |
}); |
| 5141 |
addAnnotation |
| 5142 |
(concurrentMethodTypeEClass, |
| 5143 |
source, |
| 5144 |
new String[] { |
| 5145 |
"name", "concurrent-methodType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5146 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5147 |
}); |
| 5148 |
addAnnotation |
| 5149 |
(getConcurrentMethodType_Method(), |
| 5150 |
source, |
| 5151 |
new String[] { |
| 5152 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5153 |
"name", "method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5154 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5155 |
}); |
| 5156 |
addAnnotation |
| 5157 |
(getConcurrentMethodType_Lock(), |
| 5158 |
source, |
| 5159 |
new String[] { |
| 5160 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5161 |
"name", "lock", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5162 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5163 |
}); |
| 5164 |
addAnnotation |
| 5165 |
(getConcurrentMethodType_AccessTimeout(), |
| 5166 |
source, |
| 5167 |
new String[] { |
| 5168 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5169 |
"name", "access-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5170 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5171 |
}); |
| 5172 |
addAnnotation |
| 5173 |
(getConcurrentMethodType_Id(), |
| 5174 |
source, |
| 5175 |
new String[] { |
| 5176 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5177 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5178 |
}); |
| 5179 |
addAnnotation |
| 4081 |
(containerTransactionTypeEClass, |
5180 |
(containerTransactionTypeEClass, |
| 4082 |
source, |
5181 |
source, |
| 4083 |
new String[] { |
5182 |
new String[] { |
|
Lines 4116-4121
Link Here
|
| 4116 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
5215 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4117 |
}); |
5216 |
}); |
| 4118 |
addAnnotation |
5217 |
addAnnotation |
|
|
5218 |
(dependsOnTypeEClass, |
| 5219 |
source, |
| 5220 |
new String[] { |
| 5221 |
"name", "depends-onType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5222 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5223 |
}); |
| 5224 |
addAnnotation |
| 5225 |
(getDependsOnType_EjbName(), |
| 5226 |
source, |
| 5227 |
new String[] { |
| 5228 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5229 |
"name", "ejb-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5230 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5231 |
}); |
| 5232 |
addAnnotation |
| 5233 |
(getDependsOnType_Id(), |
| 5234 |
source, |
| 5235 |
new String[] { |
| 5236 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5237 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5238 |
}); |
| 5239 |
addAnnotation |
| 4119 |
(ejbClassTypeEDataType, |
5240 |
(ejbClassTypeEDataType, |
| 4120 |
source, |
5241 |
source, |
| 4121 |
new String[] { |
5242 |
new String[] { |
|
Lines 4152-4157
Link Here
|
| 4152 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
5273 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4153 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
5274 |
"name", "icon", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4154 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
5275 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
5276 |
}); |
| 5277 |
addAnnotation |
| 5278 |
(getEJBJar_ModuleName(), |
| 5279 |
source, |
| 5280 |
new String[] { |
| 5281 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5282 |
"name", "module-name", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5283 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4155 |
}); |
5284 |
}); |
| 4156 |
addAnnotation |
5285 |
addAnnotation |
| 4157 |
(getEJBJar_EnterpriseBeans(), |
5286 |
(getEJBJar_EnterpriseBeans(), |
|
Lines 4637-4642
Link Here
|
| 4637 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
5766 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4638 |
}); |
5767 |
}); |
| 4639 |
addAnnotation |
5768 |
addAnnotation |
|
|
5769 |
(getEntityBean_DataSource(), |
| 5770 |
source, |
| 5771 |
new String[] { |
| 5772 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5773 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5774 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5775 |
}); |
| 5776 |
addAnnotation |
| 4640 |
(getEntityBean_SecurityRoleRefs(), |
5777 |
(getEntityBean_SecurityRoleRefs(), |
| 4641 |
source, |
5778 |
source, |
| 4642 |
new String[] { |
5779 |
new String[] { |
|
Lines 4881-4886
Link Here
|
| 4881 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6018 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4882 |
}); |
6019 |
}); |
| 4883 |
addAnnotation |
6020 |
addAnnotation |
|
|
6021 |
(getInterceptorType_AroundTimeouts(), |
| 6022 |
source, |
| 6023 |
new String[] { |
| 6024 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6025 |
"name", "around-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6026 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6027 |
}); |
| 6028 |
addAnnotation |
| 4884 |
(getInterceptorType_EnvEntries(), |
6029 |
(getInterceptorType_EnvEntries(), |
| 4885 |
source, |
6030 |
source, |
| 4886 |
new String[] { |
6031 |
new String[] { |
|
Lines 4961-4971
Link Here
|
| 4961 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
6106 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4962 |
}); |
6107 |
}); |
| 4963 |
addAnnotation |
6108 |
addAnnotation |
| 4964 |
(getInterceptorType_PreDestroys(), |
6109 |
(getInterceptorType_PreDestroys(), |
|
|
6110 |
source, |
| 6111 |
new String[] { |
| 6112 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6113 |
"name", "pre-destroy", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6114 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6115 |
}); |
| 6116 |
addAnnotation |
| 6117 |
(getInterceptorType_DataSource(), |
| 4965 |
source, |
6118 |
source, |
| 4966 |
new String[] { |
6119 |
new String[] { |
| 4967 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
6120 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4968 |
"name", "pre-destroy", //$NON-NLS-1$ //$NON-NLS-2$ |
6121 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 4969 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
6122 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 4970 |
}); |
6123 |
}); |
| 4971 |
addAnnotation |
6124 |
addAnnotation |
|
Lines 5053-5059
Link Here
|
| 5053 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
6206 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5054 |
"name", "messaging-type", //$NON-NLS-1$ //$NON-NLS-2$ |
6207 |
"name", "messaging-type", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5055 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6208 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5056 |
}); |
6209 |
}); |
| 5057 |
addAnnotation |
6210 |
addAnnotation |
| 5058 |
(getMessageDrivenBean_TimeoutMethod(), |
6211 |
(getMessageDrivenBean_TimeoutMethod(), |
| 5059 |
source, |
6212 |
source, |
|
Lines 5063-5068
Link Here
|
| 5063 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6216 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5064 |
}); |
6217 |
}); |
| 5065 |
addAnnotation |
6218 |
addAnnotation |
|
|
6219 |
(getMessageDrivenBean_Timer(), |
| 6220 |
source, |
| 6221 |
new String[] { |
| 6222 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6223 |
"name", "timer", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6224 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6225 |
}); |
| 6226 |
addAnnotation |
| 5066 |
(getMessageDrivenBean_TransactionType(), |
6227 |
(getMessageDrivenBean_TransactionType(), |
| 5067 |
source, |
6228 |
source, |
| 5068 |
new String[] { |
6229 |
new String[] { |
|
Lines 5103-5108
Link Here
|
| 5103 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6264 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5104 |
}); |
6265 |
}); |
| 5105 |
addAnnotation |
6266 |
addAnnotation |
|
|
6267 |
(getMessageDrivenBean_AroundTimeouts(), |
| 6268 |
source, |
| 6269 |
new String[] { |
| 6270 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6271 |
"name", "around-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6272 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6273 |
}); |
| 6274 |
addAnnotation |
| 5106 |
(getMessageDrivenBean_EnvEntries(), |
6275 |
(getMessageDrivenBean_EnvEntries(), |
| 5107 |
source, |
6276 |
source, |
| 5108 |
new String[] { |
6277 |
new String[] { |
|
Lines 5191-5196
Link Here
|
| 5191 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
6360 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5192 |
}); |
6361 |
}); |
| 5193 |
addAnnotation |
6362 |
addAnnotation |
|
|
6363 |
(getMessageDrivenBean_DataSource(), |
| 6364 |
source, |
| 6365 |
new String[] { |
| 6366 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6367 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6368 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6369 |
}); |
| 6370 |
addAnnotation |
| 6371 |
(getMessageDrivenBean_SecurityRoleRef(), |
| 6372 |
source, |
| 6373 |
new String[] { |
| 6374 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6375 |
"name", "security-role-ref", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6376 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6377 |
}); |
| 6378 |
addAnnotation |
| 5194 |
(getMessageDrivenBean_SecurityIdentity(), |
6379 |
(getMessageDrivenBean_SecurityIdentity(), |
| 5195 |
source, |
6380 |
source, |
| 5196 |
new String[] { |
6381 |
new String[] { |
|
Lines 5210-5216
Link Here
|
| 5210 |
source, |
6395 |
source, |
| 5211 |
new String[] { |
6396 |
new String[] { |
| 5212 |
"name", "method-intfType" //$NON-NLS-1$ //$NON-NLS-2$ |
6397 |
"name", "method-intfType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5213 |
}); |
6398 |
}); |
| 5214 |
addAnnotation |
6399 |
addAnnotation |
| 5215 |
(methodInterfaceTypeObjectEDataType, |
6400 |
(methodInterfaceTypeObjectEDataType, |
| 5216 |
source, |
6401 |
source, |
|
Lines 5715-5720
Link Here
|
| 5715 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6900 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5716 |
}); |
6901 |
}); |
| 5717 |
addAnnotation |
6902 |
addAnnotation |
|
|
6903 |
(getSessionBean_LocalBean(), |
| 6904 |
source, |
| 6905 |
new String[] { |
| 6906 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6907 |
"name", "local-bean", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6908 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6909 |
}); |
| 6910 |
addAnnotation |
| 5718 |
(getSessionBean_ServiceEndpoint(), |
6911 |
(getSessionBean_ServiceEndpoint(), |
| 5719 |
source, |
6912 |
source, |
| 5720 |
new String[] { |
6913 |
new String[] { |
|
Lines 5739-5750
Link Here
|
| 5739 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6932 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5740 |
}); |
6933 |
}); |
| 5741 |
addAnnotation |
6934 |
addAnnotation |
|
|
6935 |
(getSessionBean_StatefulTimeout(), |
| 6936 |
source, |
| 6937 |
new String[] { |
| 6938 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6939 |
"name", "stateful-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6940 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6941 |
}); |
| 6942 |
addAnnotation |
| 5742 |
(getSessionBean_TimeoutMethod(), |
6943 |
(getSessionBean_TimeoutMethod(), |
| 5743 |
source, |
6944 |
source, |
| 5744 |
new String[] { |
6945 |
new String[] { |
| 5745 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
6946 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5746 |
"name", "timeout-method", //$NON-NLS-1$ //$NON-NLS-2$ |
6947 |
"name", "timeout-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5747 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
6948 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
6949 |
}); |
| 6950 |
addAnnotation |
| 6951 |
(getSessionBean_Timer(), |
| 6952 |
source, |
| 6953 |
new String[] { |
| 6954 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6955 |
"name", "timer", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6956 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6957 |
}); |
| 6958 |
addAnnotation |
| 6959 |
(getSessionBean_InitOnStartup(), |
| 6960 |
source, |
| 6961 |
new String[] { |
| 6962 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6963 |
"name", "init-on-startup", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6964 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6965 |
}); |
| 6966 |
addAnnotation |
| 6967 |
(getSessionBean_ConcurrencyManagementType(), |
| 6968 |
source, |
| 6969 |
new String[] { |
| 6970 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6971 |
"name", "concurrency-management-type", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6972 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6973 |
}); |
| 6974 |
addAnnotation |
| 6975 |
(getSessionBean_ConcurrentMethod(), |
| 6976 |
source, |
| 6977 |
new String[] { |
| 6978 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6979 |
"name", "concurrent-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6980 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 6981 |
}); |
| 6982 |
addAnnotation |
| 6983 |
(getSessionBean_DependsOn(), |
| 6984 |
source, |
| 6985 |
new String[] { |
| 6986 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6987 |
"name", "depends-on", //$NON-NLS-1$ //$NON-NLS-2$ |
| 6988 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5748 |
}); |
6989 |
}); |
| 5749 |
addAnnotation |
6990 |
addAnnotation |
| 5750 |
(getSessionBean_InitMethods(), |
6991 |
(getSessionBean_InitMethods(), |
|
Lines 5763-5774
Link Here
|
| 5763 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
7004 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5764 |
}); |
7005 |
}); |
| 5765 |
addAnnotation |
7006 |
addAnnotation |
|
|
7007 |
(getSessionBean_AsyncMethod(), |
| 7008 |
source, |
| 7009 |
new String[] { |
| 7010 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7011 |
"name", "async-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7012 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7013 |
}); |
| 7014 |
addAnnotation |
| 5766 |
(getSessionBean_TransactionType(), |
7015 |
(getSessionBean_TransactionType(), |
| 5767 |
source, |
7016 |
source, |
| 5768 |
new String[] { |
7017 |
new String[] { |
| 5769 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
7018 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5770 |
"name", "transaction-type", //$NON-NLS-1$ //$NON-NLS-2$ |
7019 |
"name", "transaction-type", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5771 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
7020 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
7021 |
}); |
| 7022 |
addAnnotation |
| 7023 |
(getSessionBean_AfterBeginMethod(), |
| 7024 |
source, |
| 7025 |
new String[] { |
| 7026 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7027 |
"name", "after-begin-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7028 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7029 |
}); |
| 7030 |
addAnnotation |
| 7031 |
(getSessionBean_BeforeCompletionMethod(), |
| 7032 |
source, |
| 7033 |
new String[] { |
| 7034 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7035 |
"name", "before-completion-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7036 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7037 |
}); |
| 7038 |
addAnnotation |
| 7039 |
(getSessionBean_AfterCompletionMethod(), |
| 7040 |
source, |
| 7041 |
new String[] { |
| 7042 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7043 |
"name", "after-completion-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7044 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5772 |
}); |
7045 |
}); |
| 5773 |
addAnnotation |
7046 |
addAnnotation |
| 5774 |
(getSessionBean_AroundInvokes(), |
7047 |
(getSessionBean_AroundInvokes(), |
|
Lines 5777-5782
Link Here
|
| 5777 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
7050 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5778 |
"name", "around-invoke", //$NON-NLS-1$ //$NON-NLS-2$ |
7051 |
"name", "around-invoke", //$NON-NLS-1$ //$NON-NLS-2$ |
| 5779 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
7052 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
|
|
7053 |
}); |
| 7054 |
addAnnotation |
| 7055 |
(getSessionBean_AroundTimeouts(), |
| 7056 |
source, |
| 7057 |
new String[] { |
| 7058 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7059 |
"name", "around-timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7060 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5780 |
}); |
7061 |
}); |
| 5781 |
addAnnotation |
7062 |
addAnnotation |
| 5782 |
(getSessionBean_EnvEntries(), |
7063 |
(getSessionBean_EnvEntries(), |
|
Lines 5867-5872
Link Here
|
| 5867 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
7148 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5868 |
}); |
7149 |
}); |
| 5869 |
addAnnotation |
7150 |
addAnnotation |
|
|
7151 |
(getSessionBean_DataSource(), |
| 7152 |
source, |
| 7153 |
new String[] { |
| 7154 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7155 |
"name", "data-source", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7156 |
"namespace", "http://java.sun.com/xml/ns/javaee" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7157 |
}); |
| 7158 |
addAnnotation |
| 5870 |
(getSessionBean_PostActivates(), |
7159 |
(getSessionBean_PostActivates(), |
| 5871 |
source, |
7160 |
source, |
| 5872 |
new String[] { |
7161 |
new String[] { |
|
Lines 5910-5916
Link Here
|
| 5910 |
source, |
7199 |
source, |
| 5911 |
new String[] { |
7200 |
new String[] { |
| 5912 |
"name", "session-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
7201 |
"name", "session-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5913 |
}); |
7202 |
}); |
| 5914 |
addAnnotation |
7203 |
addAnnotation |
| 5915 |
(sessionTypeObjectEDataType, |
7204 |
(sessionTypeObjectEDataType, |
| 5916 |
source, |
7205 |
source, |
|
Lines 5919-5924
Link Here
|
| 5919 |
"baseType", "session-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
7208 |
"baseType", "session-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 5920 |
}); |
7209 |
}); |
| 5921 |
addAnnotation |
7210 |
addAnnotation |
|
|
7211 |
(statefulTimeoutTypeEClass, |
| 7212 |
source, |
| 7213 |
new String[] { |
| 7214 |
"name", "stateful-timeoutType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7215 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7216 |
}); |
| 7217 |
addAnnotation |
| 7218 |
(getStatefulTimeoutType_Timeout(), |
| 7219 |
source, |
| 7220 |
new String[] { |
| 7221 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7222 |
"name", "timeout", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7223 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7224 |
}); |
| 7225 |
addAnnotation |
| 7226 |
(getStatefulTimeoutType_Unit(), |
| 7227 |
source, |
| 7228 |
new String[] { |
| 7229 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7230 |
"name", "unit", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7231 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7232 |
}); |
| 7233 |
addAnnotation |
| 7234 |
(getStatefulTimeoutType_Id(), |
| 7235 |
source, |
| 7236 |
new String[] { |
| 7237 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7238 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7239 |
}); |
| 7240 |
addAnnotation |
| 7241 |
(timerScheduleTypeEClass, |
| 7242 |
source, |
| 7243 |
new String[] { |
| 7244 |
"name", "timer-scheduleType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7245 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7246 |
}); |
| 7247 |
addAnnotation |
| 7248 |
(getTimerScheduleType_Second(), |
| 7249 |
source, |
| 7250 |
new String[] { |
| 7251 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7252 |
"name", "second", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7253 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7254 |
}); |
| 7255 |
addAnnotation |
| 7256 |
(getTimerScheduleType_Minute(), |
| 7257 |
source, |
| 7258 |
new String[] { |
| 7259 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7260 |
"name", "minute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7261 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7262 |
}); |
| 7263 |
addAnnotation |
| 7264 |
(getTimerScheduleType_Hour(), |
| 7265 |
source, |
| 7266 |
new String[] { |
| 7267 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7268 |
"name", "hour", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7269 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7270 |
}); |
| 7271 |
addAnnotation |
| 7272 |
(getTimerScheduleType_DayOfMonth(), |
| 7273 |
source, |
| 7274 |
new String[] { |
| 7275 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7276 |
"name", "day-of-month", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7277 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7278 |
}); |
| 7279 |
addAnnotation |
| 7280 |
(getTimerScheduleType_Month(), |
| 7281 |
source, |
| 7282 |
new String[] { |
| 7283 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7284 |
"name", "month", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7285 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7286 |
}); |
| 7287 |
addAnnotation |
| 7288 |
(getTimerScheduleType_DayOfWeek(), |
| 7289 |
source, |
| 7290 |
new String[] { |
| 7291 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7292 |
"name", "day-of-week", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7293 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7294 |
}); |
| 7295 |
addAnnotation |
| 7296 |
(getTimerScheduleType_Year(), |
| 7297 |
source, |
| 7298 |
new String[] { |
| 7299 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7300 |
"name", "year", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7301 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7302 |
}); |
| 7303 |
addAnnotation |
| 7304 |
(getTimerScheduleType_Id(), |
| 7305 |
source, |
| 7306 |
new String[] { |
| 7307 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7308 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7309 |
}); |
| 7310 |
addAnnotation |
| 7311 |
(timerTypeEClass, |
| 7312 |
source, |
| 7313 |
new String[] { |
| 7314 |
"name", "timerType", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7315 |
"kind", "elementOnly" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7316 |
}); |
| 7317 |
addAnnotation |
| 7318 |
(getTimerType_Description(), |
| 7319 |
source, |
| 7320 |
new String[] { |
| 7321 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7322 |
"name", "description", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7323 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7324 |
}); |
| 7325 |
addAnnotation |
| 7326 |
(getTimerType_Schedule(), |
| 7327 |
source, |
| 7328 |
new String[] { |
| 7329 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7330 |
"name", "schedule", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7331 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7332 |
}); |
| 7333 |
addAnnotation |
| 7334 |
(getTimerType_Start(), |
| 7335 |
source, |
| 7336 |
new String[] { |
| 7337 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7338 |
"name", "start", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7339 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7340 |
}); |
| 7341 |
addAnnotation |
| 7342 |
(getTimerType_End(), |
| 7343 |
source, |
| 7344 |
new String[] { |
| 7345 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7346 |
"name", "end", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7347 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7348 |
}); |
| 7349 |
addAnnotation |
| 7350 |
(getTimerType_TimeoutMethod(), |
| 7351 |
source, |
| 7352 |
new String[] { |
| 7353 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7354 |
"name", "timeout-method", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7355 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7356 |
}); |
| 7357 |
addAnnotation |
| 7358 |
(getTimerType_Persistent(), |
| 7359 |
source, |
| 7360 |
new String[] { |
| 7361 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7362 |
"name", "persistent", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7363 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7364 |
}); |
| 7365 |
addAnnotation |
| 7366 |
(getTimerType_Timezone(), |
| 7367 |
source, |
| 7368 |
new String[] { |
| 7369 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7370 |
"name", "timezone", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7371 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7372 |
}); |
| 7373 |
addAnnotation |
| 7374 |
(getTimerType_Info(), |
| 7375 |
source, |
| 7376 |
new String[] { |
| 7377 |
"kind", "element", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7378 |
"name", "info", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7379 |
"namespace", "##targetNamespace" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7380 |
}); |
| 7381 |
addAnnotation |
| 7382 |
(getTimerType_Id(), |
| 7383 |
source, |
| 7384 |
new String[] { |
| 7385 |
"kind", "attribute", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7386 |
"name", "id" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7387 |
}); |
| 7388 |
addAnnotation |
| 7389 |
(timeUnitTypeTypeEEnum, |
| 7390 |
source, |
| 7391 |
new String[] { |
| 7392 |
"name", "time-unit-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7393 |
}); |
| 7394 |
addAnnotation |
| 7395 |
(timeUnitTypeTypeObjectEDataType, |
| 7396 |
source, |
| 7397 |
new String[] { |
| 7398 |
"name", "time-unit-typeType:Object", //$NON-NLS-1$ //$NON-NLS-2$ |
| 7399 |
"baseType", "time-unit-typeType" //$NON-NLS-1$ //$NON-NLS-2$ |
| 7400 |
}); |
| 7401 |
addAnnotation |
| 5922 |
(transactionAttributeTypeEEnum, |
7402 |
(transactionAttributeTypeEEnum, |
| 5923 |
source, |
7403 |
source, |
| 5924 |
new String[] { |
7404 |
new String[] { |