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