Code development platform for open source projects from the European Union institutions

Skip to content
Snippets Groups Projects
Commit d7d943e2 authored by Harald MARTINI's avatar Harald MARTINI
Browse files

moved PEV MRF and CIF outputtypes to XMLNames

parent 6b8ee2b5
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
public class PEV_E2_Lorry_CIF : CustomerInformationFile
{
protected override string OutputDataType => "PEV_E2_LorryOutputType";
protected override string OutputDataType => XMLNames.CIF_OutputDataType_PEV_E2_LorryOutputType;
public PEV_E2_Lorry_CIF(ICustomerInformationFileFactory cifFactory) : base(cifFactory) { }
#region Overrides of AbstractCustomerReport
......@@ -138,7 +138,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
public class PEV_E3_Lorry_CIF : CustomerInformationFile
{
protected override string OutputDataType => "PEV_E3_LorryOutputType";
protected override string OutputDataType => XMLNames.CIF_OutputDataType_PEV_E3_LorryOutputType;
public PEV_E3_Lorry_CIF(ICustomerInformationFileFactory cifFactory) : base(cifFactory) { }
#region Overrides of AbstractCustomerReport
......@@ -153,7 +153,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
public class PEV_E4_Lorry_CIF : CustomerInformationFile
{
protected override string OutputDataType => "PEV_E4_LorryOutputType";
protected override string OutputDataType => XMLNames.CIF_OutputDataType_PEV_E4_LorryOutputType;
public PEV_E4_Lorry_CIF(ICustomerInformationFileFactory cifFactory) : base(cifFactory) { }
#region Overrides of AbstractCustomerReport
......@@ -169,7 +169,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.CustomerInformation
public class PEV_IEPC_Lorry_CIF : CustomerInformationFile
{
protected override string OutputDataType => "PEV_IEPC_LorryOutputType";
protected override string OutputDataType => XMLNames.CIF_OutputDataType_PEV_IEPC_LorryOutputType;
public PEV_IEPC_Lorry_CIF(ICustomerInformationFileFactory cifFactory) : base(cifFactory) { }
#region Overrides of AbstractCustomerReport
......
......@@ -149,7 +149,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
#region Overrides of AbstractManufacturerReport
public override string OutputDataType => "PEV-E2_LorryManufacturerOutputDataType";
public override string OutputDataType => XMLNames.MRF_OutputDataType_PEV_E2_LorryManufacturerOutputDataType;
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
......@@ -166,7 +166,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
#region Overrides of AbstractManufacturerReport
public override string OutputDataType => "PEV-E3_LorryManufacturerOutputDataType";
public override string OutputDataType => XMLNames.MRF_OutputDataType_PEV_E3_LorryManufacturerOutputDataType;
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
......@@ -182,7 +182,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
#region Overrides of AbstractManufacturerReport
public override string OutputDataType => "PEV-E4_LorryManufacturerOutputDataType";
public override string OutputDataType => XMLNames.MRF_OutputDataType_PEV_E4_LorryManufacturerOutputDataType;
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
......@@ -198,7 +198,7 @@ namespace TUGraz.VectoCore.OutputData.XML.DeclarationReports.ManufacturerReport.
#region Overrides of AbstractManufacturerReport
public override string OutputDataType => "PEV-IEPC_LorryManufacturerOutputDataType";
public override string OutputDataType => XMLNames.MRF_OutputDataType_PEV_IEPC_LorryManufacturerOutputDataType;
public override void InitializeVehicleData(IDeclarationInputDataProvider inputData)
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment