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