//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, Cpd0InfoInContextDelegate Filename: Cpd0InfoInContextDelegate.hxx Module: cpd0cd @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__CPD__CPD0INFOINCONTEXTDELEGATE_HXX #define TEAMCENTER__CPD__CPD0INFOINCONTEXTDELEGATE_HXX #include #include #include namespace Teamcenter { namespace Cpd { class Cpd0InfoInContextDelegate; } } namespace Teamcenter { namespace Cpd { class Cpd0InfoInContextImpl; } } namespace Teamcenter { namespace Cpd { class Cpd0InfoInContext; } } namespace Teamcenter { namespace Cpd { class Cpd0InfoInContextGenImpl; } } namespace Teamcenter_alias = ::Teamcenter; class CPD0CD_API Teamcenter_alias::Cpd::Cpd0InfoInContextDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Cpd0InfoInContextDelegate instance static Cpd0InfoInContextDelegate& getInstance(); // Method to create the Cpd0InfoInContextImpl pointer static Cpd0InfoInContextImpl* createImpl( Cpd0InfoInContext& ifObj ); // Method to delete the Cpd0InfoInContextImpl pointer static void deleteImpl( Cpd0InfoInContextImpl* impl ); /// /// Setter for a string Property /// @version Teamcenter 11.1 /// @param value - Value to be set for the parameter /// @param isNull - If true, set the parameter value to null /// @return - Status. 0 if successful /// int setCpd0FindNumBase(Cpd0InfoInContext &ifObj, const std::string &value, bool isNull ); protected: // Pointer to the instance static Cpd0InfoInContextDelegate* m_pInstance; Cpd0InfoInContextDelegate(); virtual ~Cpd0InfoInContextDelegate(); static void setInstance( Cpd0InfoInContextDelegate* instance ); private: friend class ::Teamcenter::Cpd::Cpd0InfoInContextGenImpl; }; #include #endif // TEAMCENTER__CPD__CPD0INFOINCONTEXTDELEGATE_HXX