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