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