Compare commits

...

1 Commits

Author SHA1 Message Date
wchen-talend
7ac3a7323b feature(TUP-24029):[FTP] Connection wizard add timeout property 2019-09-20 10:16:36 +08:00
153 changed files with 1152 additions and 804 deletions

View File

@@ -2,12 +2,18 @@ Manifest-Version: 1.0
Bundle-ManifestVersion: 2
Bundle-Name: %pluginName
Bundle-SymbolicName: org.talend.model;singleton:=true
Automatic-Module-Name: org.talend.model
Bundle-Version: 7.3.1.qualifier
Bundle-ClassPath: .
Bundle-Vendor: %providerName
Bundle-Localization: plugin
Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core.runtime",
org.talend.core.model.component_cache;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
Bundle-RequiredExecutionEnvironment: J2SE-1.5
Export-Package: org.talend.core.model;
uses:="org.osgi.framework,
org.eclipse.core.runtime",
org.talend.core.model.component_cache;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util",
org.talend.core.model.component_cache.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -24,7 +30,9 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.xmi.impl,
org.talend.core.model.component_cache",
org.talend.core.model.expression;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
org.talend.core.model.expression;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util",
org.talend.core.model.expression.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -72,7 +80,9 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.talend.designer.core.model.utils.emf.talendfile,
org.talend.core.model.metadata.builder.connection,
org.eclipse.gmf.runtime.notation",
org.talend.core.model.properties.helper;uses:="org.eclipse.emf.common.util,org.eclipse.emf.ecore.resource.impl",
org.talend.core.model.properties.helper;
uses:="org.eclipse.emf.common.util,
org.eclipse.emf.ecore.resource.impl",
org.talend.core.model.properties.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -90,9 +100,16 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.talend.core.model.properties,
org.eclipse.emf.common.notify,
org.eclipse.emf.common.notify.impl",
org.talend.core.model.resources;uses:="org.eclipse.emf.ecore,org.talend.core.model.properties",
org.talend.cwm.constants;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
org.talend.cwm.constants.impl;uses:="org.eclipse.emf.ecore,org.eclipse.emf.ecore.impl,org.talend.cwm.constants",
org.talend.core.model.resources;
uses:="org.eclipse.emf.ecore,
org.talend.core.model.properties",
org.talend.cwm.constants;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util",
org.talend.cwm.constants.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
org.talend.cwm.constants",
org.talend.cwm.helper;
uses:="org.eclipse.emf.ecore,
orgomg.cwm.foundation.businessinformation,
@@ -140,7 +157,9 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.common.notify.impl,
org.talend.core.model.metadata.builder.connection,
org.talend.cwm.relational",
org.talend.cwm.softwaredeployment;uses:="org.eclipse.emf.ecore,orgomg.cwm.foundation.softwaredeployment",
org.talend.cwm.softwaredeployment;
uses:="org.eclipse.emf.ecore,
orgomg.cwm.foundation.softwaredeployment",
org.talend.cwm.softwaredeployment.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -153,7 +172,10 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.common.notify,
org.eclipse.emf.common.notify.impl,
org.talend.cwm.softwaredeployment",
org.talend.cwm.xml;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util,orgomg.cwm.resource.xml",
org.talend.cwm.xml;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util,
orgomg.cwm.resource.xml",
org.talend.cwm.xml.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -168,7 +190,9 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.common.notify.impl,
orgomg.cwm.resource.xml,
org.talend.cwm.xml",
org.talend.designer.business.model.business;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
org.talend.designer.business.model.business;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util",
org.talend.designer.business.model.business.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -180,7 +204,10 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.talend.designer.business.model.business,
org.eclipse.emf.common.notify,
org.eclipse.emf.common.notify.impl",
org.talend.designer.core.model.utils.emf.component;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util,org.eclipse.emf.ecore.util",
org.talend.designer.core.model.utils.emf.component;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util,
org.eclipse.emf.ecore.util",
org.talend.designer.core.model.utils.emf.component.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -199,7 +226,10 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.util,
org.talend.designer.core.model.utils.emf.component",
org.talend.designer.core.model.utils.emf.talendfile;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util,org.eclipse.emf.ecore.util",
org.talend.designer.core.model.utils.emf.talendfile;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util,
org.eclipse.emf.ecore.util",
org.talend.designer.core.model.utils.emf.talendfile.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -218,7 +248,10 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.common.notify,
org.eclipse.emf.common.notify.impl,
org.eclipse.emf.ecore.util",
org.talend.designer.joblet.model;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util,org.talend.designer.core.model.utils.emf.talendfile",
org.talend.designer.joblet.model;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util,
org.talend.designer.core.model.utils.emf.talendfile",
org.talend.designer.joblet.model.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,
@@ -237,14 +270,18 @@ Export-Package: org.talend.core.model;uses:="org.osgi.framework,org.eclipse.core
org.eclipse.emf.ecore.resource,
org.eclipse.emf.common.notify,
org.eclipse.emf.common.notify.impl",
org.talend.model.bridge;uses:="org.talend.core.model.properties,org.eclipse.core.resources",
org.talend.model.bridge;
uses:="org.talend.core.model.properties,
org.eclipse.core.resources",
org.talend.model.emf;
uses:="org.eclipse.emf.common.util,
org.talend.commons.runtime.model.emf,
org.eclipse.emf.ecore.resource,
org.eclipse.emf.ecore.xmi.impl,
org.eclipse.emf.ecore.xmi",
org.talend.model.recyclebin;uses:="org.eclipse.emf.ecore,org.eclipse.emf.common.util",
org.talend.model.recyclebin;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.common.util",
org.talend.model.recyclebin.impl;
uses:="org.eclipse.emf.ecore,
org.eclipse.emf.ecore.impl,

View File

@@ -725,6 +725,7 @@
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Proxypassword" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="CustomEncode" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="UseFileNameEncoding" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EBoolean"/>
<eStructuralFeatures xsi:type="ecore:EAttribute" name="Timeout" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//ELong"/>
</eClassifiers>
<eClassifiers xsi:type="ecore:EClass" name="BRMSConnection" eSuperTypes="#//Connection">
<eStructuralFeatures xsi:type="ecore:EAttribute" name="xmlField" eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EString"/>

View File

@@ -477,6 +477,7 @@
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute metadata.ecore#//FTPConnection/Proxypassword"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute metadata.ecore#//FTPConnection/CustomEncode"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute metadata.ecore#//FTPConnection/UseFileNameEncoding"/>
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute metadata.ecore#//FTPConnection/Timeout"/>
</genClasses>
<genClasses ecoreClass="metadata.ecore#//BRMSConnection">
<genFeatures createChild="false" ecoreFeature="ecore:EAttribute metadata.ecore#//BRMSConnection/xmlField"/>

View File

