|
Lines 12-17
Link Here
|
| 12 |
|
12 |
|
| 13 |
import org.eclipse.emf.ecore.EAttribute; |
13 |
import org.eclipse.emf.ecore.EAttribute; |
| 14 |
import org.eclipse.emf.ecore.EClass; |
14 |
import org.eclipse.emf.ecore.EClass; |
|
|
15 |
import org.eclipse.emf.ecore.EEnum; |
| 15 |
import org.eclipse.emf.ecore.EPackage; |
16 |
import org.eclipse.emf.ecore.EPackage; |
| 16 |
import org.eclipse.emf.ecore.EReference; |
17 |
import org.eclipse.emf.ecore.EReference; |
| 17 |
import org.eclipse.emf.ecore.EcorePackage; |
18 |
import org.eclipse.emf.ecore.EcorePackage; |
|
Lines 37-48
Link Here
|
| 37 |
import org.eclipse.jst.j2ee.webservice.wsclient.internal.impl.Webservice_clientPackageImpl; |
38 |
import org.eclipse.jst.j2ee.webservice.wsclient.internal.impl.Webservice_clientPackageImpl; |
| 38 |
import org.eclipse.jst.j2ee.webservice.wscommon.WscommonPackage; |
39 |
import org.eclipse.jst.j2ee.webservice.wscommon.WscommonPackage; |
| 39 |
import org.eclipse.jst.j2ee.webservice.wscommon.internal.impl.WscommonPackageImpl; |
40 |
import org.eclipse.jst.j2ee.webservice.wscommon.internal.impl.WscommonPackageImpl; |
|
|
41 |
import org.eclipse.jst.j2ee.webservice.wsdd.AddressingResponsesType; |
| 42 |
import org.eclipse.jst.j2ee.webservice.wsdd.AddressingType; |
| 40 |
import org.eclipse.jst.j2ee.webservice.wsdd.BeanLink; |
43 |
import org.eclipse.jst.j2ee.webservice.wsdd.BeanLink; |
| 41 |
import org.eclipse.jst.j2ee.webservice.wsdd.EJBLink; |
44 |
import org.eclipse.jst.j2ee.webservice.wsdd.EJBLink; |
| 42 |
import org.eclipse.jst.j2ee.webservice.wsdd.Handler; |
45 |
import org.eclipse.jst.j2ee.webservice.wsdd.Handler; |
| 43 |
import org.eclipse.jst.j2ee.webservice.wsdd.HandlerChain; |
46 |
import org.eclipse.jst.j2ee.webservice.wsdd.HandlerChain; |
| 44 |
import org.eclipse.jst.j2ee.webservice.wsdd.HandlersChains; |
47 |
import org.eclipse.jst.j2ee.webservice.wsdd.HandlersChains; |
| 45 |
import org.eclipse.jst.j2ee.webservice.wsdd.PortComponent; |
48 |
import org.eclipse.jst.j2ee.webservice.wsdd.PortComponent; |
|
|
49 |
import org.eclipse.jst.j2ee.webservice.wsdd.RespectBindingType; |
| 46 |
import org.eclipse.jst.j2ee.webservice.wsdd.ServiceImplBean; |
50 |
import org.eclipse.jst.j2ee.webservice.wsdd.ServiceImplBean; |
| 47 |
import org.eclipse.jst.j2ee.webservice.wsdd.ServletLink; |
51 |
import org.eclipse.jst.j2ee.webservice.wsdd.ServletLink; |
| 48 |
import org.eclipse.jst.j2ee.webservice.wsdd.WSDLPort; |
52 |
import org.eclipse.jst.j2ee.webservice.wsdd.WSDLPort; |
|
Lines 146-151
Link Here
|
| 146 |
private EClass handlersChainsEClass = null; |
150 |
private EClass handlersChainsEClass = null; |
| 147 |
|
151 |
|
| 148 |
/** |
152 |
/** |
|
|
153 |
* <!-- begin-user-doc --> |
| 154 |
* <!-- end-user-doc --> |
| 155 |
* @generated |
| 156 |
*/ |
| 157 |
private EClass respectBindingTypeEClass = null; |
| 158 |
|
| 159 |
/** |
| 160 |
* <!-- begin-user-doc --> |
| 161 |
* <!-- end-user-doc --> |
| 162 |
* @generated |
| 163 |
*/ |
| 164 |
private EClass addressingTypeEClass = null; |
| 165 |
|
| 166 |
/** |
| 167 |
* <!-- begin-user-doc --> |
| 168 |
* <!-- end-user-doc --> |
| 169 |
* @generated |
| 170 |
*/ |
| 171 |
private EEnum addressingResponsesTypeEEnum = null; |
| 172 |
|
| 173 |
/** |
| 149 |
* Creates an instance of the model <b>Package</b>, registered with |
174 |
* Creates an instance of the model <b>Package</b>, registered with |
| 150 |
* {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package |
175 |
* {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package |
| 151 |
* package URI value. |
176 |
* package URI value. |
|
Lines 172-191
Link Here
|
| 172 |
private static boolean isInited = false; |
197 |
private static boolean isInited = false; |
| 173 |
|
198 |
|
| 174 |
/** |
199 |
/** |
| 175 |
* Creates, registers, and initializes the <b>Package</b> for this |
200 |
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. |
| 176 |
* model, and for any others upon which it depends. Simple |
201 |
* |
| 177 |
* dependencies are satisfied by calling this method on all |
202 |
* <p>This method is used to initialize {@link WsddPackage#eINSTANCE} when that field is accessed. |
| 178 |
* dependent packages before doing anything else. This method drives |
203 |
* Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. |
| 179 |
* initialization for interdependent packages directly, in parallel |
|
|
| 180 |
* with this package, itself. |
| 181 |
* <p>Of this package and its interdependencies, all packages which |
| 182 |
* have not yet been registered by their URI values are first created |
| 183 |
* and registered. The packages are then initialized in two steps: |
| 184 |
* meta-model objects for all of the packages are created before any |
| 185 |
* are initialized, since one package's meta-model objects may refer to |
| 186 |
* those of another. |
| 187 |
* <p>Invocation of this method will not affect any packages that have |
| 188 |
* already been initialized. |
| 189 |
* <!-- begin-user-doc --> |
204 |
* <!-- begin-user-doc --> |
| 190 |
* <!-- end-user-doc --> |
205 |
* <!-- end-user-doc --> |
| 191 |
* @see #eNS_URI |
206 |
* @see #eNS_URI |
|
Lines 197-208
Link Here
|
| 197 |
if (isInited) return (WsddPackage)EPackage.Registry.INSTANCE.getEPackage(WsddPackage.eNS_URI); |
212 |
if (isInited) return (WsddPackage)EPackage.Registry.INSTANCE.getEPackage(WsddPackage.eNS_URI); |
| 198 |
|
213 |
|
| 199 |
// Obtain or create and register package |
214 |
// Obtain or create and register package |
| 200 |
WsddPackageImpl theWsddPackage = (WsddPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(eNS_URI) instanceof WsddPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(eNS_URI) : new WsddPackageImpl()); |
215 |
WsddPackageImpl theWsddPackage = (WsddPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof WsddPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new WsddPackageImpl()); |
| 201 |
|
216 |
|
| 202 |
isInited = true; |
217 |
isInited = true; |
| 203 |
|
218 |
|
| 204 |
// Initialize simple dependencies |
219 |
// Initialize simple dependencies |
| 205 |
EcorePackage.eINSTANCE.eClass(); |
|
|
| 206 |
JavaRefPackage.eINSTANCE.eClass(); |
220 |
JavaRefPackage.eINSTANCE.eClass(); |
| 207 |
|
221 |
|
| 208 |
// Obtain or create and register interdependencies |
222 |
// Obtain or create and register interdependencies |
|
Lines 249-254
Link Here
|
| 249 |
// Mark meta-data to indicate it can't be changed |
263 |
// Mark meta-data to indicate it can't be changed |
| 250 |
theWsddPackage.freeze(); |
264 |
theWsddPackage.freeze(); |
| 251 |
|
265 |
|
|
|
266 |
|
| 267 |
// Update the registry and return the package |
| 268 |
EPackage.Registry.INSTANCE.put(WsddPackage.eNS_URI, theWsddPackage); |
| 252 |
return theWsddPackage; |
269 |
return theWsddPackage; |
| 253 |
} |
270 |
} |
| 254 |
|
271 |
|
|
Lines 533-538
Link Here
|
| 533 |
|
550 |
|
| 534 |
/** |
551 |
/** |
| 535 |
* <!-- begin-user-doc --> |
552 |
* <!-- begin-user-doc --> |
|
|
553 |
* <!-- end-user-doc --> |
| 554 |
* @generated |
| 555 |
*/ |
| 556 |
public EAttribute getPortComponent_MtomThreshold() { |
| 557 |
return (EAttribute)portComponentEClass.getEStructuralFeatures().get(16); |
| 558 |
} |
| 559 |
|
| 560 |
/** |
| 561 |
* <!-- begin-user-doc --> |
| 562 |
* <!-- end-user-doc --> |
| 563 |
* @generated |
| 564 |
*/ |
| 565 |
public EReference getPortComponent_RespectBinding() { |
| 566 |
return (EReference)portComponentEClass.getEStructuralFeatures().get(17); |
| 567 |
} |
| 568 |
|
| 569 |
/** |
| 570 |
* <!-- begin-user-doc --> |
| 571 |
* <!-- end-user-doc --> |
| 572 |
* @generated |
| 573 |
*/ |
| 574 |
public EReference getPortComponent_Addressing() { |
| 575 |
return (EReference)portComponentEClass.getEStructuralFeatures().get(18); |
| 576 |
} |
| 577 |
|
| 578 |
/** |
| 579 |
* <!-- begin-user-doc --> |
| 536 |
* <!-- end-user-doc --> |
580 |
* <!-- end-user-doc --> |
| 537 |
* @generated |
581 |
* @generated |
| 538 |
*/ |
582 |
*/ |
|
Lines 749-754
Link Here
|
| 749 |
|
793 |
|
| 750 |
/** |
794 |
/** |
| 751 |
* <!-- begin-user-doc --> |
795 |
* <!-- begin-user-doc --> |
|
|
796 |
* <!-- end-user-doc --> |
| 797 |
* @generated |
| 798 |
*/ |
| 799 |
public EClass getRespectBindingType() { |
| 800 |
return respectBindingTypeEClass; |
| 801 |
} |
| 802 |
|
| 803 |
/** |
| 804 |
* <!-- begin-user-doc --> |
| 805 |
* <!-- end-user-doc --> |
| 806 |
* @generated |
| 807 |
*/ |
| 808 |
public EAttribute getRespectBindingType_Enabled() { |
| 809 |
return (EAttribute)respectBindingTypeEClass.getEStructuralFeatures().get(0); |
| 810 |
} |
| 811 |
|
| 812 |
/** |
| 813 |
* <!-- begin-user-doc --> |
| 814 |
* <!-- end-user-doc --> |
| 815 |
* @generated |
| 816 |
*/ |
| 817 |
public EClass getAddressingType() { |
| 818 |
return addressingTypeEClass; |
| 819 |
} |
| 820 |
|
| 821 |
/** |
| 822 |
* <!-- begin-user-doc --> |
| 823 |
* <!-- end-user-doc --> |
| 824 |
* @generated |
| 825 |
*/ |
| 826 |
public EAttribute getAddressingType_Enabled() { |
| 827 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(0); |
| 828 |
} |
| 829 |
|
| 830 |
/** |
| 831 |
* <!-- begin-user-doc --> |
| 832 |
* <!-- end-user-doc --> |
| 833 |
* @generated |
| 834 |
*/ |
| 835 |
public EAttribute getAddressingType_Required() { |
| 836 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(1); |
| 837 |
} |
| 838 |
|
| 839 |
/** |
| 840 |
* <!-- begin-user-doc --> |
| 841 |
* <!-- end-user-doc --> |
| 842 |
* @generated |
| 843 |
*/ |
| 844 |
public EAttribute getAddressingType_Responses() { |
| 845 |
return (EAttribute)addressingTypeEClass.getEStructuralFeatures().get(2); |
| 846 |
} |
| 847 |
|
| 848 |
/** |
| 849 |
* <!-- begin-user-doc --> |
| 850 |
* <!-- end-user-doc --> |
| 851 |
* @generated |
| 852 |
*/ |
| 853 |
public EEnum getAddressingResponsesType() { |
| 854 |
return addressingResponsesTypeEEnum; |
| 855 |
} |
| 856 |
|
| 857 |
/** |
| 858 |
* <!-- begin-user-doc --> |
| 752 |
* <!-- end-user-doc --> |
859 |
* <!-- end-user-doc --> |
| 753 |
* @generated |
860 |
* @generated |
| 754 |
*/ |
861 |
*/ |
|
Lines 808-813
Link Here
|
| 808 |
createEAttribute(portComponentEClass, PORT_COMPONENT__ENABLE_MTOM); |
915 |
createEAttribute(portComponentEClass, PORT_COMPONENT__ENABLE_MTOM); |
| 809 |
createEAttribute(portComponentEClass, PORT_COMPONENT__PROTOCOL_BINDING); |
916 |
createEAttribute(portComponentEClass, PORT_COMPONENT__PROTOCOL_BINDING); |
| 810 |
createEReference(portComponentEClass, PORT_COMPONENT__HANDLER_CHAINS); |
917 |
createEReference(portComponentEClass, PORT_COMPONENT__HANDLER_CHAINS); |
|
|
918 |
createEAttribute(portComponentEClass, PORT_COMPONENT__MTOM_THRESHOLD); |
| 919 |
createEReference(portComponentEClass, PORT_COMPONENT__RESPECT_BINDING); |
| 920 |
createEReference(portComponentEClass, PORT_COMPONENT__ADDRESSING); |
| 811 |
|
921 |
|
| 812 |
wsdlPortEClass = createEClass(WSDL_PORT); |
922 |
wsdlPortEClass = createEClass(WSDL_PORT); |
| 813 |
|
923 |
|
|
Lines 841-846
Link Here
|
| 841 |
|
951 |
|
| 842 |
handlersChainsEClass = createEClass(HANDLERS_CHAINS); |
952 |
handlersChainsEClass = createEClass(HANDLERS_CHAINS); |
| 843 |
createEReference(handlersChainsEClass, HANDLERS_CHAINS__HANDLER_CHAIN); |
953 |
createEReference(handlersChainsEClass, HANDLERS_CHAINS__HANDLER_CHAIN); |
|
|
954 |
|
| 955 |
respectBindingTypeEClass = createEClass(RESPECT_BINDING_TYPE); |
| 956 |
createEAttribute(respectBindingTypeEClass, RESPECT_BINDING_TYPE__ENABLED); |
| 957 |
|
| 958 |
addressingTypeEClass = createEClass(ADDRESSING_TYPE); |
| 959 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__ENABLED); |
| 960 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__REQUIRED); |
| 961 |
createEAttribute(addressingTypeEClass, ADDRESSING_TYPE__RESPONSES); |
| 962 |
|
| 963 |
// Create enums |
| 964 |
addressingResponsesTypeEEnum = createEEnum(ADDRESSING_RESPONSES_TYPE); |
| 844 |
} |
965 |
} |
| 845 |
|
966 |
|
| 846 |
/** |
967 |
/** |
|
Lines 884-889
Link Here
|
| 884 |
wsdlServiceEClass.getESuperTypes().add(theCommonPackage.getQName()); |
1005 |
wsdlServiceEClass.getESuperTypes().add(theCommonPackage.getQName()); |
| 885 |
handlerChainEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
1006 |
handlerChainEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
| 886 |
handlersChainsEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
1007 |
handlersChainsEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
|
|
1008 |
respectBindingTypeEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
| 1009 |
addressingTypeEClass.getESuperTypes().add(theCommonPackage.getJ2EEEObject()); |
| 887 |
|
1010 |
|
| 888 |
// Initialize classes and features; add operations and parameters |
1011 |
// Initialize classes and features; add operations and parameters |
| 889 |
initEClass(webServicesEClass, WebServices.class, "WebServices", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
1012 |
initEClass(webServicesEClass, WebServices.class, "WebServices", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
|
Lines 919-924
Link Here
|
| 919 |
initEAttribute(getPortComponent_EnableMtom(), theEcorePackage.getEBoolean(), "enableMtom", "", 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
1042 |
initEAttribute(getPortComponent_EnableMtom(), theEcorePackage.getEBoolean(), "enableMtom", "", 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ //$NON-NLS-2$ |
| 920 |
initEAttribute(getPortComponent_ProtocolBinding(), ecorePackage.getEString(), "protocolBinding", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
1043 |
initEAttribute(getPortComponent_ProtocolBinding(), ecorePackage.getEString(), "protocolBinding", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 921 |
initEReference(getPortComponent_HandlerChains(), this.getHandlersChains(), null, "handlerChains", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
1044 |
initEReference(getPortComponent_HandlerChains(), this.getHandlersChains(), null, "handlerChains", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
|
|
1045 |
initEAttribute(getPortComponent_MtomThreshold(), theEcorePackage.getEBigInteger(), "mtomThreshold", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1046 |
initEReference(getPortComponent_RespectBinding(), this.getRespectBindingType(), null, "respectBinding", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1047 |
initEReference(getPortComponent_Addressing(), this.getAddressingType(), null, "addressing", null, 0, 1, PortComponent.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 922 |
|
1048 |
|
| 923 |
initEClass(wsdlPortEClass, WSDLPort.class, "WSDLPort", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
1049 |
initEClass(wsdlPortEClass, WSDLPort.class, "WSDLPort", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 924 |
|
1050 |
|
|
Lines 953-958
Link Here
|
| 953 |
initEClass(handlersChainsEClass, HandlersChains.class, "HandlersChains", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
1079 |
initEClass(handlersChainsEClass, HandlersChains.class, "HandlersChains", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 954 |
initEReference(getHandlersChains_HandlerChain(), this.getHandlerChain(), null, "handlerChain", null, 0, -1, HandlersChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
1080 |
initEReference(getHandlersChains_HandlerChain(), this.getHandlerChain(), null, "handlerChain", null, 0, -1, HandlersChains.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 955 |
|
1081 |
|
|
|
1082 |
initEClass(respectBindingTypeEClass, RespectBindingType.class, "RespectBindingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1083 |
initEAttribute(getRespectBindingType_Enabled(), theEcorePackage.getEBoolean(), "enabled", null, 0, 1, RespectBindingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1084 |
|
| 1085 |
initEClass(addressingTypeEClass, AddressingType.class, "AddressingType", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); //$NON-NLS-1$ |
| 1086 |
initEAttribute(getAddressingType_Enabled(), theEcorePackage.getEBoolean(), "enabled", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1087 |
initEAttribute(getAddressingType_Required(), theEcorePackage.getEBoolean(), "required", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1088 |
initEAttribute(getAddressingType_Responses(), this.getAddressingResponsesType(), "responses", null, 0, 1, AddressingType.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); //$NON-NLS-1$ |
| 1089 |
|
| 1090 |
// Initialize enums and add enum literals |
| 1091 |
initEEnum(addressingResponsesTypeEEnum, AddressingResponsesType.class, "AddressingResponsesType"); //$NON-NLS-1$ |
| 1092 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.ANONYMOUS_LITERAL); |
| 1093 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.NONANONYMOUS_LITERAL); |
| 1094 |
addEEnumLiteral(addressingResponsesTypeEEnum, AddressingResponsesType.ALL_LITERAL); |
| 1095 |
|
| 956 |
// Create resource |
1096 |
// Create resource |
| 957 |
createResource(eNS_URI); |
1097 |
createResource(eNS_URI); |
| 958 |
} |
1098 |
} |