//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, Eda0HasRelatedIDXDelegate Filename: Eda0HasRelatedIDXDelegate.hxx Module: eda @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX #define TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX #include #include #include namespace Teamcenter { class Eda0HasRelatedIDXDelegate; } namespace Teamcenter { class Eda0HasRelatedIDXImpl; } namespace Teamcenter { class Eda0HasRelatedIDX; } namespace Teamcenter { class Eda0HasRelatedIDXGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class EDA_API Teamcenter_alias::Eda0HasRelatedIDXDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Eda0HasRelatedIDXDelegate instance static Eda0HasRelatedIDXDelegate& getInstance(); // Method to create the Eda0HasRelatedIDXImpl pointer static Eda0HasRelatedIDXImpl* createImpl( Eda0HasRelatedIDX& ifObj ); // Method to delete the Eda0HasRelatedIDXImpl pointer static void deleteImpl( Eda0HasRelatedIDXImpl* 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 Eda0HasRelatedIDX &ifObj, ::Teamcenter::CreateInput *creInput ); protected: // Pointer to the instance static Eda0HasRelatedIDXDelegate* m_pInstance; Eda0HasRelatedIDXDelegate(); virtual ~Eda0HasRelatedIDXDelegate(); static void setInstance( Eda0HasRelatedIDXDelegate* instance ); private: friend class ::Teamcenter::Eda0HasRelatedIDXGenImpl; }; #include #endif // TEAMCENTER__EDA0HASRELATEDIDXDELEGATE_HXX