//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, ListOfValuesStringDelegate Filename: ListOfValuesStringDelegate.hxx Module: lov @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__LISTOFVALUESSTRINGDELEGATE_HXX #define TEAMCENTER__LISTOFVALUESSTRINGDELEGATE_HXX #include #include #include namespace Teamcenter { class ListOfValuesStringDelegate; } namespace Teamcenter { class ListOfValuesStringImpl; } namespace Teamcenter { class ListOfValuesString; } namespace Teamcenter { class ListOfValuesStringGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class LOV_API Teamcenter_alias::ListOfValuesStringDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the ListOfValuesStringDelegate instance static ListOfValuesStringDelegate& getInstance(); // Method to create the ListOfValuesStringImpl pointer static ListOfValuesStringImpl* createImpl( ListOfValuesString& ifObj ); // Method to delete the ListOfValuesStringImpl pointer static void deleteImpl( ListOfValuesStringImpl* impl ); protected: // Pointer to the instance static ListOfValuesStringDelegate* m_pInstance; ListOfValuesStringDelegate(); virtual ~ListOfValuesStringDelegate(); static void setInstance( ListOfValuesStringDelegate* instance ); private: friend class ::Teamcenter::ListOfValuesStringGenImpl; }; #include #endif // TEAMCENTER__LISTOFVALUESSTRINGDELEGATE_HXX