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