//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, Att0ParamDictionaryDispatch Filename: Att0ParamDictionaryDispatch.hxx Module: att0attrtargetmgmtdispatch @BMIDE autogenerated ==================================================================================================*/ #ifndef ATT0ATTRTARGETMGMT__ATT0PARAMDICTIONARYDISPATCH_HXX #define ATT0ATTRTARGETMGMT__ATT0PARAMDICTIONARYDISPATCH_HXX #include #include #include #include #include #include namespace att0attrtargetmgmt { class Att0ParamDictionaryDispatch; } namespace att0attrtargetmgmt { class Att0ParamDictionaryDelegate; } namespace Teamcenter { class BusinessObjectImpl; } class ATT0ATTRTARGETMGMTDISPATCH_API att0attrtargetmgmt::Att0ParamDictionaryDispatch : public att0attrtargetmgmt::Att0ParamDictionaryDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Att0ParamDictionaryDispatch instance static Att0ParamDictionaryDispatch& getInstance(); private: // Pointer to the dispatch instance static Att0ParamDictionaryDispatch* m_dispatch; // Default Constructor Att0ParamDictionaryDispatch(); // Default Destructor virtual ~Att0ParamDictionaryDispatch(); // Constructor Method static ::Teamcenter::RootObject* constructor(); // Copy Constructor for a Att0ParamDictionaryDispatch Att0ParamDictionaryDispatch( const Att0ParamDictionaryDispatch& ); // Assignment operator Att0ParamDictionaryDispatch& operator = ( const Att0ParamDictionaryDispatch& ); // friend friend void ::att0attrtargetmgmt::initializeatt0attrtargetmgmtInternal(); friend void ::att0attrtargetmgmt::initializeatt0attrtargetmgmtExtenders(); friend class att0attrtargetmgmt::Att0ParamDictionaryDelegate; }; #include #endif // ATT0ATTRTARGETMGMT__ATT0PARAMDICTIONARYDISPATCH_HXX