//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, Fnd0NameValueDelegate Filename: Fnd0NameValueDelegate.hxx Module: property @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__FND0NAMEVALUEDELEGATE_HXX #define TEAMCENTER__FND0NAMEVALUEDELEGATE_HXX #include #include #include namespace Teamcenter { class Fnd0NameValueDelegate; } namespace Teamcenter { class Fnd0NameValueImpl; } namespace Teamcenter { class Fnd0NameValue; } namespace Teamcenter { class Fnd0NameValueGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class PROPERTY_API Teamcenter_alias::Fnd0NameValueDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Fnd0NameValueDelegate instance static Fnd0NameValueDelegate& getInstance(); // Method to create the Fnd0NameValueImpl pointer static Fnd0NameValueImpl* createImpl( Fnd0NameValue& ifObj ); // Method to delete the Fnd0NameValueImpl pointer static void deleteImpl( Fnd0NameValueImpl* impl ); /// /// Deletes the instance. /// @version Teamcenter 11.1 /// @return - Failure code. /// int fnd0DeleteBase(const Fnd0NameValue &ifObj ); protected: // Pointer to the instance static Fnd0NameValueDelegate* m_pInstance; Fnd0NameValueDelegate(); virtual ~Fnd0NameValueDelegate(); static void setInstance( Fnd0NameValueDelegate* instance ); private: friend class ::Teamcenter::Fnd0NameValueGenImpl; }; #include #endif // TEAMCENTER__FND0NAMEVALUEDELEGATE_HXX