//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, Mfg0BvrEquipmentDelegate Filename: Mfg0BvrEquipmentDelegate.hxx Module: mfgbvr @BMIDE autogenerated ==================================================================================================*/ #ifndef TEAMCENTER__MFG0BVREQUIPMENTDELEGATE_HXX #define TEAMCENTER__MFG0BVREQUIPMENTDELEGATE_HXX #include #include #include namespace Teamcenter { class Mfg0BvrEquipmentDelegate; } namespace Teamcenter { class Mfg0BvrEquipmentImpl; } namespace Teamcenter { class Mfg0BvrEquipment; } namespace Teamcenter { class Mfg0BvrEquipmentGenImpl; } namespace Teamcenter_alias = ::Teamcenter; class MFGBVR_API Teamcenter_alias::Mfg0BvrEquipmentDelegate { public: // Method to initialize this Class static int initializeClass(); // Method to get the Mfg0BvrEquipmentDelegate instance static Mfg0BvrEquipmentDelegate& getInstance(); // Method to create the Mfg0BvrEquipmentImpl pointer static Mfg0BvrEquipmentImpl* createImpl( Mfg0BvrEquipment& ifObj ); // Method to delete the Mfg0BvrEquipmentImpl pointer static void deleteImpl( Mfg0BvrEquipmentImpl* impl ); /// /// Getter for a Tag Array Property /// @version Teamcenter 8.1 /// @param values - Parameter value /// @param isNull - Returns true for an array element if the parameter value at that location is null /// @return - Status. 0 if successful /// int getMfg0used_byBase(const Mfg0BvrEquipment &ifObj, std::vector< tag_t > &values, std::vector< int > &isNull ) const; protected: // Pointer to the instance static Mfg0BvrEquipmentDelegate* m_pInstance; Mfg0BvrEquipmentDelegate(); virtual ~Mfg0BvrEquipmentDelegate(); static void setInstance( Mfg0BvrEquipmentDelegate* instance ); private: friend class ::Teamcenter::Mfg0BvrEquipmentGenImpl; }; #include #endif // TEAMCENTER__MFG0BVREQUIPMENTDELEGATE_HXX