Salome HOME
Use full attribute type name in INTERFACE_N
[modules/shaper.git] / src / ExchangeAPI / ExchangeAPI_Export.h
index 02429cc81c86190a765969e317caf4396a57c06a..bb336c94cf1887943ecfe10fbdc4783f659c83b1 100644 (file)
@@ -41,9 +41,9 @@ public:
   virtual ~ExchangeAPI_Export();
 
   INTERFACE_3(ExchangePlugin_ExportFeature::ID(),
-              filePath, ExchangePlugin_ExportFeature::FILE_PATH_ID(), String, /** File path */,
-              fileFormat, ExchangePlugin_ExportFeature::FILE_FORMAT_ID(), String, /** File format */,
-              selectionList, ExchangePlugin_ExportFeature::SELECTION_LIST_ID(), SelectionList, /** Selection list */
+              filePath, ExchangePlugin_ExportFeature::FILE_PATH_ID(), ModelAPI_AttributeString, /** File path */,
+              fileFormat, ExchangePlugin_ExportFeature::FILE_FORMAT_ID(), ModelAPI_AttributeString, /** File format */,
+              selectionList, ExchangePlugin_ExportFeature::SELECTION_LIST_ID(), ModelAPI_AttributeSelectionList, /** Selection list */
   )
 
   /// Set file path (without execute)