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