[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Newsgroup Home]
|
[news.eclipse.modeling.gmf] dsc@arlanis.com
|
EdifactSourceAdapterStepImpl edifactSourceAdapterStep = new
EdifactSourceAdapterStepImpl();
edifactSourceAdapterStep.eSet(
DCDLPackage.DCDL_BASE_OBJECT__NAME,
"EDIFACT_Source");
edifactSourceAdapterStep.eSet(
DCDLPackage.CONVERSION_STEP__KIND,
KindOfStep.SOURCE_ADAPTER);
edifactSourceAdapterStep.eSet(
DCDLPackage.CONVERSION_STEP__PROVIDER,
"arlanis Software AG");
edifactSourceAdapterStep.eSet(
DCDLPackage.CONVERSION_STEP__STEP_TYPE_IDENTIFIER,
AdapterStepConfiguration.getSourceAdapterStepIdentifier(EdifactStepActivator.PLUGIN_ID));
edifactSourceAdapterStep.eSet(
DCDLPackage.CONVERSION_STEP__SHORT_DESCRIPTION,
"Edifact Source Adapter Step");
edifactSourceAdapterStep.eSet(
DCDLPackage.CONVERSION_STEP__LONG_DESCRIPTION,
"");
//
edifactSourceAdapterStep.setParameters(
this.createEdifactSourceAdapterStepParameters());
return edifactSourceAdapterStep;