@@ -20,6 +20,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties <em>Properties</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getId <em>Id</em>}</li>
@@ -29,7 +30,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#isSynchronised <em>Synchronised</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#isDivergency <em>Divergency</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getAbstractMetadataObject()
* @model abstract="true"
@@ -57,6 +57,7 @@ public interface AbstractMetadataObject extends ModelElement {
* @model default="" dataType="org.talend.core.model.metadata.builder.connection.Map" required="true"
* @generated
*/
@Deprecated
HashMap getProperties();
/**
@@ -64,8 +65,10 @@ public interface AbstractMetadataObject extends ModelElement {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Properties</em>' attribute.
* @see #getProperties()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
void setProperties(HashMap value);
/**

View File

@@ -11,11 +11,11 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.AdditionalConnectionProperty#getPropertyName <em>Property Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.AdditionalConnectionProperty#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getAdditionalConnectionProperty()
* @model

View File

@@ -15,6 +15,7 @@ import java.util.ArrayList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.BRMSConnection#getXmlField <em>Xml Field</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.BRMSConnection#getUrlName <em>Url Name</em>}</li>
@@ -26,7 +27,6 @@ import java.util.ArrayList;
* <li>{@link org.talend.core.model.metadata.builder.connection.BRMSConnection#getLoop <em>Loop</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.BRMSConnection#getPackage <em>Package</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getBRMSConnection()
* @model

View File

@@ -20,11 +20,11 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCConnection#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCConnection#getCdcTypes <em>Cdc Types</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getCDCConnection()
* @model

View File

@@ -14,13 +14,13 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCType#getLinkDB <em>Link DB</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCType#getSubscribers <em>Subscribers</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCType#getCdcConnection <em>Cdc Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.CDCType#getJournalName <em>Journal Name</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getCDCType()
* @model

View File

@@ -16,6 +16,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.Concept#getLoopExpression <em>Loop Expression</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.Concept#getLoopLimit <em>Loop Limit</em>}</li>
@@ -27,7 +28,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.Concept#getConceptType <em>Concept Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.Concept#getXPathPrefix <em>XPath Prefix</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getConcept()
* @model

View File

@@ -14,12 +14,12 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConceptTarget#getSchema <em>Schema</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConceptTarget#getTargetName <em>Target Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConceptTarget#getRelativeLoopExpression <em>Relative Loop Expression</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getConceptTarget()
* @model

View File

@@ -14,13 +14,13 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConditionType#getInputColumn <em>Input Column</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConditionType#getFunction <em>Function</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConditionType#getOperator <em>Operator</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ConditionType#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getConditionType()
* @model

View File

@@ -233,9 +233,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int ABSTRACT_METADATA_OBJECT__PROPERTIES = CorePackage.MODEL_ELEMENT_FEATURE_COUNT + 0;
/**
@@ -471,9 +473,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -717,9 +721,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int CONNECTION__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -1103,9 +1109,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_COLUMN__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -1342,9 +1350,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Default Value</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_COLUMN__DEFAULT_VALUE = ABSTRACT_METADATA_OBJECT_FEATURE_COUNT + 22;
/**
@@ -1382,9 +1392,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Original Field</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_COLUMN__ORIGINAL_FIELD = ABSTRACT_METADATA_OBJECT_FEATURE_COUNT + 27;
/**
@@ -1615,9 +1627,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_TABLE__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -1816,9 +1830,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Source Name</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_TABLE__SOURCE_NAME = ABSTRACT_METADATA_OBJECT_FEATURE_COUNT + 17;
/**
@@ -1856,9 +1872,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Connection</b></em>' reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int METADATA_TABLE__CONNECTION = ABSTRACT_METADATA_OBJECT_FEATURE_COUNT + 22;
/**
@@ -2055,9 +2073,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int FILE_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -2606,9 +2626,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int DELIMITED_FILE_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -3174,9 +3196,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int POSITIONAL_FILE_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -3725,9 +3749,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int EBCDIC_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -4319,9 +4345,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int MDM_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -4795,9 +4823,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int DATABASE_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -5393,9 +5423,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -5917,9 +5949,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_FUNCTION_UNIT__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -6253,9 +6287,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPI_DOC_UNIT__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -6548,9 +6584,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_FUNCTION_PARAMETER_COLUMN__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -6836,9 +6874,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -7083,9 +7123,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int INPUT_SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES = SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES;
/**
@@ -7339,9 +7381,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int OUTPUT_SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES = SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES;
/**
@@ -7595,9 +7639,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int REGEXP_FILE_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -8155,9 +8201,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int XML_FILE_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -8732,9 +8780,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int QUERY__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -8994,9 +9044,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int LDIF_FILE_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -9420,9 +9472,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int FILE_EXCEL_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -10110,9 +10164,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int GENERIC_SCHEMA_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -10513,9 +10569,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int LDAP_SCHEMA_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -11086,9 +11144,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int WSDL_SCHEMA_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -11606,9 +11666,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SALESFORCE_SCHEMA_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -12230,9 +12292,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int CDC_TYPE__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -12500,9 +12564,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SUBSCRIBER_TABLE__PROPERTIES = RelationalPackage.TD_TABLE__PROPERTIES;
/**
@@ -12701,9 +12767,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Source Name</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SUBSCRIBER_TABLE__SOURCE_NAME = RelationalPackage.TD_TABLE__SOURCE_NAME;
/**
@@ -12741,9 +12809,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Connection</b></em>' reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SUBSCRIBER_TABLE__CONNECTION = RelationalPackage.TD_TABLE__CONNECTION;
/**
@@ -13006,9 +13076,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TEST_INPUT_PARAMETER_TABLE__PROPERTIES = SAP_FUNCTION_PARAMETER_TABLE__PROPERTIES;
/**
@@ -13262,9 +13334,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int CONCEPT__PROPERTIES = RelationalPackage.TD_TABLE__PROPERTIES;
/**
@@ -13463,9 +13537,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Source Name</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int CONCEPT__SOURCE_NAME = RelationalPackage.TD_TABLE__SOURCE_NAME;
/**
@@ -13503,9 +13579,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Connection</b></em>' reference.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int CONCEPT__CONNECTION = RelationalPackage.TD_TABLE__CONNECTION;
/**
@@ -13882,9 +13960,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int HL7_CONNECTION__PROPERTIES = FILE_CONNECTION__PROPERTIES;
/**
@@ -14469,9 +14549,11 @@ public interface ConnectionPackage extends EPackage {
/**
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int HEADER_FOOTER_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -15306,9 +15388,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int FTP_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -15698,6 +15782,15 @@ public interface ConnectionPackage extends EPackage {
*/
int FTP_CONNECTION__USE_FILE_NAME_ENCODING = CONNECTION_FEATURE_COUNT + 19;
/**
* The feature id for the '<em><b>Timeout</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
* @ordered
*/
int FTP_CONNECTION__TIMEOUT = CONNECTION_FEATURE_COUNT + 20;
/**
* The number of structural features of the '<em>FTP Connection</em>' class.
* <!-- begin-user-doc -->
@@ -15705,7 +15798,7 @@ public interface ConnectionPackage extends EPackage {
* @generated
* @ordered
*/
int FTP_CONNECTION_FEATURE_COUNT = CONNECTION_FEATURE_COUNT + 20;
int FTP_CONNECTION_FEATURE_COUNT = CONNECTION_FEATURE_COUNT + 21;
/**
* The meta object id for the '{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl <em>BRMS Connection</em>}' class.
@@ -15892,9 +15985,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int BRMS_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -16389,9 +16484,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int VALIDATION_RULES_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -17021,9 +17118,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int EDIFACT_CONNECTION__PROPERTIES = CONNECTION__PROPERTIES;
/**
@@ -17454,9 +17553,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int EDIFACT_COLUMN__PROPERTIES = METADATA_COLUMN__PROPERTIES;
/**
@@ -17715,9 +17816,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Default Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int EDIFACT_COLUMN__DEFAULT_VALUE = METADATA_COLUMN__DEFAULT_VALUE;
/**
@@ -17760,9 +17863,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Original Field</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int EDIFACT_COLUMN__ORIGINAL_FIELD = METADATA_COLUMN__ORIGINAL_FIELD;
/**
@@ -18022,9 +18127,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SALESFORCE_MODULE_UNIT__PROPERTIES = ABSTRACT_METADATA_OBJECT__PROPERTIES;
/**
@@ -18358,9 +18465,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE__PROPERTIES = METADATA_TABLE__PROPERTIES;
/**
@@ -18574,9 +18683,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Source Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE__SOURCE_NAME = METADATA_TABLE__SOURCE_NAME;
/**
@@ -18619,9 +18730,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Connection</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE__CONNECTION = METADATA_TABLE__CONNECTION;
/**
@@ -18826,9 +18939,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE_FIELD__PROPERTIES = METADATA_COLUMN__PROPERTIES;
/**
@@ -19087,9 +19202,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Default Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE_FIELD__DEFAULT_VALUE = METADATA_COLUMN__DEFAULT_VALUE;
/**
@@ -19132,9 +19249,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Original Field</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAP_TABLE_FIELD__ORIGINAL_FIELD = METADATA_COLUMN__ORIGINAL_FIELD;
/**
@@ -19559,9 +19678,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE__PROPERTIES = SAP_TABLE__PROPERTIES;
/**
@@ -19775,9 +19896,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Source Name</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE__SOURCE_NAME = SAP_TABLE__SOURCE_NAME;
/**
@@ -19820,9 +19943,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Connection</b></em>' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE__CONNECTION = SAP_TABLE__CONNECTION;
/**
@@ -20082,9 +20207,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Properties</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE_FIELD__PROPERTIES = SAP_TABLE_FIELD__PROPERTIES;
/**
@@ -20343,9 +20470,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Default Value</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE_FIELD__DEFAULT_VALUE = SAP_TABLE_FIELD__DEFAULT_VALUE;
/**
@@ -20388,9 +20517,11 @@ public interface ConnectionPackage extends EPackage {
* The feature id for the '<em><b>Original Field</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
int SAPBW_TABLE_FIELD__ORIGINAL_FIELD = SAP_TABLE_FIELD__ORIGINAL_FIELD;
/**
@@ -20712,8 +20843,10 @@ public interface ConnectionPackage extends EPackage {
* @return the meta object for the attribute '<em>Default Value</em>'.
* @see org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue()
* @see #getMetadataColumn()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute getMetadataColumn_DefaultValue();
/**
@@ -20767,8 +20900,10 @@ public interface ConnectionPackage extends EPackage {
* @return the meta object for the attribute '<em>Original Field</em>'.
* @see org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField()
* @see #getMetadataColumn()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute getMetadataColumn_OriginalField();
/**
@@ -20841,8 +20976,10 @@ public interface ConnectionPackage extends EPackage {
* @return the meta object for the attribute '<em>Properties</em>'.
* @see org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties()
* @see #getAbstractMetadataObject()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute getAbstractMetadataObject_Properties();
/**
@@ -20928,6 +21065,7 @@ public interface ConnectionPackage extends EPackage {
* @see #getMetadataTable()
* @generated
*/
@Deprecated
EAttribute getMetadataTable_SourceName();
/**
@@ -20984,6 +21122,7 @@ public interface ConnectionPackage extends EPackage {
* @see #getMetadataTable()
* @generated
*/
@Deprecated
EReference getMetadataTable_Connection();
/**
@@ -24418,6 +24557,17 @@ public interface ConnectionPackage extends EPackage {
*/
EAttribute getFTPConnection_UseFileNameEncoding();
/**
* Returns the meta object for the attribute '{@link org.talend.core.model.metadata.builder.connection.FTPConnection#getTimeout <em>Timeout</em>}'.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the meta object for the attribute '<em>Timeout</em>'.
* @see org.talend.core.model.metadata.builder.connection.FTPConnection#getTimeout()
* @see #getFTPConnection()
* @generated
*/
EAttribute getFTPConnection_Timeout();
/**
* Returns the meta object for class '{@link org.talend.core.model.metadata.builder.connection.BRMSConnection <em>BRMS Connection</em>}'.
* <!-- begin-user-doc -->
@@ -24752,6 +24902,7 @@ public interface ConnectionPackage extends EPackage {
* @see java.util.Map.Entry
* @model keyDataType="org.eclipse.emf.ecore.EString"
* valueDataType="org.eclipse.emf.ecore.EString"
* annotation="MapEntry"
* @generated
*/
EClass getAdditionalProperties();
@@ -25498,8 +25649,10 @@ public interface ConnectionPackage extends EPackage {
* The meta object literal for the '<em><b>Default Value</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute METADATA_COLUMN__DEFAULT_VALUE = eINSTANCE.getMetadataColumn_DefaultValue();
/**
@@ -25538,8 +25691,10 @@ public interface ConnectionPackage extends EPackage {
* The meta object literal for the '<em><b>Original Field</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute METADATA_COLUMN__ORIGINAL_FIELD = eINSTANCE.getMetadataColumn_OriginalField();
/**
@@ -25595,8 +25750,10 @@ public interface ConnectionPackage extends EPackage {
* The meta object literal for the '<em><b>Properties</b></em>' attribute feature.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute ABSTRACT_METADATA_OBJECT__PROPERTIES = eINSTANCE.getAbstractMetadataObject_Properties();
/**
@@ -25660,8 +25817,10 @@ public interface ConnectionPackage extends EPackage {
* The meta object literal for the '<em><b>Source Name</b></em>' attribute feature.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
*/
@Deprecated
EAttribute METADATA_TABLE__SOURCE_NAME = eINSTANCE.getMetadataTable_SourceName();
/**
@@ -25700,8 +25859,10 @@ public interface ConnectionPackage extends EPackage {
* The meta object literal for the '<em><b>Connection</b></em>' reference feature.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
*/
@Deprecated
EReference METADATA_TABLE__CONNECTION = eINSTANCE.getMetadataTable_Connection();
/**
@@ -28338,6 +28499,14 @@ public interface ConnectionPackage extends EPackage {
*/
EAttribute FTP_CONNECTION__USE_FILE_NAME_ENCODING = eINSTANCE.getFTPConnection_UseFileNameEncoding();
/**
* The meta object literal for the '<em><b>Timeout</b></em>' attribute feature.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
EAttribute FTP_CONNECTION__TIMEOUT = eINSTANCE.getFTPConnection_Timeout();
/**
* The meta object literal for the '{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl <em>BRMS Connection</em>}' class.
* <!-- begin-user-doc -->

View File

@@ -750,7 +750,7 @@ public interface DatabaseConnection extends Connection {
* <!-- end-user-doc -->
* @return the value of the '<em>Parameters</em>' map.
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getDatabaseConnection_Parameters()
* @model mapType="org.talend.core.model.metadata.builder.connection.AdditionalProperties<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
* @model mapType="org.talend.core.model.metadata.builder.connection.AdditionalProperties&lt;org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString&gt;"
* @generated
*/
EMap<String, String> getParameters();

View File

@@ -12,11 +12,11 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.DelimitedFileConnection#getFieldSeparatorType <em>Field Separator Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.DelimitedFileConnection#isSplitRecord <em>Split Record</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getDelimitedFileConnection()
* @model

View File

@@ -12,11 +12,11 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.EDIFACTColumn#getEDIColumnName <em>EDI Column Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.EDIFACTColumn#getEDIXpath <em>EDI Xpath</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getEDIFACTColumn()
* @model

View File

@@ -14,12 +14,12 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.EDIFACTConnection#getXmlName <em>Xml Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.EDIFACTConnection#getFileName <em>File Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.EDIFACTConnection#getXmlPath <em>Xml Path</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getEDIFACTConnection()
* @model

View File

@@ -12,6 +12,7 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.EbcdicConnection#getMidFile <em>Mid File</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.EbcdicConnection#getDataFile <em>Data File</em>}</li>
@@ -19,7 +20,6 @@ package org.talend.core.model.metadata.builder.connection;
* <li>{@link org.talend.core.model.metadata.builder.connection.EbcdicConnection#getSourceFileStart <em>Source File Start</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.EbcdicConnection#getSourceFileEnd <em>Source File End</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getEbcdicConnection()
* @model

View File

@@ -90,6 +90,8 @@ public enum Escape implements Enumerator {
* Returns the '<em><b>Escape</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Escape get(String literal) {
@@ -106,6 +108,8 @@ public enum Escape implements Enumerator {
* Returns the '<em><b>Escape</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Escape getByName(String name) {
@@ -122,6 +126,8 @@ public enum Escape implements Enumerator {
* Returns the '<em><b>Escape</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Escape get(int value) {

View File

@@ -34,6 +34,7 @@ package org.talend.core.model.metadata.builder.connection;
* <li>{@link org.talend.core.model.metadata.builder.connection.FTPConnection#getProxypassword <em>Proxypassword</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FTPConnection#getCustomEncode <em>Custom Encode</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FTPConnection#isUseFileNameEncoding <em>Use File Name Encoding</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FTPConnection#getTimeout <em>Timeout</em>}</li>
* </ul>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getFTPConnection()
@@ -562,4 +563,26 @@ public interface FTPConnection extends Connection {
*/
void setUseFileNameEncoding(boolean value);
/**
* Returns the value of the '<em><b>Timeout</b></em>' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @return the value of the '<em>Timeout</em>' attribute.
* @see #setTimeout(long)
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getFTPConnection_Timeout()
* @model
* @generated
*/
long getTimeout();
/**
* Sets the value of the '{@link org.talend.core.model.metadata.builder.connection.FTPConnection#getTimeout <em>Timeout</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Timeout</em>' attribute.
* @see #getTimeout()
* @generated
*/
void setTimeout(long value);
} // FTPConnection

View File

@@ -231,6 +231,8 @@ public enum FieldSeparator implements Enumerator {
* Returns the '<em><b>Field Separator</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FieldSeparator get(String literal) {
@@ -247,6 +249,8 @@ public enum FieldSeparator implements Enumerator {
* Returns the '<em><b>Field Separator</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FieldSeparator getByName(String name) {
@@ -263,6 +267,8 @@ public enum FieldSeparator implements Enumerator {
* Returns the '<em><b>Field Separator</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FieldSeparator get(int value) {

View File

@@ -12,6 +12,7 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileConnection#getServer <em>Server</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileConnection#getFilePath <em>File Path</em>}</li>
@@ -34,7 +35,6 @@ package org.talend.core.model.metadata.builder.connection;
* <li>{@link org.talend.core.model.metadata.builder.connection.FileConnection#getTextEnclosure <em>Text Enclosure</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileConnection#isCsvOption <em>Csv Option</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getFileConnection()
* @model abstract="true"

View File

@@ -15,6 +15,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileExcelConnection#getSheetName <em>Sheet Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileExcelConnection#getSheetColumns <em>Sheet Columns</em>}</li>
@@ -27,7 +28,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.FileExcelConnection#getSheetList <em>Sheet List</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.FileExcelConnection#getGenerationMode <em>Generation Mode</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getFileExcelConnection()
* @model

View File

@@ -114,6 +114,8 @@ public enum FileFormat implements Enumerator {
* Returns the '<em><b>File Format</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FileFormat get(String literal) {
@@ -130,6 +132,8 @@ public enum FileFormat implements Enumerator {
* Returns the '<em><b>File Format</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FileFormat getByName(String name) {
@@ -146,6 +150,8 @@ public enum FileFormat implements Enumerator {
* Returns the '<em><b>File Format</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static FileFormat get(int value) {

View File

@@ -207,6 +207,8 @@ public enum Function implements Enumerator {
* Returns the '<em><b>Function</b></em>' literal with the specified literal value.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Function get(String literal) {
@@ -239,6 +241,8 @@ public enum Function implements Enumerator {
* Returns the '<em><b>Function</b></em>' literal with the specified integer value.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Function get(int value) {

View File

@@ -12,11 +12,11 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.GenericSchemaConnection#isMappingTypeUsed <em>Mapping Type Used</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.GenericSchemaConnection#getMappingTypeId <em>Mapping Type Id</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getGenericSchemaConnection()
* @model

View File

@@ -14,13 +14,13 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7Connection#getStartChar <em>Start Char</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7Connection#getEndChar <em>End Char</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7Connection#getRoot <em>Root</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7Connection#getOutputFilePath <em>Output File Path</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getHL7Connection()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7FileNode#getFilePath <em>File Path</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7FileNode#getOrder <em>Order</em>}</li>
@@ -22,7 +23,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7FileNode#getRelatedColumn <em>Related Column</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HL7FileNode#isRepeatable <em>Repeatable</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getHL7FileNode()
* @model

View File

@@ -12,13 +12,13 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.HeaderFooterConnection#isIsHeader <em>Is Header</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HeaderFooterConnection#getImports <em>Imports</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HeaderFooterConnection#getMainCode <em>Main Code</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.HeaderFooterConnection#getLibraries <em>Libraries</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getHeaderFooterConnection()
* @model

View File

@@ -12,10 +12,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.InputSAPFunctionParameterTable#getFunctionUnit <em>Function Unit</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getInputSAPFunctionParameterTable()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection#getHost <em>Host</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection#getPort <em>Port</em>}</li>
@@ -39,7 +40,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection#getReturnAttributes <em>Return Attributes</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection#getSelectedDN <em>Selected DN</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getLDAPSchemaConnection()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.LdifFileConnection#getValue <em>Value</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.LdifFileConnection#getFilePath <em>File Path</em>}</li>
@@ -21,7 +22,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.LdifFileConnection#isUseLimit <em>Use Limit</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.LdifFileConnection#getServer <em>Server</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getLdifFileConnection()
* @model

View File

@@ -46,7 +46,7 @@ public enum LogicalOperator implements Enumerator {
* </p>
* <!-- end-user-doc -->
* @see #AND
* @model name="And" literal="&amp;&amp;"
* @model name="And" literal="&amp;amp;&amp;amp;"
* @generated
* @ordered
*/
@@ -86,6 +86,8 @@ public enum LogicalOperator implements Enumerator {
* Returns the '<em><b>Logical Operator</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static LogicalOperator get(String literal) {
@@ -102,6 +104,8 @@ public enum LogicalOperator implements Enumerator {
* Returns the '<em><b>Logical Operator</b></em>' literal with the specified name.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static LogicalOperator getByName(String name) {
@@ -118,6 +122,8 @@ public enum LogicalOperator implements Enumerator {
* Returns the '<em><b>Logical Operator</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static LogicalOperator get(int value) {

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.MDMConnection#getUsername <em>Username</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MDMConnection#getPassword <em>Password</em>}</li>
@@ -27,7 +28,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.MDMConnection#getContext <em>Context</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MDMConnection#getServerUrl <em>Server Url</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getMDMConnection()
* @model

View File

@@ -66,6 +66,8 @@ public enum MDMConnectionProtocol implements Enumerator {
* Returns the '<em><b>MDM Connection Protocol</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MDMConnectionProtocol get(String literal) {
@@ -82,6 +84,8 @@ public enum MDMConnectionProtocol implements Enumerator {
* Returns the '<em><b>MDM Connection Protocol</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MDMConnectionProtocol getByName(String name) {
@@ -98,6 +102,8 @@ public enum MDMConnectionProtocol implements Enumerator {
* Returns the '<em><b>MDM Connection Protocol</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MDMConnectionProtocol get(int value) {

View File

@@ -116,6 +116,8 @@ public enum MdmConceptType implements Enumerator {
* Returns the '<em><b>Mdm Concept Type</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MdmConceptType get(String literal) {
@@ -132,6 +134,8 @@ public enum MdmConceptType implements Enumerator {
* Returns the '<em><b>Mdm Concept Type</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MdmConceptType getByName(String name) {
@@ -148,6 +152,8 @@ public enum MdmConceptType implements Enumerator {
* Returns the '<em><b>Mdm Concept Type</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static MdmConceptType get(int value) {

View File

@@ -14,10 +14,10 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.Metadata#getConnections <em>Connections</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getMetadata()
* @model

View File

@@ -18,6 +18,7 @@ import orgomg.cwm.resource.record.Field;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getSourceType <em>Source Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue <em>Default Value</em>}</li>
@@ -32,7 +33,6 @@ import orgomg.cwm.resource.record.Field;
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getRelatedEntity <em>Related Entity</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getRelationshipType <em>Relationship Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getMetadataColumn()
* @model
@@ -89,6 +89,7 @@ public interface MetadataColumn extends AbstractMetadataObject, Field {
* @model default="" transient="true" volatile="true"
* @generated
*/
@Deprecated
String getDefaultValue();
/**
@@ -96,8 +97,10 @@ public interface MetadataColumn extends AbstractMetadataObject, Field {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Default Value</em>' attribute.
* @see #getDefaultValue()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
*/
@Deprecated
void setDefaultValue(String value);
/**
@@ -222,6 +225,7 @@ public interface MetadataColumn extends AbstractMetadataObject, Field {
* @model default="" transient="true" volatile="true"
* @generated
*/
@Deprecated
String getOriginalField();
/**
@@ -229,8 +233,10 @@ public interface MetadataColumn extends AbstractMetadataObject, Field {
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Original Field</em>' attribute.
* @see #getOriginalField()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
*/
@Deprecated
void setOriginalField(String value);
/**

View File

@@ -17,6 +17,7 @@ import org.eclipse.emf.common.util.EMap;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName <em>Source Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataTable#getTableType <em>Table Type</em>}</li>
@@ -26,7 +27,6 @@ import org.eclipse.emf.common.util.EMap;
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.MetadataTable#getAdditionalProperties <em>Additional Properties</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getMetadataTable()
* @model
@@ -49,6 +49,7 @@ public interface MetadataTable extends AbstractMetadataObject, orgomg.cwm.object
* @model transient="true" volatile="true"
* @generated
*/
@Deprecated
String getSourceName();
/**
@@ -56,8 +57,10 @@ public interface MetadataTable extends AbstractMetadataObject, orgomg.cwm.object
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @param value the new value of the '<em>Source Name</em>' attribute.
* @see #getSourceName()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
*/
@Deprecated
void setSourceName(String value);
/**
@@ -91,6 +94,7 @@ public interface MetadataTable extends AbstractMetadataObject, orgomg.cwm.object
* @model transient="true" changeable="false" volatile="true"
* @generated
*/
@Deprecated
Connection getConnection();
/**
@@ -105,7 +109,7 @@ public interface MetadataTable extends AbstractMetadataObject, orgomg.cwm.object
* <!-- end-user-doc -->
* @return the value of the '<em>Additional Properties</em>' map.
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getMetadataTable_AdditionalProperties()
* @model mapType="org.talend.core.model.metadata.builder.connection.AdditionalProperties<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
* @model mapType="org.talend.core.model.metadata.builder.connection.AdditionalProperties&lt;org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString&gt;"
* @generated
*/
EMap<String, String> getAdditionalProperties();

View File

@@ -108,7 +108,7 @@ public enum Operator implements Enumerator {
* </p>
* <!-- end-user-doc -->
* @see #GREATER
* @model name="Greater" literal=">"
* @model name="Greater" literal="&gt;"
* @generated
* @ordered
*/
@@ -123,7 +123,7 @@ public enum Operator implements Enumerator {
* </p>
* <!-- end-user-doc -->
* @see #LOWER
* @model name="Lower" literal="<"
* @model name="Lower" literal="&lt;"
* @generated
* @ordered
*/
@@ -138,7 +138,7 @@ public enum Operator implements Enumerator {
* </p>
* <!-- end-user-doc -->
* @see #GREATER_OR_EQUALS
* @model name="Greater_or_equals" literal=">="
* @model name="Greater_or_equals" literal="&gt;="
* @generated
* @ordered
*/
@@ -153,7 +153,7 @@ public enum Operator implements Enumerator {
* </p>
* <!-- end-user-doc -->
* @see #LOWER_OR_EQUALS
* @model name="Lower_or_equals" literal="<="
* @model name="Lower_or_equals" literal="&lt;="
* @generated
* @ordered
*/
@@ -179,6 +179,8 @@ public enum Operator implements Enumerator {
* Returns the '<em><b>Operator</b></em>' literal with the specified literal value.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Operator get(String literal) {
@@ -211,6 +213,8 @@ public enum Operator implements Enumerator {
* Returns the '<em><b>Operator</b></em>' literal with the specified integer value.
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static Operator get(int value) {

View File

@@ -12,10 +12,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.OutputSAPFunctionParameterTable#getFunctionUnit <em>Function Unit</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getOutputSAPFunctionParameterTable()
* @model

View File

@@ -15,11 +15,11 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.QueriesConnection#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.QueriesConnection#getQuery <em>Query</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getQueriesConnection()
* @model

View File

@@ -14,12 +14,12 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.Query#getValue <em>Value</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.Query#getQueries <em>Queries</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.Query#isContextMode <em>Context Mode</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getQuery()
* @model

View File

@@ -12,10 +12,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.RegexpFileConnection#getFieldSeparatorType <em>Field Separator Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getRegexpFileConnection()
* @model

View File

@@ -88,6 +88,8 @@ public enum RowSeparator implements Enumerator {
* Returns the '<em><b>Row Separator</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RowSeparator get(String literal) {
@@ -104,6 +106,8 @@ public enum RowSeparator implements Enumerator {
* Returns the '<em><b>Row Separator</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RowSeparator getByName(String name) {
@@ -120,6 +124,8 @@ public enum RowSeparator implements Enumerator {
* Returns the '<em><b>Row Separator</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RowSeparator get(int value) {

View File

@@ -116,6 +116,8 @@ public enum RuleType implements Enumerator {
* Returns the '<em><b>Rule Type</b></em>' literal with the specified literal value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param literal the literal.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RuleType get(String literal) {
@@ -132,6 +134,8 @@ public enum RuleType implements Enumerator {
* Returns the '<em><b>Rule Type</b></em>' literal with the specified name.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param name the name.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RuleType getByName(String name) {
@@ -148,6 +152,8 @@ public enum RuleType implements Enumerator {
* Returns the '<em><b>Rule Type</b></em>' literal with the specified integer value.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the integer value.
* @return the matching enumerator or <code>null</code>.
* @generated
*/
public static RuleType get(int value) {

View File

@@ -11,6 +11,7 @@ import java.util.Date;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPBWTable#getModelType <em>Model Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPBWTable#isActive <em>Active</em>}</li>
@@ -18,7 +19,6 @@ import java.util.Date;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPBWTable#getInfoAreaName <em>Info Area Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPBWTable#getInnerIOType <em>Inner IO Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPBWTable()
* @model

View File

@@ -9,10 +9,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPBWTableField#getLogicalName <em>Logical Name</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPBWTableField()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EMap;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPConnection#getHost <em>Host</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPConnection#getUsername <em>Username</em>}</li>
@@ -32,7 +33,6 @@ import org.eclipse.emf.common.util.EMap;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPConnection#getBWInfoCubes <em>BW Info Cubes</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPConnection#getBWInfoObjects <em>BW Info Objects</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPConnection()
* @model

View File

@@ -11,11 +11,11 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParamData#getInputRoot <em>Input Root</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParamData#getOutputRoot <em>Output Root</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPFunctionParamData()
* @model

View File

@@ -13,6 +13,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameter#getName <em>Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameter#getType <em>Type</em>}</li>
@@ -23,7 +24,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameter#getChildren <em>Children</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameter#isTableResideInTables <em>Table Reside In Tables</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPFunctionParameter()
* @model

View File

@@ -12,6 +12,7 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameterColumn#getParameterType <em>Parameter Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameterColumn#getStructureOrTableName <em>Structure Or Table Name</em>}</li>
@@ -20,7 +21,6 @@ package org.talend.core.model.metadata.builder.connection;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameterColumn#getValue <em>Value</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameterColumn#getParameterTable <em>Parameter Table</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPFunctionParameterColumn()
* @model
@@ -141,6 +141,7 @@ public interface SAPFunctionParameterColumn extends AbstractMetadataObject {
* @model descriptionDataType="orgomg.cwm.objectmodel.core.String"
* @generated
*/
@Deprecated
void setDescription(String description);
/**

View File

@@ -14,10 +14,10 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionParameterTable#getColumns <em>Columns</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPFunctionParameterTable()
* @model

View File

@@ -15,6 +15,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionUnit#getOutputType <em>Output Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionUnit#getOutputTableName <em>Output Table Name</em>}</li>
@@ -28,7 +29,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionUnit#getParamData <em>Param Data</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPFunctionUnit#isAsXmlSchema <em>As Xml Schema</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPFunctionUnit()
* @model
@@ -97,6 +97,7 @@ public interface SAPFunctionUnit extends AbstractMetadataObject {
* @model documentDataType="orgomg.cwm.objectmodel.core.String"
* @generated
*/
@Deprecated
void setDocument(String document);
/**

View File

@@ -12,6 +12,7 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPIDocUnit#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPIDocUnit#getProgramId <em>Program Id</em>}</li>
@@ -21,7 +22,6 @@ package org.talend.core.model.metadata.builder.connection;
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPIDocUnit#isUseHtmlOutput <em>Use Html Output</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPIDocUnit#getHtmlFile <em>Html File</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPIDocUnit()
* @model

View File

@@ -12,10 +12,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPTable#getTableSearchType <em>Table Search Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPTable()
* @model

View File

@@ -14,11 +14,11 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPTableField#getBusinessName <em>Business Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPTableField#getRefTable <em>Ref Table</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPTableField()
* @model

View File

@@ -12,10 +12,10 @@ package org.talend.core.model.metadata.builder.connection;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SAPTestInputParameterTable#getFunctionUnit <em>Function Unit</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSAPTestInputParameterTable()
* @model

View File

@@ -14,13 +14,13 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceModuleUnit#getMetadataTable <em>Metadata Table</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceModuleUnit#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceModuleUnit#getTables <em>Tables</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceModuleUnit#getModuleName <em>Module Name</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSalesforceModuleUnit()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceSchemaConnection#getWebServiceUrl <em>Web Service Url</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceSchemaConnection#getUserName <em>User Name</em>}</li>
@@ -40,7 +41,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceSchemaConnection#getToken <em>Token</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SalesforceSchemaConnection#getLoginType <em>Login Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSalesforceSchemaConnection()
* @model

View File

@@ -14,12 +14,12 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SchemaTarget#getRelativeXPathQuery <em>Relative XPath Query</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SchemaTarget#getTagName <em>Tag Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.SchemaTarget#getSchema <em>Schema</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSchemaTarget()
* @model

View File

@@ -14,10 +14,10 @@ import org.talend.cwm.relational.TdTable;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.SubscriberTable#isSystem <em>System</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getSubscriberTable()
* @model

View File

@@ -15,6 +15,7 @@ import org.eclipse.emf.common.util.EMap;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.ValidationRulesConnection#isIsSelect <em>Is Select</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ValidationRulesConnection#isIsInsert <em>Is Insert</em>}</li>
@@ -33,7 +34,6 @@ import org.eclipse.emf.common.util.EMap;
* <li>{@link org.talend.core.model.metadata.builder.connection.ValidationRulesConnection#isIsDisallow <em>Is Disallow</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.ValidationRulesConnection#isIsRejectLink <em>Is Reject Link</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getValidationRulesConnection()
* @model
@@ -356,7 +356,7 @@ public interface ValidationRulesConnection extends Connection {
* <!-- end-user-doc -->
* @return the value of the '<em>Inner Joins</em>' map.
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getValidationRulesConnection_InnerJoins()
* @model mapType="org.talend.core.model.metadata.builder.connection.InnerJoinMap<org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString>"
* @model mapType="org.talend.core.model.metadata.builder.connection.InnerJoinMap&lt;org.eclipse.emf.ecore.EString, org.eclipse.emf.ecore.EString&gt;"
* @generated
*/
EMap<String, String> getInnerJoins();

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLParameter#getElement <em>Element</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLParameter#getSource <em>Source</em>}</li>
@@ -22,7 +23,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLParameter#getParameterInfo <em>Parameter Info</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLParameter#getParameterInfoParent <em>Parameter Info Parent</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getWSDLParameter()
* @model

View File

@@ -15,6 +15,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLSchemaConnection#getWSDL <em>WSDL</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLSchemaConnection#isNeedAuth <em>Need Auth</em>}</li>
@@ -39,7 +40,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLSchemaConnection#getParameterValue <em>Parameter Value</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.WSDLSchemaConnection#getOutputParameter <em>Output Parameter</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getWSDLSchemaConnection()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.XMLFileNode#getXMLPath <em>XML Path</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XMLFileNode#getRelatedColumn <em>Related Column</em>}</li>
@@ -22,7 +23,6 @@ import org.eclipse.emf.ecore.EObject;
* <li>{@link org.talend.core.model.metadata.builder.connection.XMLFileNode#getOrder <em>Order</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XMLFileNode#getType <em>Type</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getXMLFileNode()
* @model

View File

@@ -14,6 +14,7 @@ import org.eclipse.emf.common.util.EList;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlFileConnection#getXsdFilePath <em>Xsd File Path</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlFileConnection#getXmlFilePath <em>Xml File Path</em>}</li>
@@ -29,7 +30,6 @@ import org.eclipse.emf.common.util.EList;
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlFileConnection#getFileContent <em>File Content</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlFileConnection#getTargetNameSpace <em>Target Name Space</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getXmlFileConnection()
* @model

View File

@@ -16,13 +16,13 @@ import org.eclipse.emf.ecore.EObject;
*
* <p>
* The following features are supported:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlXPathLoopDescriptor#getLimitBoucle <em>Limit Boucle</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlXPathLoopDescriptor#getAbsoluteXPathQuery <em>Absolute XPath Query</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlXPathLoopDescriptor#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.XmlXPathLoopDescriptor#getSchemaTargets <em>Schema Targets</em>}</li>
* </ul>
* </p>
*
* @see org.talend.core.model.metadata.builder.connection.ConnectionPackage#getXmlXPathLoopDescriptor()
* @model

View File

@@ -20,6 +20,7 @@ import orgomg.cwm.objectmodel.core.impl.ModelElementImpl;
* end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AbstractMetadataObjectImpl#getProperties <em>Properties</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AbstractMetadataObjectImpl#getId <em>Id</em>}</li>
@@ -29,10 +30,10 @@ import orgomg.cwm.objectmodel.core.impl.ModelElementImpl;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AbstractMetadataObjectImpl#isSynchronised <em>Synchronised</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AbstractMetadataObjectImpl#isDivergency <em>Divergency</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@SuppressWarnings("deprecation")
public abstract class AbstractMetadataObjectImpl extends ModelElementImpl implements AbstractMetadataObject {
/**
@@ -40,11 +41,13 @@ public abstract class AbstractMetadataObjectImpl extends ModelElementImpl implem
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @see #getProperties()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
* @ordered
*/
protected static final HashMap PROPERTIES_EDEFAULT = (HashMap) ConnectionFactory.eINSTANCE.createFromString(
ConnectionPackage.eINSTANCE.getMap(), ""); //$NON-NLS-1$
@Deprecated
protected static final HashMap PROPERTIES_EDEFAULT = (HashMap) ConnectionFactory.eINSTANCE
.createFromString(ConnectionPackage.eINSTANCE.getMap(), ""); //$NON-NLS-1$
/**
* The cached value of the '{@link #getProperties() <em>Properties</em>}' attribute. <!-- begin-user-doc --> <!--
@@ -182,16 +185,20 @@ public abstract class AbstractMetadataObjectImpl extends ModelElementImpl implem
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
public HashMap getProperties() {
return properties;
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
public void setProperties(HashMap newProperties) {
HashMap oldProperties = properties;
properties = newProperties;
@@ -235,8 +242,8 @@ public abstract class AbstractMetadataObjectImpl extends ModelElementImpl implem
String oldComment = comment;
comment = newComment;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.ABSTRACT_METADATA_OBJECT__COMMENT,
oldComment, comment));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.ABSTRACT_METADATA_OBJECT__COMMENT, oldComment,
comment));
}
/**
@@ -442,7 +449,7 @@ public abstract class AbstractMetadataObjectImpl extends ModelElementImpl implem
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (properties: ");
result.append(properties);
result.append(", id: ");

View File

@@ -18,11 +18,11 @@ import org.talend.core.model.metadata.builder.connection.ConnectionPackage;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AdditionalConnectionPropertyImpl#getPropertyName <em>Property Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AdditionalConnectionPropertyImpl#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -105,8 +105,8 @@ public class AdditionalConnectionPropertyImpl extends EObjectImpl implements Add
String oldPropertyName = propertyName;
propertyName = newPropertyName;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
ConnectionPackage.ADDITIONAL_CONNECTION_PROPERTY__PROPERTY_NAME, oldPropertyName, propertyName));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.ADDITIONAL_CONNECTION_PROPERTY__PROPERTY_NAME,
oldPropertyName, propertyName));
}
/**
@@ -209,7 +209,7 @@ public class AdditionalConnectionPropertyImpl extends EObjectImpl implements Add
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (propertyName: ");
result.append(propertyName);
result.append(", Value: ");

View File

@@ -24,11 +24,11 @@ import org.talend.core.model.metadata.builder.connection.ConnectionPackage;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AdditionalPropertiesImpl#getTypedKey <em>Key</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.AdditionalPropertiesImpl#getTypedValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -132,7 +132,8 @@ public class AdditionalPropertiesImpl extends EObjectImpl implements BasicEMap.E
String oldValue = value;
value = newValue;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.ADDITIONAL_PROPERTIES__VALUE, oldValue, value));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.ADDITIONAL_PROPERTIES__VALUE, oldValue,
value));
}
/**
@@ -213,7 +214,7 @@ public class AdditionalPropertiesImpl extends EObjectImpl implements BasicEMap.E
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (key: ");
result.append(key);
result.append(", value: ");

View File

@@ -29,6 +29,7 @@ import org.talend.core.model.metadata.builder.connection.XMLFileNode;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl#getXmlField <em>Xml Field</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl#getUrlName <em>Url Name</em>}</li>
@@ -40,7 +41,6 @@ import org.talend.core.model.metadata.builder.connection.XMLFileNode;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl#getLoop <em>Loop</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.BRMSConnectionImpl#getPackage <em>Package</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -556,7 +556,7 @@ public class BRMSConnectionImpl extends ConnectionImpl implements BRMSConnection
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (xmlField: ");
result.append(xmlField);
result.append(", urlName: ");

View File

@@ -33,11 +33,11 @@ import org.talend.core.model.metadata.builder.connection.DatabaseConnection;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCConnectionImpl#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCConnectionImpl#getCdcTypes <em>Cdc Types</em>}</li>
* </ul>
* </p>
*
* @generated
*/

View File

@@ -25,13 +25,13 @@ import org.talend.core.model.metadata.builder.connection.SubscriberTable;
* <!-- begin-user-doc --> An implementation of the model object '<em><b>CDC Type</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCTypeImpl#getLinkDB <em>Link DB</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCTypeImpl#getSubscribers <em>Subscribers</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCTypeImpl#getCdcConnection <em>Cdc Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.CDCTypeImpl#getJournalName <em>Journal Name</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -314,7 +314,7 @@ public class CDCTypeImpl extends AbstractMetadataObjectImpl implements CDCType {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (linkDB: ");
result.append(linkDB);
result.append(", journalName: ");

View File

@@ -35,6 +35,7 @@ import org.talend.cwm.relational.impl.TdTableImpl;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptImpl#getLoopExpression <em>Loop Expression</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptImpl#getLoopLimit <em>Loop Limit</em>}</li>
@@ -46,7 +47,6 @@ import org.talend.cwm.relational.impl.TdTableImpl;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptImpl#getConceptType <em>Concept Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptImpl#getXPathPrefix <em>XPath Prefix</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -251,7 +251,8 @@ public class ConceptImpl extends TdTableImpl implements Concept {
Integer oldLoopLimit = loopLimit;
loopLimit = newLoopLimit;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.CONCEPT__LOOP_LIMIT, oldLoopLimit, loopLimit));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.CONCEPT__LOOP_LIMIT, oldLoopLimit,
loopLimit));
}
/**
@@ -557,7 +558,7 @@ public class ConceptImpl extends TdTableImpl implements Concept {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (LoopExpression: ");
result.append(loopExpression);
result.append(", LoopLimit: ");

View File

@@ -26,12 +26,12 @@ import org.talend.core.model.metadata.builder.connection.ConnectionPackage;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptTargetImpl#getSchema <em>Schema</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptTargetImpl#getTargetName <em>Target Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConceptTargetImpl#getRelativeLoopExpression <em>Relative Loop Expression</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -148,7 +148,8 @@ public class ConceptTargetImpl extends EObjectImpl implements ConceptTarget {
if (msgs != null)
msgs.dispatch();
} else if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.CONCEPT_TARGET__SCHEMA, newSchema, newSchema));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.CONCEPT_TARGET__SCHEMA, newSchema,
newSchema));
}
/**
@@ -330,7 +331,7 @@ public class ConceptTargetImpl extends EObjectImpl implements ConceptTarget {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (targetName: ");
result.append(targetName);
result.append(", RelativeLoopExpression: ");

View File

@@ -24,13 +24,13 @@ import org.talend.core.model.metadata.builder.connection.Operator;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConditionTypeImpl#getInputColumn <em>Input Column</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConditionTypeImpl#getFunction <em>Function</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConditionTypeImpl#getOperator <em>Operator</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.ConditionTypeImpl#getValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -320,7 +320,7 @@ public class ConditionTypeImpl extends EObjectImpl implements ConditionType {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (inputColumn: ");
result.append(inputColumn);
result.append(", function: ");

View File

@@ -1172,7 +1172,7 @@ public class ConnectionImpl extends AbstractMetadataObjectImpl implements Connec
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (pathname: ");
result.append(pathname);
result.append(", isCaseSensitive: ");

View File

@@ -584,7 +584,7 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
*
*
* <p>This method is used to initialize {@link ConnectionPackage#eINSTANCE} when that field is accessed.
* Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
* <!-- begin-user-doc
@@ -599,8 +599,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
return (ConnectionPackage) EPackage.Registry.INSTANCE.getEPackage(ConnectionPackage.eNS_URI);
// Obtain or create and register package
ConnectionPackageImpl theConnectionPackage = (ConnectionPackageImpl) (EPackage.Registry.INSTANCE.get(eNS_URI) instanceof ConnectionPackageImpl ? EPackage.Registry.INSTANCE
.get(eNS_URI) : new ConnectionPackageImpl());
Object registeredConnectionPackage = EPackage.Registry.INSTANCE.get(eNS_URI);
ConnectionPackageImpl theConnectionPackage = registeredConnectionPackage instanceof ConnectionPackageImpl
? (ConnectionPackageImpl) registeredConnectionPackage
: new ConnectionPackageImpl();
isInited = true;
@@ -638,20 +640,22 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
ModelPackage.eINSTANCE.eClass();
// Obtain or create and register interdependencies
RelationalPackageImpl theRelationalPackage_1 = (RelationalPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.relational.RelationalPackage.eNS_URI) instanceof RelationalPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.relational.RelationalPackage.eNS_URI)
Object registeredPackage = EPackage.Registry.INSTANCE.getEPackage(org.talend.cwm.relational.RelationalPackage.eNS_URI);
RelationalPackageImpl theRelationalPackage_1 = (RelationalPackageImpl) (registeredPackage instanceof RelationalPackageImpl
? registeredPackage
: org.talend.cwm.relational.RelationalPackage.eINSTANCE);
SoftwaredeploymentPackageImpl theSoftwaredeploymentPackage_1 = (SoftwaredeploymentPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage.eNS_URI) instanceof SoftwaredeploymentPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage.eNS_URI)
registeredPackage = EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage.eNS_URI);
SoftwaredeploymentPackageImpl theSoftwaredeploymentPackage_1 = (SoftwaredeploymentPackageImpl) (registeredPackage instanceof SoftwaredeploymentPackageImpl
? registeredPackage
: org.talend.cwm.softwaredeployment.SoftwaredeploymentPackage.eINSTANCE);
ConstantsPackageImpl theConstantsPackage = (ConstantsPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(ConstantsPackage.eNS_URI) instanceof ConstantsPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(ConstantsPackage.eNS_URI) : ConstantsPackage.eINSTANCE);
XmlPackageImpl theXmlPackage_1 = (XmlPackageImpl) (EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.xml.XmlPackage.eNS_URI) instanceof XmlPackageImpl ? EPackage.Registry.INSTANCE
.getEPackage(org.talend.cwm.xml.XmlPackage.eNS_URI) : org.talend.cwm.xml.XmlPackage.eINSTANCE);
registeredPackage = EPackage.Registry.INSTANCE.getEPackage(ConstantsPackage.eNS_URI);
ConstantsPackageImpl theConstantsPackage = (ConstantsPackageImpl) (registeredPackage instanceof ConstantsPackageImpl
? registeredPackage
: ConstantsPackage.eINSTANCE);
registeredPackage = EPackage.Registry.INSTANCE.getEPackage(org.talend.cwm.xml.XmlPackage.eNS_URI);
XmlPackageImpl theXmlPackage_1 = (XmlPackageImpl) (registeredPackage instanceof XmlPackageImpl ? registeredPackage
: org.talend.cwm.xml.XmlPackage.eINSTANCE);
// Create package meta-data objects
theConnectionPackage.createPackageContents();
@@ -767,8 +771,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
*/
@Deprecated
public EAttribute getMetadataColumn_DefaultValue() {
return (EAttribute) metadataColumnEClass.getEStructuralFeatures().get(1);
}
@@ -807,8 +813,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
*/
@Deprecated
public EAttribute getMetadataColumn_OriginalField() {
return (EAttribute) metadataColumnEClass.getEStructuralFeatures().get(6);
}
@@ -864,8 +872,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.AbstractMetadataObject#getProperties() model documentation} for details.
* @generated
*/
@Deprecated
public EAttribute getAbstractMetadataObject_Properties() {
return (EAttribute) abstractMetadataObjectEClass.getEStructuralFeatures().get(0);
}
@@ -928,8 +938,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
*/
@Deprecated
public EAttribute getMetadataTable_SourceName() {
return (EAttribute) metadataTableEClass.getEStructuralFeatures().get(0);
}
@@ -968,8 +980,10 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
*/
@Deprecated
public EReference getMetadataTable_Connection() {
return (EReference) metadataTableEClass.getEStructuralFeatures().get(5);
}
@@ -3596,6 +3610,15 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
return (EAttribute) ftpConnectionEClass.getEStructuralFeatures().get(19);
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public EAttribute getFTPConnection_Timeout() {
return (EAttribute) ftpConnectionEClass.getEStructuralFeatures().get(20);
}
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
@@ -4368,6 +4391,7 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @generated
*/
@SuppressWarnings("deprecation")
public void createPackageContents() {
if (isCreated)
return;
@@ -4777,6 +4801,7 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
createEAttribute(ftpConnectionEClass, FTP_CONNECTION__PROXYPASSWORD);
createEAttribute(ftpConnectionEClass, FTP_CONNECTION__CUSTOM_ENCODE);
createEAttribute(ftpConnectionEClass, FTP_CONNECTION__USE_FILE_NAME_ENCODING);
createEAttribute(ftpConnectionEClass, FTP_CONNECTION__TIMEOUT);
brmsConnectionEClass = createEClass(BRMS_CONNECTION);
createEAttribute(brmsConnectionEClass, BRMS_CONNECTION__XML_FIELD);
@@ -4990,8 +5015,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_DERIVED, IS_ORDERED);
initEClass(connectionEClass, Connection.class, "Connection", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getConnection_Version(), ecorePackage.getEString(), "version", null, 0, 1, Connection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getConnection_Version(), ecorePackage.getEString(), "version", null, 0, 1, Connection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getConnection_Queries(), this.getQueriesConnection(), this.getQueriesConnection_Connection(), "queries",
null, 0, 1, Connection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -5069,9 +5094,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
IS_TRANSIENT, IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMetadataTable_TableType(), ecorePackage.getEString(), "tableType", null, 0, 1, MetadataTable.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMetadataTable_AttachedCDC(), ecorePackage.getEBoolean(), "attachedCDC", null, 0, 1,
MetadataTable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getMetadataTable_AttachedCDC(), ecorePackage.getEBoolean(), "attachedCDC", null, 0, 1, MetadataTable.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMetadataTable_ActivatedCDC(), ecorePackage.getEBoolean(), "activatedCDC", null, 0, 1,
MetadataTable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
@@ -5098,9 +5122,9 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getFileConnection_FieldSeparatorValue(), ecorePackage.getEString(), "FieldSeparatorValue", null, 1, 1,
FileConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getFileConnection_RowSeparatorType(), this.getRowSeparator(), "RowSeparatorType", "Standart_EOL = 1", 1,
1, FileConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getFileConnection_RowSeparatorType(), this.getRowSeparator(), "RowSeparatorType", "Standart_EOL = 1", 1, 1,
FileConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getFileConnection_RowSeparatorValue(), ecorePackage.getEString(), "RowSeparatorValue", null, 0, 1,
FileConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
@@ -5170,8 +5194,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMDMConnection_Password(), ecorePackage.getEString(), "Password", null, 0, 1, MDMConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMDMConnection_Port(), ecorePackage.getEString(), "Port", null, 0, 1, MDMConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMDMConnection_Port(), ecorePackage.getEString(), "Port", null, 0, 1, MDMConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMDMConnection_Server(), ecorePackage.getEString(), "Server", null, 0, 1, MDMConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getMDMConnection_Universe(), ecorePackage.getEString(), "Universe", null, 0, 1, MDMConnection.class,
@@ -5273,8 +5297,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEClass(sapConnectionEClass, SAPConnection.class, "SAPConnection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSAPConnection_Host(), ecorePackage.getEString(), "Host", null, 0, 1, SAPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPConnection_Host(), ecorePackage.getEString(), "Host", null, 0, 1, SAPConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPConnection_Username(), ecorePackage.getEString(), "Username", null, 0, 1, SAPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPConnection_Password(), ecorePackage.getEString(), "Password", null, 0, 1, SAPConnection.class,
@@ -5286,15 +5310,15 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
IS_ORDERED);
initEAttribute(getSAPConnection_Language(), ecorePackage.getEString(), "Language", null, 0, 1, SAPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_Funtions(), this.getSAPFunctionUnit(), null, "Funtions", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_Funtions(), this.getSAPFunctionUnit(), null, "Funtions", null, 0, -1, SAPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPConnection_CurrentFucntion(), ecorePackage.getEString(), "currentFucntion", null, 0, 1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEReference(getSAPConnection_IDocs(), this.getSAPIDocUnit(), this.getSAPIDocUnit_Connection(), "IDocs", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPConnection_JcoVersion(), ecorePackage.getEString(), "jcoVersion", null, 0, 1, SAPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_AdditionalProperties(), this.getAdditionalConnectionProperty(), null,
@@ -5304,34 +5328,34 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
null, 0, -1, SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_BWDataSources(), this.getSAPBWTable(), null, "BWDataSources", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_BWDataStoreObjects(), this.getSAPBWTable(), null, "BWDataStoreObjects", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_BWInfoCubes(), this.getSAPBWTable(), null, "BWInfoCubes", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSAPConnection_BWInfoObjects(), this.getSAPBWTable(), null, "BWInfoObjects", null, 0, -1,
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
SAPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(sapFunctionUnitEClass, SAPFunctionUnit.class, "SAPFunctionUnit", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSAPFunctionUnit_OutputType(), ecorePackage.getEString(), "OutputType", null, 0, 1,
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getSAPFunctionUnit_OutputTableName(), ecorePackage.getEString(), "OutputTableName", null, 0, 1,
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEReference(getSAPFunctionUnit_InputParameterTable(), this.getInputSAPFunctionParameterTable(),
this.getInputSAPFunctionParameterTable_FunctionUnit(), "InputParameterTable", null, 0, 1, SAPFunctionUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEReference(getSAPFunctionUnit_OutputParameterTable(), this.getOutputSAPFunctionParameterTable(),
this.getOutputSAPFunctionParameterTable_FunctionUnit(), "OutputParameterTable", null, 0, 1,
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
this.getOutputSAPFunctionParameterTable_FunctionUnit(), "OutputParameterTable", null, 0, 1, SAPFunctionUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEReference(getSAPFunctionUnit_MetadataTable(), this.getMetadataTable(), null, "MetadataTable", null, 0, 1,
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -5352,15 +5376,15 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPFunctionUnit_AsXmlSchema(), ecorePackage.getEBoolean(), "asXmlSchema", null, 0, 1,
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
SAPFunctionUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
EOperation op = addEOperation(sapFunctionUnitEClass, null, "setDocument", 0, 1, IS_UNIQUE, IS_ORDERED);
addEParameter(op, theCorePackage.getString(), "document", 0, 1, IS_UNIQUE, IS_ORDERED);
initEClass(sapiDocUnitEClass, SAPIDocUnit.class, "SAPIDocUnit", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEReference(getSAPIDocUnit_Connection(), this.getSAPConnection(), this.getSAPConnection_IDocs(), "connection", null,
0, 1, SAPIDocUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES,
initEReference(getSAPIDocUnit_Connection(), this.getSAPConnection(), this.getSAPConnection_IDocs(), "connection", null, 0,
1, SAPIDocUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPIDocUnit_ProgramId(), ecorePackage.getEString(), "programId", null, 0, 1, SAPIDocUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -5371,14 +5395,13 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPIDocUnit_XmlFile(), ecorePackage.getEString(), "xmlFile", null, 0, 1, SAPIDocUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPIDocUnit_UseHtmlOutput(), ecorePackage.getEBoolean(), "useHtmlOutput", null, 0, 1,
SAPIDocUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getSAPIDocUnit_UseHtmlOutput(), ecorePackage.getEBoolean(), "useHtmlOutput", null, 0, 1, SAPIDocUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSAPIDocUnit_HtmlFile(), ecorePackage.getEString(), "htmlFile", null, 0, 1, SAPIDocUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(sapFunctionParameterColumnEClass, SAPFunctionParameterColumn.class, "SAPFunctionParameterColumn",
!IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEClass(sapFunctionParameterColumnEClass, SAPFunctionParameterColumn.class, "SAPFunctionParameterColumn", !IS_ABSTRACT,
!IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSAPFunctionParameterColumn_ParameterType(), ecorePackage.getEString(), "ParameterType", null, 0, 1,
SAPFunctionParameterColumn.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
@@ -5419,9 +5442,9 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEClass(outputSAPFunctionParameterTableEClass, OutputSAPFunctionParameterTable.class,
"OutputSAPFunctionParameterTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEReference(getOutputSAPFunctionParameterTable_FunctionUnit(), this.getSAPFunctionUnit(),
this.getSAPFunctionUnit_OutputParameterTable(), "functionUnit", null, 0, 1,
OutputSAPFunctionParameterTable.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE,
IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
this.getSAPFunctionUnit_OutputParameterTable(), "functionUnit", null, 0, 1, OutputSAPFunctionParameterTable.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEClass(regexpFileConnectionEClass, RegexpFileConnection.class, "RegexpFileConnection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
@@ -5444,7 +5467,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_DERIVED, IS_ORDERED);
initEReference(getXmlFileConnection_Schema(), this.getXmlXPathLoopDescriptor(),
this.getXmlXPathLoopDescriptor_Connection(), "schema", null, 0, -1, XmlFileConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
!IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getXmlFileConnection_Encoding(), ecorePackage.getEString(), "Encoding", null, 0, 1,
XmlFileConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
@@ -5477,10 +5501,9 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
IS_ORDERED);
initEAttribute(getSchemaTarget_TagName(), ecorePackage.getEString(), "TagName", null, 0, 1, SchemaTarget.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSchemaTarget_Schema(), this.getXmlXPathLoopDescriptor(),
this.getXmlXPathLoopDescriptor_SchemaTargets(), "schema", null, 0, 1, SchemaTarget.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEReference(getSchemaTarget_Schema(), this.getXmlXPathLoopDescriptor(), this.getXmlXPathLoopDescriptor_SchemaTargets(),
"schema", null, 0, 1, SchemaTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE,
IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(queriesConnectionEClass, QueriesConnection.class, "QueriesConnection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
@@ -5492,8 +5515,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(queryEClass, Query.class, "Query", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getQuery_Value(), ecorePackage.getEString(), "value", null, 0, 1, Query.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getQuery_Value(), ecorePackage.getEString(), "value", null, 0, 1, Query.class, !IS_TRANSIENT, !IS_VOLATILE,
IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getQuery_Queries(), this.getQueriesConnection(), this.getQueriesConnection_Query(), "queries", null, 0, 1,
Query.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -5557,8 +5580,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
1, XmlXPathLoopDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEReference(getXmlXPathLoopDescriptor_Connection(), this.getXmlFileConnection(), this.getXmlFileConnection_Schema(),
"connection", null, 0, 1, XmlXPathLoopDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,
!IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
"connection", null, 0, 1, XmlXPathLoopDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE,
IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getXmlXPathLoopDescriptor_SchemaTargets(), this.getSchemaTarget(), this.getSchemaTarget_Schema(),
"schemaTargets", null, 0, -1, XmlXPathLoopDescriptor.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE,
IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -5608,8 +5631,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getLDAPSchemaConnection_LimitValue(), ecorePackage.getEInt(), "LimitValue", null, 0, 1,
LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getLDAPSchemaConnection_EncryptionMethodName(), ecorePackage.getEString(), "EncryptionMethodName", null,
0, 1, LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
initEAttribute(getLDAPSchemaConnection_EncryptionMethodName(), ecorePackage.getEString(), "EncryptionMethodName", null, 0,
1, LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getLDAPSchemaConnection_Value(), ecorePackage.getEString(), "Value", null, 0, -1,
LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
@@ -5632,8 +5655,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getLDAPSchemaConnection_BaseDNs(), ecorePackage.getEString(), "BaseDNs", null, 0, -1,
LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getLDAPSchemaConnection_GetBaseDNsFromRoot(), ecorePackage.getEBoolean(), "GetBaseDNsFromRoot", null, 0,
1, LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
initEAttribute(getLDAPSchemaConnection_GetBaseDNsFromRoot(), ecorePackage.getEBoolean(), "GetBaseDNsFromRoot", null, 0, 1,
LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getLDAPSchemaConnection_ReturnAttributes(), ecorePackage.getEString(), "ReturnAttributes", null, 0, -1,
LDAPSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
@@ -5652,9 +5675,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getWSDLSchemaConnection_MethodName(), ecorePackage.getEString(), "methodName", null, 0, 1,
WSDLSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getWSDLSchemaConnection_Parameters(), this.getList(), "parameters", null, 0, 1,
WSDLSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getWSDLSchemaConnection_Parameters(), this.getList(), "parameters", null, 0, 1, WSDLSchemaConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getWSDLSchemaConnection_UserName(), ecorePackage.getEString(), "UserName", null, 0, 1,
WSDLSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
@@ -5710,8 +5732,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
WSDLSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(salesforceSchemaConnectionEClass, SalesforceSchemaConnection.class, "SalesforceSchemaConnection",
!IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEClass(salesforceSchemaConnectionEClass, SalesforceSchemaConnection.class, "SalesforceSchemaConnection", !IS_ABSTRACT,
!IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSalesforceSchemaConnection_WebServiceUrl(), ecorePackage.getEString(), "webServiceUrl", null, 0, 1,
SalesforceSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
@@ -5776,8 +5798,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getSalesforceSchemaConnection_CallbackPort(), ecorePackage.getEString(), "callbackPort", null, 0, 1,
SalesforceSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getSalesforceSchemaConnection_SalesforceVersion(), ecorePackage.getEString(), "salesforceVersion", null,
0, 1, SalesforceSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID,
initEAttribute(getSalesforceSchemaConnection_SalesforceVersion(), ecorePackage.getEString(), "salesforceVersion", null, 0,
1, SalesforceSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getSalesforceSchemaConnection_Token(), ecorePackage.getEString(), "token", null, 0, 1,
SalesforceSchemaConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
@@ -5812,8 +5834,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getSubscriberTable_System(), ecorePackage.getEBoolean(), "system", null, 0, 1, SubscriberTable.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(sapTestInputParameterTableEClass, SAPTestInputParameterTable.class, "SAPTestInputParameterTable",
!IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEClass(sapTestInputParameterTableEClass, SAPTestInputParameterTable.class, "SAPTestInputParameterTable", !IS_ABSTRACT,
!IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEReference(getSAPTestInputParameterTable_FunctionUnit(), this.getSAPFunctionUnit(),
this.getSAPFunctionUnit_TestInputParameterTable(), "functionUnit", null, 0, 1, SAPTestInputParameterTable.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
@@ -5850,9 +5872,9 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getConceptTarget_TargetName(), ecorePackage.getEString(), "targetName", null, 0, 1, ConceptTarget.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getConceptTarget_RelativeLoopExpression(), ecorePackage.getEString(), "RelativeLoopExpression", null, 0,
1, ConceptTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getConceptTarget_RelativeLoopExpression(), ecorePackage.getEString(), "RelativeLoopExpression", null, 0, 1,
ConceptTarget.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEClass(hl7ConnectionEClass, HL7Connection.class, "HL7Connection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
@@ -5932,16 +5954,16 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEClass(ftpConnectionEClass, FTPConnection.class, "FTPConnection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getFTPConnection_Host(), ecorePackage.getEString(), "Host", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Port(), ecorePackage.getEString(), "Port", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Host(), ecorePackage.getEString(), "Host", null, 0, 1, FTPConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Port(), ecorePackage.getEString(), "Port", null, 0, 1, FTPConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Username(), ecorePackage.getEString(), "Username", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Password(), ecorePackage.getEString(), "Password", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Mode(), ecorePackage.getEString(), "Mode", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Mode(), ecorePackage.getEString(), "Mode", null, 0, 1, FTPConnection.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_Ecoding(), ecorePackage.getEString(), "Ecoding", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getFTPConnection_SFTP(), ecorePackage.getEBoolean(), "SFTP", null, 0, 1, FTPConnection.class,
@@ -5977,6 +5999,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getFTPConnection_UseFileNameEncoding(), ecorePackage.getEBoolean(), "UseFileNameEncoding", null, 0, 1,
FTPConnection.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEAttribute(getFTPConnection_Timeout(), ecorePackage.getELong(), "Timeout", null, 0, 1, FTPConnection.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(brmsConnectionEClass, BRMSConnection.class, "BRMSConnection", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
@@ -6065,7 +6089,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEAttribute(getConditionType_Value(), ecorePackage.getEString(), "value", null, 0, 1, ConditionType.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEClass(innerJoinMapEClass, Map.Entry.class, "InnerJoinMap", !IS_ABSTRACT, !IS_INTERFACE, !IS_GENERATED_INSTANCE_CLASS);
initEClass(innerJoinMapEClass, Map.Entry.class, "InnerJoinMap", !IS_ABSTRACT, !IS_INTERFACE,
!IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getInnerJoinMap_Key(), ecorePackage.getEString(), "key", null, 0, 1, Map.Entry.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEAttribute(getInnerJoinMap_Value(), ecorePackage.getEString(), "value", null, 0, 1, Map.Entry.class, !IS_TRANSIENT,
@@ -6095,9 +6120,9 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
SalesforceModuleUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
initEReference(getSalesforceModuleUnit_Connection(), this.getSalesforceSchemaConnection(),
this.getSalesforceSchemaConnection_Modules(), "connection", null, 0, 1, SalesforceModuleUnit.class,
!IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
this.getSalesforceSchemaConnection_Modules(), "connection", null, 0, 1, SalesforceModuleUnit.class, !IS_TRANSIENT,
!IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
initEReference(getSalesforceModuleUnit_Tables(), this.getMetadataTable(), null, "tables", null, 0, -1,
SalesforceModuleUnit.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, IS_RESOLVE_PROXIES,
!IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -6161,11 +6186,11 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEClass(additionalConnectionPropertyEClass, AdditionalConnectionProperty.class, "AdditionalConnectionProperty",
!IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getAdditionalConnectionProperty_PropertyName(), ecorePackage.getEString(), "propertyName", null, 0, 1,
AdditionalConnectionProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
AdditionalConnectionProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEAttribute(getAdditionalConnectionProperty_Value(), ecorePackage.getEString(), "Value", null, 0, 1,
AdditionalConnectionProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID,
IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
AdditionalConnectionProperty.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
initEClass(sapbwTableEClass, SAPBWTable.class, "SAPBWTable", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSAPBWTable_ModelType(), ecorePackage.getEString(), "modelType", null, 0, 1, SAPBWTable.class,
@@ -6183,8 +6208,8 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
initEClass(sapbwTableFieldEClass, SAPBWTableField.class, "SAPBWTableField", !IS_ABSTRACT, !IS_INTERFACE,
IS_GENERATED_INSTANCE_CLASS);
initEAttribute(getSAPBWTableField_LogicalName(), ecorePackage.getEString(), "logicalName", null, 0, 1,
SAPBWTableField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE,
!IS_DERIVED, IS_ORDERED);
SAPBWTableField.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED,
IS_ORDERED);
// Initialize enums and add enum literals
initEEnum(fileFormatEEnum, FileFormat.class, "FileFormat");
@@ -6268,131 +6293,96 @@ public class ConnectionPackageImpl extends EPackageImpl implements ConnectionPac
String source = "http://www.eclipse.org/emf/2002/GenModel";
addAnnotation(connectionEClass, source, new String[] { "documentation",
"base class tha represent a connection, may be to a database or a file or else" });
addAnnotation(getConnection_Queries(), source, new String[] { "documentation",
"This defines the SQL queries related to this connection" });
addAnnotation(getConnection_ContextMode(), source, new String[] { "documentation",
"whether this connection is defined using a context or is standalone" });
addAnnotation(getConnection_Queries(), source,
new String[] { "documentation", "This defines the SQL queries related to this connection" });
addAnnotation(getConnection_ContextMode(), source,
new String[] { "documentation", "whether this connection is defined using a context or is standalone" });
addAnnotation(getConnection_ContextId(), source, new String[] { "documentation",
"Id of the context this connection is linked to, only used when ContextMode attribute is true" });
addAnnotation(metadataColumnEClass, source, new String[] { "documentation",
"represents a metada column which contains source (such as DB) definitions as weel as Talend mappings" });
addAnnotation(
getMetadataColumn_SourceType(),
source,
new String[] {
"documentation",
"Schema DB type (VARCHAR for example ), can be initialised from DB column type and modified by the user.)\r\nThis is maintained in synch with the TalendType (at least in the Table schema editor).\r\n" });
addAnnotation(
getMetadataColumn_DefaultValue(),
source,
new String[] {
"documentation",
"@deprecated Use initialValue instead\r\n(This represents the default value for column. This may be changed by the user.)\r\n\r\n" });
addAnnotation(
getMetadataColumn_TalendType(),
source,
new String[] {
"documentation",
"java type used by Talend for handling this column elements; This seems to be synched with the sourceType.\r\nThis must be the case for schema used for Table creation." });
addAnnotation(
getMetadataColumn_Key(),
source,
new String[] {
"documentation",
"Whether this column is a considered a key, in a business meaning (This is not technical).\r\nThis may apply to file, xml or dB columns.\r\nMay be changed by the user.\r\nWhen retrieving Metadata from DB this will be set to true if the column belong to the primary key." });
addAnnotation(getMetadataColumn_Nullable(), source, new String[] { "documentation",
"whether this column supports null values. May be changed by the user." });
addAnnotation(getMetadataColumn_Table(), source, new String[] { "documentation",
"reference to the containing table or view" });
addAnnotation(getMetadataColumn_OriginalField(), source, new String[] { "documentation",
"@deprecated use g(s)etName\r\nLogical name of the column" });
addAnnotation(getMetadataColumn_SourceType(), source, new String[] { "documentation",
"Schema DB type (VARCHAR for example ), can be initialised from DB column type and modified by the user.)\r\nThis is maintained in synch with the TalendType (at least in the Table schema editor).\r\n" });
addAnnotation(getMetadataColumn_DefaultValue(), source, new String[] { "documentation",
"@deprecated Use initialValue instead\r\n(This represents the default value for column. This may be changed by the user.)\r\n\r\n" });
addAnnotation(getMetadataColumn_TalendType(), source, new String[] { "documentation",
"java type used by Talend for handling this column elements; This seems to be synched with the sourceType.\r\nThis must be the case for schema used for Table creation." });
addAnnotation(getMetadataColumn_Key(), source, new String[] { "documentation",
"Whether this column is a considered a key, in a business meaning (This is not technical).\r\nThis may apply to file, xml or dB columns.\r\nMay be changed by the user.\r\nWhen retrieving Metadata from DB this will be set to true if the column belong to the primary key." });
addAnnotation(getMetadataColumn_Nullable(), source,
new String[] { "documentation", "whether this column supports null values. May be changed by the user." });
addAnnotation(getMetadataColumn_Table(), source,
new String[] { "documentation", "reference to the containing table or view" });
addAnnotation(getMetadataColumn_OriginalField(), source,
new String[] { "documentation", "@deprecated use g(s)etName\r\nLogical name of the column" });
addAnnotation(getMetadataColumn_Pattern(), source,
new String[] { "documentation", "pattern mainly used for date parsing" });
addAnnotation(abstractMetadataObjectEClass, source, new String[] { "documentation",
"base class for all the metadata model" });
addAnnotation(
getAbstractMetadataObject_Properties(),
source,
new String[] {
"documentation",
"@deprecated Use taggedValue instead\r\n(map of general purpose key/value that is available to all classes of the metamodel.)\r\n" });
addAnnotation(abstractMetadataObjectEClass, source,
new String[] { "documentation", "base class for all the metadata model" });
addAnnotation(getAbstractMetadataObject_Properties(), source, new String[] { "documentation",
"@deprecated Use taggedValue instead\r\n(map of general purpose key/value that is available to all classes of the metamodel.)\r\n" });
addAnnotation(getAbstractMetadataObject_Id(), source, new String[] { "documentation", "logical identifier" });
addAnnotation(getAbstractMetadataObject_Comment(), source, new String[] { "documentation",
"free comment of this element, may be displayed to the user." });
addAnnotation(getAbstractMetadataObject_Label(), source, new String[] { "documentation",
"name to be displayed for the current object" });
addAnnotation(getAbstractMetadataObject_Comment(), source,
new String[] { "documentation", "free comment of this element, may be displayed to the user." });
addAnnotation(getAbstractMetadataObject_Label(), source,
new String[] { "documentation", "name to be displayed for the current object" });
addAnnotation(metadataTableEClass, source, new String[] { "documentation", "representation of a of set of columns" });
addAnnotation(getMetadataTable_SourceName(), source, new String[] { "documentation",
"@deprecated use g(s)etName()\r\nname of the table, that is actual DB table name for DB tables" });
addAnnotation(getMetadataTable_TableType(), source, new String[] { "documentation",
"of value of TABLE, VIEW, SYNONYM, ALL_SYNONYM" });
addAnnotation(getMetadataTable_AttachedCDC(), source, new String[] { "documentation",
"whether a CDC table is attached to this table" });
addAnnotation(getMetadataTable_ActivatedCDC(), source, new String[] { "documentation",
"whether CDC is activated, that is the trigger are set to record the changes" });
addAnnotation(
getMetadataTable_Columns(),
source,
new String[] { "documentation",
"List of columns related to this table, this is a derived attribute from the feature attribute, thus volatile and transiant" });
addAnnotation(getMetadataTable_TableType(), source,
new String[] { "documentation", "of value of TABLE, VIEW, SYNONYM, ALL_SYNONYM" });
addAnnotation(getMetadataTable_AttachedCDC(), source,
new String[] { "documentation", "whether a CDC table is attached to this table" });
addAnnotation(getMetadataTable_ActivatedCDC(), source,
new String[] { "documentation", "whether CDC is activated, that is the trigger are set to record the changes" });
addAnnotation(getMetadataTable_Columns(), source, new String[] { "documentation",
"List of columns related to this table, this is a derived attribute from the feature attribute, thus volatile and transiant" });
addAnnotation(getMetadataTable_Connection(), source, new String[] { "documentation",
"@deprecated use MetadataTableHelper.getFirstconnection()\r\nref to the connection that contains this table" });
addAnnotation(
mdmConnectionEClass.getEOperations().get(0),
source,
new String[] {
"documentation",
"return the connection string to connect to the MDM server,\r\nit is a concatenation of protocol, server, port and context.\r\nthe connection string returned may not be a valid URL if some of the concatenated elements are not properly set.\r\nNo checking is done." });
addAnnotation(getMDMConnection_Protocol(), source, new String[] { "documentation",
"protocol used for connecting to MDM server, initial protocol is HTTP" });
addAnnotation(mdmConnectionEClass.getEOperations().get(0), source, new String[] { "documentation",
"return the connection string to connect to the MDM server,\r\nit is a concatenation of protocol, server, port and context.\r\nthe connection string returned may not be a valid URL if some of the concatenated elements are not properly set.\r\nNo checking is done." });
addAnnotation(getMDMConnection_Protocol(), source,
new String[] { "documentation", "protocol used for connecting to MDM server, initial protocol is HTTP" });
addAnnotation(getMDMConnection_Context(), source, new String[] { "documentation",
"part of the url for connecting to the server, \r\nthe last part that defined the MDM web app context" });
addAnnotation(databaseConnectionEClass, source, new String[] { "documentation", "Defines a connection to a Database" });
addAnnotation(getDatabaseConnection_DatabaseType(), source, new String[] { "documentation",
"logical type of the DB (for instance MySQL)" });
addAnnotation(getDatabaseConnection_DriverJarPath(), source, new String[] { "documentation",
"absolute path to the jar that may be used for Generic JDBC connection" });
addAnnotation(getDatabaseConnection_DriverClass(), source, new String[] { "documentation",
"initial class for generic JDBC connection" });
addAnnotation(
getDatabaseConnection_URL(),
source,
new String[] {
"documentation",
"the connection base URL for JDBC protocol.\r\nIt is a concatenation of DatabaseType, ServerName, Port and other attributes of this class" });
addAnnotation(getDatabaseConnection_DatabaseType(), source,
new String[] { "documentation", "logical type of the DB (for instance MySQL)" });
addAnnotation(getDatabaseConnection_DriverJarPath(), source,
new String[] { "documentation", "absolute path to the jar that may be used for Generic JDBC connection" });
addAnnotation(getDatabaseConnection_DriverClass(), source,
new String[] { "documentation", "initial class for generic JDBC connection" });
addAnnotation(getDatabaseConnection_URL(), source, new String[] { "documentation",
"the connection base URL for JDBC protocol.\r\nIt is a concatenation of DatabaseType, ServerName, Port and other attributes of this class" });
addAnnotation(getDatabaseConnection_DbVersionString(), source, new String[] { "documentation",
"may hold the version of the Database for a given Database type (for instance MySQL_4 or MySQL_5)" });
addAnnotation(getDatabaseConnection_Port(), source, new String[] { "documentation",
"port used for the Database Connection" });
addAnnotation(getDatabaseConnection_Username(), source, new String[] { "documentation",
"user name used for DB connection authentification" });
addAnnotation(getDatabaseConnection_Password(), source, new String[] { "documentation",
"password used for DB connection authentification" });
addAnnotation(getDatabaseConnection_ServerName(), source, new String[] { "documentation",
"IP adress or machine name of the DB server to connect to." });
addAnnotation(getDatabaseConnection_FileFieldName(), source, new String[] { "documentation",
"Database file used for DB such as SqlLite" });
addAnnotation(getDatabaseConnection_Port(), source,
new String[] { "documentation", "port used for the Database Connection" });
addAnnotation(getDatabaseConnection_Username(), source,
new String[] { "documentation", "user name used for DB connection authentification" });
addAnnotation(getDatabaseConnection_Password(), source,
new String[] { "documentation", "password used for DB connection authentification" });
addAnnotation(getDatabaseConnection_ServerName(), source,
new String[] { "documentation", "IP adress or machine name of the DB server to connect to." });
addAnnotation(getDatabaseConnection_FileFieldName(), source,
new String[] { "documentation", "Database file used for DB such as SqlLite" });
addAnnotation(getDatabaseConnection_SID(), source, new String[] { "documentation", "Logical name of the Database" });
addAnnotation(getDatabaseConnection_AdditionalParams(), source, new String[] { "documentation",
"parameters that are to be added to the connection URL" });
addAnnotation(getDatabaseConnection_CdcConns(), source, new String[] { "documentation",
"reference to CDC definition for this connection" });
addAnnotation(sapFunctionUnitEClass.getEOperations().get(0), source, new String[] { "documentation",
"@deprecated use SAPFunctionHelper.getFirstDocument().g(s)etReference()" });
addAnnotation(sapFunctionParameterColumnEClass.getEOperations().get(0), source, new String[] { "documentation",
"@deprecated use ModelElementHelper.getFirstDescription().setBody()" });
addAnnotation(cdcConnectionEClass, source, new String[] { "documentation",
"defining Change Data Capture for a given connection" });
addAnnotation(getDatabaseConnection_AdditionalParams(), source,
new String[] { "documentation", "parameters that are to be added to the connection URL" });
addAnnotation(getDatabaseConnection_CdcConns(), source,
new String[] { "documentation", "reference to CDC definition for this connection" });
addAnnotation(sapFunctionUnitEClass.getEOperations().get(0), source,
new String[] { "documentation", "@deprecated use SAPFunctionHelper.getFirstDocument().g(s)etReference()" });
addAnnotation(sapFunctionParameterColumnEClass.getEOperations().get(0), source,
new String[] { "documentation", "@deprecated use ModelElementHelper.getFirstDescription().setBody()" });
addAnnotation(cdcConnectionEClass, source,
new String[] { "documentation", "defining Change Data Capture for a given connection" });
addAnnotation(getCDCConnection_Connection(), source,
new String[] { "documentation", "the connection this CDC relates to" });
addAnnotation(getCDCType_LinkDB(), source, new String[] { "documentation",
"ID of the .properties file related to the CDC database" });
addAnnotation(
genericPackageEClass,
source,
new String[] {
"documentation",
"Default CWM package to use when none of the existing cwm packages fit the metadata to describe.\r\nThis is a container between Connection and MetadataTable" });
addAnnotation(getCDCType_LinkDB(), source,
new String[] { "documentation", "ID of the .properties file related to the CDC database" });
addAnnotation(genericPackageEClass, source, new String[] { "documentation",
"Default CWM package to use when none of the existing cwm packages fit the metadata to describe.\r\nThis is a container between Connection and MetadataTable" });
}
/**

View File

@@ -23,6 +23,7 @@ import org.talend.core.model.metadata.builder.connection.DatabaseConnection;
* end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DatabaseConnectionImpl#getDatabaseType <em>Database Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DatabaseConnectionImpl#getDriverJarPath <em>Driver Jar Path</em>}</li>
@@ -51,7 +52,6 @@ import org.talend.core.model.metadata.builder.connection.DatabaseConnection;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DatabaseConnectionImpl#getUiSchema <em>Ui Schema</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DatabaseConnectionImpl#getParameters <em>Parameters</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -921,8 +921,8 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
String oldProductId = productId;
productId = newProductId;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.DATABASE_CONNECTION__PRODUCT_ID,
oldProductId, productId));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.DATABASE_CONNECTION__PRODUCT_ID, oldProductId,
productId));
}
/**
@@ -1001,8 +1001,8 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
boolean oldSystemSQL = systemSQL;
systemSQL = newSystemSQL;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.DATABASE_CONNECTION__SYSTEM_SQL,
oldSystemSQL, systemSQL));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.DATABASE_CONNECTION__SYSTEM_SQL, oldSystemSQL,
systemSQL));
}
/**
@@ -1182,8 +1182,8 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
switch (featureID) {
case ConnectionPackage.DATABASE_CONNECTION__CDC_CONNS:
if (cdcConns != null)
msgs = ((InternalEObject) cdcConns).eInverseRemove(this, EOPPOSITE_FEATURE_BASE
- ConnectionPackage.DATABASE_CONNECTION__CDC_CONNS, null, msgs);
msgs = ((InternalEObject) cdcConns).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - ConnectionPackage.DATABASE_CONNECTION__CDC_CONNS, null, msgs);
return basicSetCdcConns((CDCConnection) otherEnd, msgs);
}
return super.eInverseAdd(otherEnd, featureID, msgs);
@@ -1533,8 +1533,8 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
case ConnectionPackage.DATABASE_CONNECTION__URL:
return URL_EDEFAULT == null ? url != null : !URL_EDEFAULT.equals(url);
case ConnectionPackage.DATABASE_CONNECTION__DB_VERSION_STRING:
return DB_VERSION_STRING_EDEFAULT == null ? dbVersionString != null : !DB_VERSION_STRING_EDEFAULT
.equals(dbVersionString);
return DB_VERSION_STRING_EDEFAULT == null ? dbVersionString != null
: !DB_VERSION_STRING_EDEFAULT.equals(dbVersionString);
case ConnectionPackage.DATABASE_CONNECTION__PORT:
return PORT_EDEFAULT == null ? port != null : !PORT_EDEFAULT.equals(port);
case ConnectionPackage.DATABASE_CONNECTION__USERNAME:
@@ -1562,8 +1562,8 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
case ConnectionPackage.DATABASE_CONNECTION__DB_ROOT_PATH:
return DB_ROOT_PATH_EDEFAULT == null ? dbRootPath != null : !DB_ROOT_PATH_EDEFAULT.equals(dbRootPath);
case ConnectionPackage.DATABASE_CONNECTION__ADDITIONAL_PARAMS:
return ADDITIONAL_PARAMS_EDEFAULT == null ? additionalParams != null : !ADDITIONAL_PARAMS_EDEFAULT
.equals(additionalParams);
return ADDITIONAL_PARAMS_EDEFAULT == null ? additionalParams != null
: !ADDITIONAL_PARAMS_EDEFAULT.equals(additionalParams);
case ConnectionPackage.DATABASE_CONNECTION__STANDARD_SQL:
return standardSQL != STANDARD_SQL_EDEFAULT;
case ConnectionPackage.DATABASE_CONNECTION__SYSTEM_SQL:
@@ -1591,7 +1591,7 @@ public class DatabaseConnectionImpl extends ConnectionImpl implements DatabaseCo
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (DatabaseType: ");
result.append(databaseType);
result.append(", DriverJarPath: ");

View File

@@ -17,11 +17,11 @@ import org.talend.core.model.metadata.builder.connection.FieldSeparator;
* end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DelimitedFileConnectionImpl#getFieldSeparatorType <em>Field Separator Type</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.DelimitedFileConnectionImpl#isSplitRecord <em>Split Record</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -101,7 +101,8 @@ public class DelimitedFileConnectionImpl extends FileConnectionImpl implements D
fieldSeparatorType = newFieldSeparatorType == null ? FIELD_SEPARATOR_TYPE_EDEFAULT : newFieldSeparatorType;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET,
ConnectionPackage.DELIMITED_FILE_CONNECTION__FIELD_SEPARATOR_TYPE, oldFieldSeparatorType, fieldSeparatorType));
ConnectionPackage.DELIMITED_FILE_CONNECTION__FIELD_SEPARATOR_TYPE, oldFieldSeparatorType,
fieldSeparatorType));
}
/**
@@ -197,7 +198,7 @@ public class DelimitedFileConnectionImpl extends FileConnectionImpl implements D
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (FieldSeparatorType: ");
result.append(fieldSeparatorType);
result.append(", splitRecord: ");

View File

@@ -20,11 +20,11 @@ import org.talend.core.model.metadata.builder.connection.EDIFACTColumn;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EDIFACTColumnImpl#getEDIColumnName <em>EDI Column Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EDIFACTColumnImpl#getEDIXpath <em>EDI Xpath</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -211,7 +211,7 @@ public class EDIFACTColumnImpl extends MetadataColumnImpl implements EDIFACTColu
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (EDIColumnName: ");
result.append(ediColumnName);
result.append(", EDIXpath: ");

View File

@@ -251,7 +251,7 @@ public class EDIFACTConnectionImpl extends ConnectionImpl implements EDIFACTConn
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (XmlName: ");
result.append(xmlName);
result.append(", FileName: ");

View File

@@ -18,6 +18,7 @@ import org.talend.core.model.metadata.builder.connection.EbcdicConnection;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EbcdicConnectionImpl#getMidFile <em>Mid File</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EbcdicConnectionImpl#getDataFile <em>Data File</em>}</li>
@@ -25,7 +26,6 @@ import org.talend.core.model.metadata.builder.connection.EbcdicConnection;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EbcdicConnectionImpl#getSourceFileStart <em>Source File Start</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.EbcdicConnectionImpl#getSourceFileEnd <em>Source File End</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -351,8 +351,8 @@ public class EbcdicConnectionImpl extends FileConnectionImpl implements EbcdicCo
case ConnectionPackage.EBCDIC_CONNECTION__CODE_PAGE:
return CODE_PAGE_EDEFAULT == null ? codePage != null : !CODE_PAGE_EDEFAULT.equals(codePage);
case ConnectionPackage.EBCDIC_CONNECTION__SOURCE_FILE_START:
return SOURCE_FILE_START_EDEFAULT == null ? sourceFileStart != null : !SOURCE_FILE_START_EDEFAULT
.equals(sourceFileStart);
return SOURCE_FILE_START_EDEFAULT == null ? sourceFileStart != null
: !SOURCE_FILE_START_EDEFAULT.equals(sourceFileStart);
case ConnectionPackage.EBCDIC_CONNECTION__SOURCE_FILE_END:
return SOURCE_FILE_END_EDEFAULT == null ? sourceFileEnd != null : !SOURCE_FILE_END_EDEFAULT.equals(sourceFileEnd);
}
@@ -369,7 +369,7 @@ public class EbcdicConnectionImpl extends FileConnectionImpl implements EbcdicCo
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (MidFile: ");
result.append(midFile);
result.append(", DataFile: ");

View File

@@ -42,6 +42,7 @@ import org.talend.core.model.metadata.builder.connection.FTPConnection;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FTPConnectionImpl#getProxypassword <em>Proxypassword</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FTPConnectionImpl#getCustomEncode <em>Custom Encode</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FTPConnectionImpl#isUseFileNameEncoding <em>Use File Name Encoding</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FTPConnectionImpl#getTimeout <em>Timeout</em>}</li>
* </ul>
*
* @generated
@@ -448,6 +449,26 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
*/
protected boolean useFileNameEncoding = USE_FILE_NAME_ENCODING_EDEFAULT;
/**
* The default value of the '{@link #getTimeout() <em>Timeout</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTimeout()
* @generated
* @ordered
*/
protected static final long TIMEOUT_EDEFAULT = 0L;
/**
* The cached value of the '{@link #getTimeout() <em>Timeout</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getTimeout()
* @generated
* @ordered
*/
protected long timeout = TIMEOUT_EDEFAULT;
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -901,6 +922,28 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
oldUseFileNameEncoding, useFileNameEncoding));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public long getTimeout() {
return timeout;
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setTimeout(long newTimeout) {
long oldTimeout = timeout;
timeout = newTimeout;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.FTP_CONNECTION__TIMEOUT, oldTimeout,
timeout));
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
@@ -949,6 +992,8 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
return getCustomEncode();
case ConnectionPackage.FTP_CONNECTION__USE_FILE_NAME_ENCODING:
return isUseFileNameEncoding();
case ConnectionPackage.FTP_CONNECTION__TIMEOUT:
return getTimeout();
}
return super.eGet(featureID, resolve, coreType);
}
@@ -1021,6 +1066,9 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
case ConnectionPackage.FTP_CONNECTION__USE_FILE_NAME_ENCODING:
setUseFileNameEncoding((Boolean) newValue);
return;
case ConnectionPackage.FTP_CONNECTION__TIMEOUT:
setTimeout((Long) newValue);
return;
}
super.eSet(featureID, newValue);
}
@@ -1093,6 +1141,9 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
case ConnectionPackage.FTP_CONNECTION__USE_FILE_NAME_ENCODING:
setUseFileNameEncoding(USE_FILE_NAME_ENCODING_EDEFAULT);
return;
case ConnectionPackage.FTP_CONNECTION__TIMEOUT:
setTimeout(TIMEOUT_EDEFAULT);
return;
}
super.eUnset(featureID);
}
@@ -1146,6 +1197,8 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
return CUSTOM_ENCODE_EDEFAULT == null ? customEncode != null : !CUSTOM_ENCODE_EDEFAULT.equals(customEncode);
case ConnectionPackage.FTP_CONNECTION__USE_FILE_NAME_ENCODING:
return useFileNameEncoding != USE_FILE_NAME_ENCODING_EDEFAULT;
case ConnectionPackage.FTP_CONNECTION__TIMEOUT:
return timeout != TIMEOUT_EDEFAULT;
}
return super.eIsSet(featureID);
}
@@ -1160,7 +1213,7 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (Host: ");
result.append(host);
result.append(", Port: ");
@@ -1201,6 +1254,8 @@ public class FTPConnectionImpl extends ConnectionImpl implements FTPConnection {
result.append(customEncode);
result.append(", UseFileNameEncoding: ");
result.append(useFileNameEncoding);
result.append(", Timeout: ");
result.append(timeout);
result.append(')');
return result.toString();
}

View File

@@ -20,6 +20,7 @@ import org.talend.core.model.metadata.builder.connection.RowSeparator;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileConnectionImpl#getServer <em>Server</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileConnectionImpl#getFilePath <em>File Path</em>}</li>
@@ -42,7 +43,6 @@ import org.talend.core.model.metadata.builder.connection.RowSeparator;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileConnectionImpl#getTextEnclosure <em>Text Enclosure</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileConnectionImpl#isCsvOption <em>Csv Option</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -680,8 +680,8 @@ public abstract class FileConnectionImpl extends ConnectionImpl implements FileC
String oldHeaderValue = headerValue;
headerValue = newHeaderValue;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.FILE_CONNECTION__HEADER_VALUE,
oldHeaderValue, headerValue));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.FILE_CONNECTION__HEADER_VALUE, oldHeaderValue,
headerValue));
}
/**
@@ -724,8 +724,8 @@ public abstract class FileConnectionImpl extends ConnectionImpl implements FileC
String oldFooterValue = footerValue;
footerValue = newFooterValue;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.FILE_CONNECTION__FOOTER_VALUE,
oldFooterValue, footerValue));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.FILE_CONNECTION__FOOTER_VALUE, oldFooterValue,
footerValue));
}
/**
@@ -1117,13 +1117,13 @@ public abstract class FileConnectionImpl extends ConnectionImpl implements FileC
case ConnectionPackage.FILE_CONNECTION__ENCODING:
return ENCODING_EDEFAULT == null ? encoding != null : !ENCODING_EDEFAULT.equals(encoding);
case ConnectionPackage.FILE_CONNECTION__FIELD_SEPARATOR_VALUE:
return FIELD_SEPARATOR_VALUE_EDEFAULT == null ? fieldSeparatorValue != null : !FIELD_SEPARATOR_VALUE_EDEFAULT
.equals(fieldSeparatorValue);
return FIELD_SEPARATOR_VALUE_EDEFAULT == null ? fieldSeparatorValue != null
: !FIELD_SEPARATOR_VALUE_EDEFAULT.equals(fieldSeparatorValue);
case ConnectionPackage.FILE_CONNECTION__ROW_SEPARATOR_TYPE:
return rowSeparatorType != ROW_SEPARATOR_TYPE_EDEFAULT;
case ConnectionPackage.FILE_CONNECTION__ROW_SEPARATOR_VALUE:
return ROW_SEPARATOR_VALUE_EDEFAULT == null ? rowSeparatorValue != null : !ROW_SEPARATOR_VALUE_EDEFAULT
.equals(rowSeparatorValue);
return ROW_SEPARATOR_VALUE_EDEFAULT == null ? rowSeparatorValue != null
: !ROW_SEPARATOR_VALUE_EDEFAULT.equals(rowSeparatorValue);
case ConnectionPackage.FILE_CONNECTION__TEXT_IDENTIFIER:
return TEXT_IDENTIFIER_EDEFAULT == null ? textIdentifier != null : !TEXT_IDENTIFIER_EDEFAULT.equals(textIdentifier);
case ConnectionPackage.FILE_CONNECTION__USE_HEADER:
@@ -1164,7 +1164,7 @@ public abstract class FileConnectionImpl extends ConnectionImpl implements FileC
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (Server: ");
result.append(server);
result.append(", FilePath: ");

View File

@@ -24,6 +24,7 @@ import org.talend.core.model.metadata.builder.connection.FileExcelConnection;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileExcelConnectionImpl#getSheetName <em>Sheet Name</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileExcelConnectionImpl#getSheetColumns <em>Sheet Columns</em>}</li>
@@ -36,7 +37,6 @@ import org.talend.core.model.metadata.builder.connection.FileExcelConnection;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileExcelConnectionImpl#getSheetList <em>Sheet List</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.FileExcelConnectionImpl#getGenerationMode <em>Generation Mode</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -597,11 +597,11 @@ public class FileExcelConnectionImpl extends FileConnectionImpl implements FileE
case ConnectionPackage.FILE_EXCEL_CONNECTION__LAST_COLUMN:
return LAST_COLUMN_EDEFAULT == null ? lastColumn != null : !LAST_COLUMN_EDEFAULT.equals(lastColumn);
case ConnectionPackage.FILE_EXCEL_CONNECTION__THOUSAND_SEPARATOR:
return THOUSAND_SEPARATOR_EDEFAULT == null ? thousandSeparator != null : !THOUSAND_SEPARATOR_EDEFAULT
.equals(thousandSeparator);
return THOUSAND_SEPARATOR_EDEFAULT == null ? thousandSeparator != null
: !THOUSAND_SEPARATOR_EDEFAULT.equals(thousandSeparator);
case ConnectionPackage.FILE_EXCEL_CONNECTION__DECIMAL_SEPARATOR:
return DECIMAL_SEPARATOR_EDEFAULT == null ? decimalSeparator != null : !DECIMAL_SEPARATOR_EDEFAULT
.equals(decimalSeparator);
return DECIMAL_SEPARATOR_EDEFAULT == null ? decimalSeparator != null
: !DECIMAL_SEPARATOR_EDEFAULT.equals(decimalSeparator);
case ConnectionPackage.FILE_EXCEL_CONNECTION__ADVANCED_SPEARATOR:
return advancedSpearator != ADVANCED_SPEARATOR_EDEFAULT;
case ConnectionPackage.FILE_EXCEL_CONNECTION__SELECT_ALL_SHEETS:
@@ -624,7 +624,7 @@ public class FileExcelConnectionImpl extends FileConnectionImpl implements FileE
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (SheetName: ");
result.append(sheetName);
result.append(", sheetColumns: ");

View File

@@ -16,8 +16,6 @@ import orgomg.cwm.objectmodel.core.impl.PackageImpl;
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Generic Package</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/

View File

@@ -18,11 +18,11 @@ import org.talend.core.model.metadata.builder.connection.GenericSchemaConnection
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.GenericSchemaConnectionImpl#isMappingTypeUsed <em>Mapping Type Used</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.GenericSchemaConnectionImpl#getMappingTypeId <em>Mapping Type Id</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -209,7 +209,7 @@ public class GenericSchemaConnectionImpl extends ConnectionImpl implements Gener
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (mappingTypeUsed: ");
result.append(mappingTypeUsed);
result.append(", mappingTypeId: ");

View File

@@ -28,13 +28,13 @@ import org.talend.core.model.metadata.builder.connection.HL7FileNode;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7ConnectionImpl#getStartChar <em>Start Char</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7ConnectionImpl#getEndChar <em>End Char</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7ConnectionImpl#getRoot <em>Root</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7ConnectionImpl#getOutputFilePath <em>Output File Path</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -169,7 +169,8 @@ public class HL7ConnectionImpl extends FileConnectionImpl implements HL7Connecti
String oldEndChar = endChar;
endChar = newEndChar;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HL7_CONNECTION__END_CHAR, oldEndChar, endChar));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HL7_CONNECTION__END_CHAR, oldEndChar,
endChar));
}
/**
@@ -321,7 +322,7 @@ public class HL7ConnectionImpl extends FileConnectionImpl implements HL7Connecti
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (StartChar: ");
result.append(startChar);
result.append(", EndChar: ");

View File

@@ -21,6 +21,7 @@ import org.talend.core.model.metadata.builder.connection.HL7FileNode;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7FileNodeImpl#getFilePath <em>File Path</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7FileNodeImpl#getOrder <em>Order</em>}</li>
@@ -29,7 +30,6 @@ import org.talend.core.model.metadata.builder.connection.HL7FileNode;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7FileNodeImpl#getRelatedColumn <em>Related Column</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HL7FileNodeImpl#isRepeatable <em>Repeatable</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -257,8 +257,8 @@ public class HL7FileNodeImpl extends EObjectImpl implements HL7FileNode {
String oldDefaultValue = defaultValue;
defaultValue = newDefaultValue;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HL7_FILE_NODE__DEFAULT_VALUE,
oldDefaultValue, defaultValue));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HL7_FILE_NODE__DEFAULT_VALUE, oldDefaultValue,
defaultValue));
}
/**
@@ -423,7 +423,7 @@ public class HL7FileNodeImpl extends EObjectImpl implements HL7FileNode {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (FilePath: ");
result.append(filePath);
result.append(", Order: ");

View File

@@ -20,13 +20,13 @@ import org.talend.core.model.metadata.builder.connection.HeaderFooterConnection;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HeaderFooterConnectionImpl#isIsHeader <em>Is Header</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HeaderFooterConnectionImpl#getImports <em>Imports</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HeaderFooterConnectionImpl#getMainCode <em>Main Code</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.HeaderFooterConnectionImpl#getLibraries <em>Libraries</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -171,8 +171,8 @@ public class HeaderFooterConnectionImpl extends ConnectionImpl implements Header
String oldImports = imports;
imports = newImports;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HEADER_FOOTER_CONNECTION__IMPORTS,
oldImports, imports));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.HEADER_FOOTER_CONNECTION__IMPORTS, oldImports,
imports));
}
/**
@@ -317,7 +317,7 @@ public class HeaderFooterConnectionImpl extends ConnectionImpl implements Header
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (isHeader: ");
result.append(isHeader);
result.append(", imports: ");

View File

@@ -25,11 +25,11 @@ import org.talend.core.model.metadata.builder.connection.ConnectionPackage;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.InnerJoinMapImpl#getTypedKey <em>Key</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.InnerJoinMapImpl#getTypedValue <em>Value</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -214,7 +214,7 @@ public class InnerJoinMapImpl extends EObjectImpl implements BasicEMap.Entry<Str
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (key: ");
result.append(key);
result.append(", value: ");

View File

@@ -21,10 +21,10 @@ import org.talend.core.model.metadata.builder.connection.SAPFunctionUnit;
* <em><b>Input SAP Function Parameter Table</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.InputSAPFunctionParameterTableImpl#getFunctionUnit <em>Function Unit</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -84,7 +84,8 @@ public class InputSAPFunctionParameterTableImpl extends SAPFunctionParameterTabl
*/
public void setFunctionUnit(SAPFunctionUnit newFunctionUnit) {
if (newFunctionUnit != eInternalContainer()
|| (eContainerFeatureID() != ConnectionPackage.INPUT_SAP_FUNCTION_PARAMETER_TABLE__FUNCTION_UNIT && newFunctionUnit != null)) {
|| (eContainerFeatureID() != ConnectionPackage.INPUT_SAP_FUNCTION_PARAMETER_TABLE__FUNCTION_UNIT
&& newFunctionUnit != null)) {
if (EcoreUtil.isAncestor(this, newFunctionUnit))
throw new IllegalArgumentException("Recursive containment not allowed for " + toString());
NotificationChain msgs = null;

View File

@@ -23,6 +23,7 @@ import org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LDAPSchemaConnectionImpl#getHost <em>Host</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LDAPSchemaConnectionImpl#getPort <em>Port</em>}</li>
@@ -48,7 +49,6 @@ import org.talend.core.model.metadata.builder.connection.LDAPSchemaConnection;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LDAPSchemaConnectionImpl#getReturnAttributes <em>Return Attributes</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LDAPSchemaConnectionImpl#getSelectedDN <em>Selected DN</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -563,8 +563,8 @@ public class LDAPSchemaConnectionImpl extends ConnectionImpl implements LDAPSche
String oldProtocol = protocol;
protocol = newProtocol;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.LDAP_SCHEMA_CONNECTION__PROTOCOL,
oldProtocol, protocol));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.LDAP_SCHEMA_CONNECTION__PROTOCOL, oldProtocol,
protocol));
}
/**
@@ -1236,8 +1236,8 @@ public class LDAPSchemaConnectionImpl extends ConnectionImpl implements LDAPSche
case ConnectionPackage.LDAP_SCHEMA_CONNECTION__LIMIT_VALUE:
return limitValue != LIMIT_VALUE_EDEFAULT;
case ConnectionPackage.LDAP_SCHEMA_CONNECTION__ENCRYPTION_METHOD_NAME:
return ENCRYPTION_METHOD_NAME_EDEFAULT == null ? encryptionMethodName != null : !ENCRYPTION_METHOD_NAME_EDEFAULT
.equals(encryptionMethodName);
return ENCRYPTION_METHOD_NAME_EDEFAULT == null ? encryptionMethodName != null
: !ENCRYPTION_METHOD_NAME_EDEFAULT.equals(encryptionMethodName);
case ConnectionPackage.LDAP_SCHEMA_CONNECTION__VALUE:
return value != null && !value.isEmpty();
case ConnectionPackage.LDAP_SCHEMA_CONNECTION__SAVE_PASSWORD:
@@ -1272,7 +1272,7 @@ public class LDAPSchemaConnectionImpl extends ConnectionImpl implements LDAPSche
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (Host: ");
result.append(host);
result.append(", Port: ");

View File

@@ -32,6 +32,7 @@ import org.talend.core.model.metadata.builder.connection.SchemaAttribute;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LdifFileConnectionImpl#getValue <em>Value</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LdifFileConnectionImpl#getFilePath <em>File Path</em>}</li>
@@ -39,7 +40,6 @@ import org.talend.core.model.metadata.builder.connection.SchemaAttribute;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LdifFileConnectionImpl#isUseLimit <em>Use Limit</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.LdifFileConnectionImpl#getServer <em>Server</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -364,7 +364,7 @@ public class LdifFileConnectionImpl extends ConnectionImpl implements LdifFileCo
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (value: ");
result.append(value);
result.append(", FilePath: ");

View File

@@ -24,6 +24,7 @@ import org.talend.core.model.metadata.builder.connection.MDMConnectionProtocol;
* <!-- begin-user-doc --> An implementation of the model object '<em><b>MDM Connection</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MDMConnectionImpl#getUsername <em>Username</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MDMConnectionImpl#getPassword <em>Password</em>}</li>
@@ -37,7 +38,6 @@ import org.talend.core.model.metadata.builder.connection.MDMConnectionProtocol;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MDMConnectionImpl#getContext <em>Context</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MDMConnectionImpl#getServerUrl <em>Server Url</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@@ -466,7 +466,8 @@ public class MDMConnectionImpl extends ConnectionImpl implements MDMConnection {
String oldContext = context;
context = newContext;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.MDM_CONNECTION__CONTEXT, oldContext, context));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.MDM_CONNECTION__CONTEXT, oldContext,
context));
}
/**
@@ -669,7 +670,7 @@ public class MDMConnectionImpl extends ConnectionImpl implements MDMConnection {
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (Username: ");
result.append(username);
result.append(", Password: ");

View File

@@ -108,6 +108,7 @@ import orgomg.cwmx.resource.dmsii.Remap;
*
* @generated
*/
@SuppressWarnings("deprecation")
public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements MetadataColumn {
/**
@@ -405,9 +406,11 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getDefaultValue()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getDefaultValue() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
protected static final String DEFAULT_VALUE_EDEFAULT = ""; //$NON-NLS-1$
/**
@@ -473,9 +476,11 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @see #getOriginalField()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataColumn#getOriginalField() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
protected static final String ORIGINAL_FIELD_EDEFAULT = ""; //$NON-NLS-1$
/**
@@ -745,11 +750,11 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
if (newMultiplicity != multiplicity) {
NotificationChain msgs = null;
if (multiplicity != null)
msgs = ((InternalEObject) multiplicity).eInverseRemove(this, EOPPOSITE_FEATURE_BASE
- ConnectionPackage.METADATA_COLUMN__MULTIPLICITY, null, msgs);
msgs = ((InternalEObject) multiplicity).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - ConnectionPackage.METADATA_COLUMN__MULTIPLICITY, null, msgs);
if (newMultiplicity != null)
msgs = ((InternalEObject) newMultiplicity).eInverseAdd(this, EOPPOSITE_FEATURE_BASE
- ConnectionPackage.METADATA_COLUMN__MULTIPLICITY, null, msgs);
msgs = ((InternalEObject) newMultiplicity).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE - ConnectionPackage.METADATA_COLUMN__MULTIPLICITY, null, msgs);
msgs = basicSetMultiplicity(newMultiplicity, msgs);
if (msgs != null)
msgs.dispatch();
@@ -794,8 +799,8 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
ScopeKind oldTargetScope = targetScope;
targetScope = newTargetScope == null ? TARGET_SCOPE_EDEFAULT : newTargetScope;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__TARGET_SCOPE,
oldTargetScope, targetScope));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__TARGET_SCOPE, oldTargetScope,
targetScope));
}
/**
@@ -849,11 +854,11 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
if (newType != type) {
NotificationChain msgs = null;
if (type != null)
msgs = ((InternalEObject) type).eInverseRemove(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE,
Classifier.class, msgs);
msgs = ((InternalEObject) type).eInverseRemove(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE, Classifier.class,
msgs);
if (newType != null)
msgs = ((InternalEObject) newType).eInverseAdd(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE,
Classifier.class, msgs);
msgs = ((InternalEObject) newType).eInverseAdd(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE, Classifier.class,
msgs);
msgs = basicSetType(newType, msgs);
if (msgs != null)
msgs.dispatch();
@@ -979,11 +984,11 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
if (newInitialValue != initialValue) {
NotificationChain msgs = null;
if (initialValue != null)
msgs = ((InternalEObject) initialValue).eInverseRemove(this, EOPPOSITE_FEATURE_BASE
- ConnectionPackage.METADATA_COLUMN__INITIAL_VALUE, null, msgs);
msgs = ((InternalEObject) initialValue).eInverseRemove(this,
EOPPOSITE_FEATURE_BASE - ConnectionPackage.METADATA_COLUMN__INITIAL_VALUE, null, msgs);
if (newInitialValue != null)
msgs = ((InternalEObject) newInitialValue).eInverseAdd(this, EOPPOSITE_FEATURE_BASE
- ConnectionPackage.METADATA_COLUMN__INITIAL_VALUE, null, msgs);
msgs = ((InternalEObject) newInitialValue).eInverseAdd(this,
EOPPOSITE_FEATURE_BASE - ConnectionPackage.METADATA_COLUMN__INITIAL_VALUE, null, msgs);
msgs = basicSetInitialValue(newInitialValue, msgs);
if (msgs != null)
msgs.dispatch();
@@ -1122,7 +1127,7 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
setOwner(newTable);
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__TABLE, oldOwner, newTable));
}// else no notification required
} // else no notification required
}
/**
@@ -1145,7 +1150,7 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
if (eNotificationRequired()) {
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__ORIGINAL_FIELD, oldName,
newOriginalField));
}// else no notification required
} // else no notification required
}
/**
@@ -1164,7 +1169,8 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
String oldPattern = pattern;
pattern = newPattern;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__PATTERN, oldPattern, pattern));
eNotify(new ENotificationImpl(this, Notification.SET, ConnectionPackage.METADATA_COLUMN__PATTERN, oldPattern,
pattern));
}
/**
@@ -1325,8 +1331,8 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
return ((InternalEList<InternalEObject>) (InternalEList<?>) getCfMap()).basicAdd(otherEnd, msgs);
case ConnectionPackage.METADATA_COLUMN__TYPE:
if (type != null)
msgs = ((InternalEObject) type).eInverseRemove(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE,
Classifier.class, msgs);
msgs = ((InternalEObject) type).eInverseRemove(this, CorePackage.CLASSIFIER__STRUCTURAL_FEATURE, Classifier.class,
msgs);
return basicSetType((Classifier) otherEnd, msgs);
case ConnectionPackage.METADATA_COLUMN__SLOT:
return ((InternalEList<InternalEObject>) (InternalEList<?>) getSlot()).basicAdd(otherEnd, msgs);
@@ -1796,8 +1802,8 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
case ConnectionPackage.METADATA_COLUMN__TABLE:
return getTable() != null;
case ConnectionPackage.METADATA_COLUMN__ORIGINAL_FIELD:
return ORIGINAL_FIELD_EDEFAULT == null ? getOriginalField() != null : !ORIGINAL_FIELD_EDEFAULT
.equals(getOriginalField());
return ORIGINAL_FIELD_EDEFAULT == null ? getOriginalField() != null
: !ORIGINAL_FIELD_EDEFAULT.equals(getOriginalField());
case ConnectionPackage.METADATA_COLUMN__PATTERN:
return PATTERN_EDEFAULT == null ? pattern != null : !PATTERN_EDEFAULT.equals(pattern);
case ConnectionPackage.METADATA_COLUMN__DISPLAY_FIELD:
@@ -1807,8 +1813,8 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
case ConnectionPackage.METADATA_COLUMN__RELATED_ENTITY:
return RELATED_ENTITY_EDEFAULT == null ? relatedEntity != null : !RELATED_ENTITY_EDEFAULT.equals(relatedEntity);
case ConnectionPackage.METADATA_COLUMN__RELATIONSHIP_TYPE:
return RELATIONSHIP_TYPE_EDEFAULT == null ? relationshipType != null : !RELATIONSHIP_TYPE_EDEFAULT
.equals(relationshipType);
return RELATIONSHIP_TYPE_EDEFAULT == null ? relationshipType != null
: !RELATIONSHIP_TYPE_EDEFAULT.equals(relationshipType);
}
return super.eIsSet(featureID);
}
@@ -1972,7 +1978,7 @@ public class MetadataColumnImpl extends AbstractMetadataObjectImpl implements Me
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (ownerScope: ");
result.append(ownerScope);
result.append(", changeability: ");

View File

@@ -23,10 +23,10 @@ import org.talend.core.model.metadata.builder.connection.Metadata;
* <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MetadataImpl#getConnections <em>Connections</em>}</li>
* </ul>
* </p>
*
* @generated
*/

View File

@@ -57,6 +57,7 @@ import orgomg.cwmx.resource.express.SimpleDimension;
* <!-- begin-user-doc --> An implementation of the model object '<em><b>Metadata Table</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MetadataTableImpl#getOwnedElement <em>Owned Element</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MetadataTableImpl#isIsAbstract <em>Is Abstract</em>}</li>
@@ -83,10 +84,10 @@ import orgomg.cwmx.resource.express.SimpleDimension;
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MetadataTableImpl#getConnection <em>Connection</em>}</li>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.MetadataTableImpl#getAdditionalProperties <em>Additional Properties</em>}</li>
* </ul>
* </p>
*
* @generated
*/
@SuppressWarnings("deprecation")
public class MetadataTableImpl extends AbstractMetadataObjectImpl implements MetadataTable {
/**
@@ -278,9 +279,11 @@ public class MetadataTableImpl extends AbstractMetadataObjectImpl implements Met
* <!-- begin-user-doc --> <!--
* end-user-doc -->
* @see #getSourceName()
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getSourceName() model documentation} for details.
* @generated
* @ordered
*/
@Deprecated
protected static final String SOURCE_NAME_EDEFAULT = null;
/**
@@ -627,8 +630,10 @@ public class MetadataTableImpl extends AbstractMetadataObjectImpl implements Met
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
* @deprecated See {@link org.talend.core.model.metadata.builder.connection.MetadataTable#getConnection() model documentation} for details.
* @generated
*/
@Deprecated
public Connection getConnection() {
Connection connection = basicGetConnection();
return connection != null && connection.eIsProxy() ? (Connection) eResolveProxy((InternalEObject) connection)
@@ -1237,7 +1242,7 @@ public class MetadataTableImpl extends AbstractMetadataObjectImpl implements Met
if (eIsProxy())
return super.toString();
StringBuffer result = new StringBuffer(super.toString());
StringBuilder result = new StringBuilder(super.toString());
result.append(" (isAbstract: ");
result.append(isAbstract);
result.append(", tableType: ");

View File

@@ -21,14 +21,15 @@ import org.talend.core.model.metadata.builder.connection.SAPFunctionUnit;
* <em><b>Output SAP Function Parameter Table</b></em>'. <!-- end-user-doc -->
* <p>
* The following features are implemented:
* </p>
* <ul>
* <li>{@link org.talend.core.model.metadata.builder.connection.impl.OutputSAPFunctionParameterTableImpl#getFunctionUnit <em>Function Unit</em>}</li>
* </ul>
* </p>
*
* @generated
*/
public class OutputSAPFunctionParameterTableImpl extends SAPFunctionParameterTableImpl implements OutputSAPFunctionParameterTable {
public class OutputSAPFunctionParameterTableImpl extends SAPFunctionParameterTableImpl
implements OutputSAPFunctionParameterTable {
/**
* <!-- begin-user-doc --> <!-- end-user-doc -->
@@ -84,7 +85,8 @@ public class OutputSAPFunctionParameterTableImpl extends SAPFunctionParameterTab
*/
public void setFunctionUnit(SAPFunctionUnit newFunctionUnit) {
if (newFunctionUnit != eInternalContainer()
|| (eContainerFeatureID() != ConnectionPackage.OUTPUT_SAP_FUNCTION_PARAMETER_TABLE__FUNCTION_UNIT && newFunctionUnit != null)) {
|| (eContainerFeatureID() != ConnectionPackage.OUTPUT_SAP_FUNCTION_PARAMETER_TABLE__FUNCTION_UNIT
&& newFunctionUnit != null)) {
if (EcoreUtil.isAncestor(this, newFunctionUnit))
throw new IllegalArgumentException("Recursive containment not allowed for " + toString());
NotificationChain msgs = null;

Some files were not shown because too many files have changed in this diff Show More