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