//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, GeneralDesignElementLinkDelegate Filename: GeneralDesignElementLinkDelegate.hxx Module: tccoreext @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX #define TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX #include #include #include namespace Teamcenter { class GeneralDesignElementLinkDelegate; } namespace Teamcenter { class GeneralDesignElementLinkImpl; } namespace Teamcenter { class GeneralDesignElementLink; } namespace Teamcenter { class GeneralDesignElementLinkGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class TCCOREEXT_API Teamcenter_alias::GeneralDesignElementLinkDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the GeneralDesignElementLinkDelegate instance static GeneralDesignElementLinkDelegate& getInstance(); // Method to create the GeneralDesignElementLinkImpl pointer static GeneralDesignElementLinkImpl* createImpl( GeneralDesignElementLink& ifObj ); // Method to delete the GeneralDesignElementLinkImpl pointer static void deleteImpl( GeneralDesignElementLinkImpl* impl ); /// /// Description for the Finalize Create Input /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - Return desc for Initialize for Create /// int finalizeCreateInputBase(const GeneralDesignElementLink &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static GeneralDesignElementLinkDelegate* m_pInstance; GeneralDesignElementLinkDelegate(); virtual ~GeneralDesignElementLinkDelegate(); static void setInstance( GeneralDesignElementLinkDelegate* instance ); private: friend class ::Teamcenter::GeneralDesignElementLinkGenImpl; }; #include #endif // TEAMCENTER__GENERALDESIGNELEMENTLINKDELEGATE_HXX