//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, Mfg0SearchCriteriaGroupDelegate Filename: Mfg0SearchCriteriaGroupDelegate.hxx Module: mfg @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX #define TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0SearchCriteriaGroupDelegate; } namespace Teamcenter { class Mfg0SearchCriteriaGroupImpl; } namespace Teamcenter { class Mfg0SearchCriteriaGroup; } namespace Teamcenter { class Mfg0SearchCriteriaGroupGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFG_API Teamcenter_alias::Mfg0SearchCriteriaGroupDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0SearchCriteriaGroupDelegate instance static Mfg0SearchCriteriaGroupDelegate& getInstance(); // Method to create the Mfg0SearchCriteriaGroupImpl pointer static Mfg0SearchCriteriaGroupImpl* createImpl( Mfg0SearchCriteriaGroup& ifObj ); // Method to delete the Mfg0SearchCriteriaGroupImpl pointer static void deleteImpl( Mfg0SearchCriteriaGroupImpl* impl ); protected: // Pointer to the instance static Mfg0SearchCriteriaGroupDelegate* m_pInstance; Mfg0SearchCriteriaGroupDelegate(); virtual ~Mfg0SearchCriteriaGroupDelegate(); static void setInstance( Mfg0SearchCriteriaGroupDelegate* instance ); private: friend class ::Teamcenter::Mfg0SearchCriteriaGroupGenImpl; }; #include #endif // TEAMCENTER__MFG0SEARCHCRITERIAGROUPDELEGATE_HXX