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