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