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