//Copyright 2020 Siemens Digital Industries Software //================================================== //Copyright $2020. //Siemens Product Lifecycle Management Software Inc. //All Rights Reserved. //e //================================================== //Copyright 2020 Siemens Digital Industries Software /*================================================================================================== File description: This file contains the declaration for the Business Object, C2RelatedWebLinkDelegate Filename: C2RelatedWebLinkDelegate.hxx Module: CPA0capadatamodel @BMIDE autogenerated ==================================================================================================*/ #ifndef CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX #define CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX #include #include #include namespace capadatamodel { class C2RelatedWebLinkDelegate; } namespace capadatamodel { class C2RelatedWebLinkImpl; } namespace capadatamodel { class C2RelatedWebLink; } namespace capadatamodel { class C2RelatedWebLinkGenImpl; } namespace capadatamodel_alias = ::capadatamodel; class CPA0CAPADATAMODEL_API capadatamodel_alias::C2RelatedWebLinkDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the C2RelatedWebLinkDelegate instance static C2RelatedWebLinkDelegate& getInstance(); // Method to create the C2RelatedWebLinkImpl pointer static C2RelatedWebLinkImpl* createImpl( C2RelatedWebLink& ifObj ); // Method to delete the C2RelatedWebLinkImpl pointer static void deleteImpl( C2RelatedWebLinkImpl* impl ); /// /// desc for validate for create /// @version Tc 8 /// @param creInput - desc for creInput parameter /// @return - ret desc for validate for create /// int validateCreateInputBase(const C2RelatedWebLink &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static C2RelatedWebLinkDelegate* m_pInstance; C2RelatedWebLinkDelegate(); virtual ~C2RelatedWebLinkDelegate(); static void setInstance( C2RelatedWebLinkDelegate* instance ); private: friend class ::capadatamodel::C2RelatedWebLinkGenImpl; }; #include #endif // CAPADATAMODEL__C2RELATEDWEBLINKDELEGATE_HXX